Bug 1924993 - [devtools] Debugger tests wait before typing in conditional panel r...
[gecko.git] / devtools / shared / commands / target / moz.build
blob811fc180f06afc40aaff199a5a83ee8ff1aa5eb6
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/.
5 DIRS += [
6     "actions",
7     "legacy-target-watchers",
8     "reducers",
9     "selectors",
12 DevToolsModules(
13     "target-command.js",
16 if CONFIG["MOZ_BUILD_APP"] != "mobile/android":
17     BROWSER_CHROME_MANIFESTS += ["tests/browser.toml"]