Bug 1887677: Correctly compute inClass predicate when validating unbound private...
[gecko.git] / browser / base / moz.build
blob9813d680588883d179c445143e4c1ec2986f1221
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 = ("Firefox", "General")
10 SPHINX_TREES["sslerrorreport"] = "content/docs/sslerrorreport"
11 SPHINX_TREES["tabbrowser"] = "content/docs/tabbrowser"
13 with Files("content/docs/sslerrorreport/**"):
14     SCHEDULES.exclusive = ["docs"]
16 MOCHITEST_CHROME_MANIFESTS += [
17     "content/test/chrome/chrome.toml",
20 BROWSER_CHROME_MANIFESTS += [
21     "content/test/about/browser.toml",
22     "content/test/alerts/browser.toml",
23     "content/test/backforward/browser.toml",
24     "content/test/caps/browser.toml",
25     "content/test/captivePortal/browser.toml",
26     "content/test/contentTheme/browser.toml",
27     "content/test/contextMenu/browser.toml",
28     "content/test/favicons/browser.toml",
29     "content/test/forms/browser.toml",
30     "content/test/fullscreen/browser.toml",
31     "content/test/general/browser.toml",
32     "content/test/gesture/browser.toml",
33     "content/test/historySwipeAnimation/browser.toml",
34     "content/test/keyboard/browser.toml",
35     "content/test/menubar/browser.toml",
36     "content/test/metaTags/browser.toml",
37     "content/test/notificationbox/browser.toml",
38     "content/test/outOfProcess/browser.toml",
39     "content/test/pageActions/browser.toml",
40     "content/test/pageinfo/browser.toml",
41     "content/test/pageStyle/browser.toml",
42     "content/test/permissions/browser.toml",
43     "content/test/plugins/browser.toml",
44     "content/test/popupNotifications/browser.toml",
45     "content/test/popups/browser.toml",
46     "content/test/privateBrowsing/browser.toml",
47     "content/test/protectionsUI/browser.toml",
48     "content/test/referrer/browser.toml",
49     "content/test/sanitize/browser.toml",
50     "content/test/sidebar/browser.toml",
51     "content/test/siteIdentity/browser.toml",
52     "content/test/startup/browser.toml",
53     "content/test/static/browser.toml",
54     "content/test/statuspanel/browser.toml",
55     "content/test/sync/browser.toml",
56     "content/test/tabcrashed/browser.toml",
57     "content/test/tabcrashed/browser_aboutRestartRequired.toml",
58     "content/test/tabcrashed/browser_aboutRestartRequired_noForkServer.toml",
59     "content/test/tabdialogs/browser.toml",
60     "content/test/tabMediaIndicator/browser.toml",
61     "content/test/tabPrompts/browser.toml",
62     "content/test/tabs/browser.toml",
63     "content/test/touch/browser.toml",
64     "content/test/utilityOverlay/browser.toml",
65     "content/test/webextensions/browser.toml",
66     "content/test/webrtc/browser.toml",
67     "content/test/webrtc/gracePeriod/browser.toml",
68     "content/test/zoom/browser.toml",
71 DIRS += [
72     "content/test/performance/",
75 PERFTESTS_MANIFESTS += ["content/test/perftest.toml"]
77 DEFINES["MOZ_APP_VERSION"] = CONFIG["MOZ_APP_VERSION"]
78 DEFINES["MOZ_APP_VERSION_DISPLAY"] = CONFIG["MOZ_APP_VERSION_DISPLAY"]
80 DEFINES["APP_LICENSE_BLOCK"] = "%s/content/overrides/app-license.html" % SRCDIR
82 if CONFIG["MOZ_WIDGET_TOOLKIT"] in ("windows", "gtk", "cocoa"):
83     DEFINES["CONTEXT_COPY_IMAGE_CONTENTS"] = 1
85 if CONFIG["MOZ_WIDGET_TOOLKIT"] in ("windows", "gtk"):
86     DEFINES["MENUBAR_CAN_AUTOHIDE"] = 1
88 JAR_MANIFESTS += ["jar.mn"]