moz.build (937B)
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/. 6 7 BROWSER_CHROME_MANIFESTS += [ 8 "browser/browser.toml", 9 "browser/disable_app_update/browser.toml", 10 "browser/disable_default_bookmarks/browser.toml", 11 "browser/disable_developer_tools/browser.toml", 12 "browser/disable_forget_button/browser.toml", 13 "browser/disable_fxscreenshots/browser.toml", 14 "browser/hardware_acceleration/browser.toml", 15 "browser/homepage_button/browser.toml", 16 "browser/managedbookmarks/browser.toml", 17 "browser/show_home_button/browser.toml", 18 "browser/trackingprotection/browser.toml", 19 "browser/trackingprotection2/browser.toml", 20 ] 21 22 XPCSHELL_TESTS_MANIFESTS += ["xpcshell/xpcshell.toml"]