1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/xul/templates/src/moz.build Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,45 @@ 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 +UNIFIED_SOURCES += [ 1.11 + 'nsContentSupportMap.cpp', 1.12 + 'nsContentTestNode.cpp', 1.13 + 'nsInstantiationNode.cpp', 1.14 + 'nsRDFBinding.cpp', 1.15 + 'nsRDFConInstanceTestNode.cpp', 1.16 + 'nsRDFConMemberTestNode.cpp', 1.17 + 'nsRDFPropertyTestNode.cpp', 1.18 + 'nsRDFQuery.cpp', 1.19 + 'nsResourceSet.cpp', 1.20 + 'nsRuleNetwork.cpp', 1.21 + 'nsTemplateMatch.cpp', 1.22 + 'nsTemplateRule.cpp', 1.23 + 'nsTreeRows.cpp', 1.24 + 'nsXMLBinding.cpp', 1.25 + 'nsXULContentBuilder.cpp', 1.26 + 'nsXULContentUtils.cpp', 1.27 + 'nsXULSortService.cpp', 1.28 + 'nsXULTemplateBuilder.cpp', 1.29 + 'nsXULTemplateQueryProcessorRDF.cpp', 1.30 + 'nsXULTemplateQueryProcessorStorage.cpp', 1.31 + 'nsXULTemplateQueryProcessorXML.cpp', 1.32 + 'nsXULTemplateResultRDF.cpp', 1.33 + 'nsXULTemplateResultSetRDF.cpp', 1.34 + 'nsXULTemplateResultStorage.cpp', 1.35 + 'nsXULTemplateResultXML.cpp', 1.36 + 'nsXULTreeBuilder.cpp', 1.37 +] 1.38 + 1.39 +MSVC_ENABLE_PGO = True 1.40 + 1.41 +LOCAL_INCLUDES += [ 1.42 + '../../content/src', 1.43 + '/content/base/src', 1.44 + '/dom/base', 1.45 + '/layout/xul/tree/', 1.46 +] 1.47 + 1.48 +FINAL_LIBRARY = 'gklayout'