1 # -*- Mode: python; 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/.
8 BUG_COMPONENT = ("Core", "XUL")
10 if CONFIG["MOZ_BUILD_APP"] == "browser":
11 DEFINES["MOZ_BREAK_XUL_OVERLAYS"] = True
13 MOCHITEST_CHROME_MANIFESTS += ["test/chrome.toml"]
14 MOCHITEST_MANIFESTS += ["test/mochitest.ini"]
17 "nsXULCommandDispatcher.h",
19 "nsXULPrototypeDocument.h",
23 EXPORTS.mozilla.dom += [
24 "XULBroadcastManager.h",
27 "XULMenuBarElement.h",
29 "XULMenuParentElement.h",
32 "XULResizerElement.h",
34 "XULTooltipElement.h",
39 "MenuBarListener.cpp",
40 "nsXULCommandDispatcher.cpp",
41 "nsXULContentSink.cpp",
42 "nsXULContentUtils.cpp",
44 "nsXULPopupListener.cpp",
45 "nsXULPrototypeCache.cpp",
46 "nsXULPrototypeDocument.cpp",
47 "nsXULSortService.cpp",
48 "XULBroadcastManager.cpp",
49 "XULButtonElement.cpp",
50 "XULFrameElement.cpp",
51 "XULMenuBarElement.cpp",
53 "XULMenuParentElement.cpp",
55 "XULPopupElement.cpp",
56 "XULResizerElement.cpp",
58 "XULTooltipElement.cpp",
63 "nsIBrowserController.idl",
70 EXPORTS.mozilla.dom += [
77 "nsXULControllers.cpp",
92 include("/ipc/chromium/chromium-config.mozbuild")