Bumping manifests a=b2g-bump
[gecko.git] / dom / xul / moz.build
bloba316ca9397ec4cf6e8fb430917cd1bcead1b17e5
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 MOCHITEST_MANIFESTS += ['test/mochitest.ini']
9 MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
11 if CONFIG['MOZ_XUL']:
12     DIRS += ['templates']
14     XPIDL_SOURCES += [
15         'nsIXULOverlayProvider.idl',
16     ]
18     EXPORTS += [
19         'nsIXULDocument.h',
20     ]
22     UNIFIED_SOURCES += [
23         'nsXULCommandDispatcher.cpp',
24         'nsXULContentSink.cpp',
25         'nsXULElement.cpp',
26         'nsXULPopupListener.cpp',
27         'nsXULPrototypeCache.cpp',
28         'nsXULPrototypeDocument.cpp',
29         'XULDocument.cpp',
30     ]
32 XPIDL_SOURCES += [
33     'nsIController.idl',
34     'nsIControllers.idl',
37 XPIDL_MODULE = 'xul'
39 UNIFIED_SOURCES += [
40     'nsXULControllers.cpp',
43 FAIL_ON_WARNINGS = True
45 MSVC_ENABLE_PGO = True
47 LOCAL_INCLUDES += [
48     '/docshell/base',
49     '/dom/base',
50     '/dom/html',
51     '/dom/xbl',
52     '/dom/xml',
53     '/dom/xul/templates',
54     '/layout/base',
55     '/layout/generic',
56     '/layout/style',
57     '/layout/xul',
60 FINAL_LIBRARY = 'xul'