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 = ("Firefox", "Theme")
10 with Files("ThemeVariableMap.sys.mjs"):
11 BUG_COMPONENT = ("WebExtensions", "Themes")
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":
27 elif toolkit == "gtk":
32 DIRS += ["addons", "shared/app-marketplace-icons"]
35 SCHEDULES.exclusive = ["macosx"]
37 with Files("linux/**"):
38 SCHEDULES.exclusive = ["linux"]
40 with Files("windows/**"):
41 SCHEDULES.exclusive = ["windows"]