Bumping manifests a=b2g-bump
[gecko.git] / dom / xbl / moz.build
blob20b30c3265002991b61c8f0c4ff7ed2d4a8efcb6
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 DIRS += ['builtin']
9 EXPORTS += [
10     'nsBindingManager.h',
11     'nsXBLBinding.h',
12     'nsXBLService.h',
15 EXPORTS.mozilla.dom += [
16     'XBLChildrenElement.h',
19 UNIFIED_SOURCES += [
20     'nsBindingManager.cpp',
21     'nsXBLBinding.cpp',
22     'nsXBLContentSink.cpp',
23     'nsXBLDocumentInfo.cpp',
24     'nsXBLEventHandler.cpp',
25     'nsXBLProtoImpl.cpp',
26     'nsXBLProtoImplField.cpp',
27     'nsXBLProtoImplMethod.cpp',
28     'nsXBLProtoImplProperty.cpp',
29     'nsXBLPrototypeBinding.cpp',
30     'nsXBLPrototypeHandler.cpp',
31     'nsXBLPrototypeResources.cpp',
32     'nsXBLResourceLoader.cpp',
33     'nsXBLSerialize.cpp',
34     'nsXBLService.cpp',
35     'nsXBLWindowKeyHandler.cpp',
36     'XBLChildrenElement.cpp',
39 FAIL_ON_WARNINGS = True
41 MSVC_ENABLE_PGO = True
43 LOCAL_INCLUDES += [
44     '/content/base/src',
45     '/content/html/document/src',
46     '/content/xul/content/src',
47     '/content/xul/document/src',
48     '/dom/base',
49     '/dom/xml',
50     '/layout/style',
53 FINAL_LIBRARY = 'xul'
55 MOCHITEST_MANIFESTS += ['test/mochitest.ini']
56 MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']