1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpcom/string/public/moz.build Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- 1.5 +# vim: set filetype=python: 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +EXPORTS += [ 1.11 + 'nsAlgorithm.h', 1.12 + 'nsAString.h', 1.13 + 'nsCharTraits.h', 1.14 + 'nsDependentString.h', 1.15 + 'nsDependentSubstring.h', 1.16 + 'nsEmbedString.h', 1.17 + 'nsLiteralString.h', 1.18 + 'nsPrintfCString.h', 1.19 + 'nsPromiseFlatString.h', 1.20 + 'nsReadableUtils.h', 1.21 + 'nsString.h', 1.22 + 'nsStringBuffer.h', 1.23 + 'nsStringFwd.h', 1.24 + 'nsStringIterator.h', 1.25 + 'nsSubstring.h', 1.26 + 'nsSubstringTuple.h', 1.27 + 'nsTDependentString.h', 1.28 + 'nsTDependentSubstring.h', 1.29 + 'nsTLiteralString.h', 1.30 + 'nsTPromiseFlatString.h', 1.31 + 'nsTString.h', 1.32 + 'nsTSubstring.h', 1.33 + 'nsTSubstringTuple.h', 1.34 + 'nsUTF8Utils.h', 1.35 + 'nsXPCOMStrings.h', 1.36 + 'nsXPIDLString.h', 1.37 + 'string-template-def-char.h', 1.38 + 'string-template-def-unichar.h', 1.39 + 'string-template-undef.h', 1.40 +]