moz.build (439B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 DIRS += [ 6 "actions", 7 "legacy-target-watchers", 8 "reducers", 9 "selectors", 10 ] 11 12 DevToolsModules( 13 "target-command.js", 14 ) 15 16 if CONFIG["MOZ_BUILD_APP"] != "mobile/android": 17 BROWSER_CHROME_MANIFESTS += ["tests/browser.toml"]