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: UNIFIED_SOURCES += [ michael@0: 'nsContentSupportMap.cpp', michael@0: 'nsContentTestNode.cpp', michael@0: 'nsInstantiationNode.cpp', michael@0: 'nsRDFBinding.cpp', michael@0: 'nsRDFConInstanceTestNode.cpp', michael@0: 'nsRDFConMemberTestNode.cpp', michael@0: 'nsRDFPropertyTestNode.cpp', michael@0: 'nsRDFQuery.cpp', michael@0: 'nsResourceSet.cpp', michael@0: 'nsRuleNetwork.cpp', michael@0: 'nsTemplateMatch.cpp', michael@0: 'nsTemplateRule.cpp', michael@0: 'nsTreeRows.cpp', michael@0: 'nsXMLBinding.cpp', michael@0: 'nsXULContentBuilder.cpp', michael@0: 'nsXULContentUtils.cpp', michael@0: 'nsXULSortService.cpp', michael@0: 'nsXULTemplateBuilder.cpp', michael@0: 'nsXULTemplateQueryProcessorRDF.cpp', michael@0: 'nsXULTemplateQueryProcessorStorage.cpp', michael@0: 'nsXULTemplateQueryProcessorXML.cpp', michael@0: 'nsXULTemplateResultRDF.cpp', michael@0: 'nsXULTemplateResultSetRDF.cpp', michael@0: 'nsXULTemplateResultStorage.cpp', michael@0: 'nsXULTemplateResultXML.cpp', michael@0: 'nsXULTreeBuilder.cpp', michael@0: ] michael@0: michael@0: MSVC_ENABLE_PGO = True michael@0: michael@0: LOCAL_INCLUDES += [ michael@0: '../../content/src', michael@0: '/content/base/src', michael@0: '/dom/base', michael@0: '/layout/xul/tree/', michael@0: ] michael@0: michael@0: FINAL_LIBRARY = 'gklayout'