summaryrefslogtreecommitdiff
path: root/toolkit/devtools/styleinspector/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/devtools/styleinspector/moz.build')
-rw-r--r--toolkit/devtools/styleinspector/moz.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolkit/devtools/styleinspector/moz.build b/toolkit/devtools/styleinspector/moz.build
index 9edb32500..93db4b302 100644
--- a/toolkit/devtools/styleinspector/moz.build
+++ b/toolkit/devtools/styleinspector/moz.build
@@ -4,6 +4,19 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+if CONFIG['MOZ_DEVTOOLS']:
+ BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
+ XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
+
EXTRA_JS_MODULES.devtools.styleinspector += [
'css-logic.js'
]
+
+if CONFIG['MOZ_DEVTOOLS']:
+ EXTRA_JS_MODULES.devtools.styleinspector += [
+ 'computed-view.js',
+ 'css-parsing-utils.js',
+ 'rule-view.js',
+ 'style-inspector-overlays.js',
+ 'style-inspector.js',
+ ] \ No newline at end of file