no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / browser / themes / moz.build
blob9856121071e5fb9705c6266ce523df71c052f327
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", "Theme")
10 with Files("ThemeVariableMap.sys.mjs"):
11     BUG_COMPONENT = ("WebExtensions", "Themes")
13 EXTRA_JS_MODULES += [
14     "BuiltInThemeConfig.sys.mjs",
15     "BuiltInThemes.sys.mjs",
16     "ThemeVariableMap.sys.mjs",
19 BROWSER_CHROME_MANIFESTS += [
20     "test/browser/browser.toml",
23 toolkit = CONFIG["MOZ_WIDGET_TOOLKIT"]
25 if toolkit == "cocoa":
26     DIRS += ["osx"]
27 elif toolkit == "gtk":
28     DIRS += ["linux"]
29 else:
30     DIRS += ["windows"]
32 DIRS += ["addons", "shared/app-marketplace-icons"]
34 with Files("osx/**"):
35     SCHEDULES.exclusive = ["macosx"]
37 with Files("linux/**"):
38     SCHEDULES.exclusive = ["linux"]
40 with Files("windows/**"):
41     SCHEDULES.exclusive = ["windows"]