michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: EXPORTS += [ michael@0: 'nsAlgorithm.h', michael@0: 'nsAString.h', michael@0: 'nsCharTraits.h', michael@0: 'nsDependentString.h', michael@0: 'nsDependentSubstring.h', michael@0: 'nsEmbedString.h', michael@0: 'nsLiteralString.h', michael@0: 'nsPrintfCString.h', michael@0: 'nsPromiseFlatString.h', michael@0: 'nsReadableUtils.h', michael@0: 'nsString.h', michael@0: 'nsStringBuffer.h', michael@0: 'nsStringFwd.h', michael@0: 'nsStringIterator.h', michael@0: 'nsSubstring.h', michael@0: 'nsSubstringTuple.h', michael@0: 'nsTDependentString.h', michael@0: 'nsTDependentSubstring.h', michael@0: 'nsTLiteralString.h', michael@0: 'nsTPromiseFlatString.h', michael@0: 'nsTString.h', michael@0: 'nsTSubstring.h', michael@0: 'nsTSubstringTuple.h', michael@0: 'nsUTF8Utils.h', michael@0: 'nsXPCOMStrings.h', michael@0: 'nsXPIDLString.h', michael@0: 'string-template-def-char.h', michael@0: 'string-template-def-unichar.h', michael@0: 'string-template-undef.h', michael@0: ]