Bumping manifests a=b2g-bump
[gecko.git] / dom / xbl / moz.build
blob6bc1ba27eb0da323dfd430a97ef74d078f220c58
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     '/dom/base',
45     '/dom/html',
46     '/dom/xml',
47     '/dom/xul',
48     '/layout/style',
51 FINAL_LIBRARY = 'xul'
53 MOCHITEST_MANIFESTS += ['test/mochitest.ini']
54 MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']