Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / toolkit / components / browser / moz.build
blob848c135afcca38dc151cf34427d29d6dd802088d
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/.
7 with Files("**"):
8     BUG_COMPONENT = ("Toolkit", "General")
10 DIRS += ["build"]
12 XPIDL_SOURCES += [
13     "nsIWebBrowser.idl",
14     "nsIWebBrowserChrome.idl",
17 XPIDL_SOURCES += [
18     "nsIWebBrowserPrint.idl",
21 XPIDL_MODULE = "webBrowser_core"
23 UNIFIED_SOURCES += [
24     "nsWebBrowser.cpp",
25     "nsWebBrowserContentPolicy.cpp",
28 include("/ipc/chromium/chromium-config.mozbuild")
30 FINAL_LIBRARY = "xul"
31 LOCAL_INCLUDES += [
32     "/docshell/base",
33     "/dom/base",
34     "/layout/style",
37 EXPORTS += [
38     "nsEmbedCID.h",
39     "nsWebBrowser.h",