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.ini"]
14 MOCHITEST_MANIFESTS += ["test/mochitest.ini"]
17 "nsXULCommandDispatcher.h",
19 "nsXULPrototypeDocument.h",
23 EXPORTS.mozilla.dom += [
24 "XULBroadcastManager.h",
30 "XULTooltipElement.h",
35 "nsXULCommandDispatcher.cpp",
36 "nsXULContentSink.cpp",
37 "nsXULContentUtils.cpp",
39 "nsXULPopupListener.cpp",
40 "nsXULPrototypeCache.cpp",
41 "nsXULPrototypeDocument.cpp",
42 "nsXULSortService.cpp",
43 "XULBroadcastManager.cpp",
44 "XULFrameElement.cpp",
47 "XULPopupElement.cpp",
49 "XULTooltipElement.cpp",
54 "nsIBrowserController.idl",
61 EXPORTS.mozilla.dom += [
68 "nsXULControllers.cpp",
83 include("/ipc/chromium/chromium-config.mozbuild")