summaryrefslogtreecommitdiffstats
path: root/toolkit/components/resistfingerprinting/tests/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/resistfingerprinting/tests/moz.build')
-rw-r--r--toolkit/components/resistfingerprinting/tests/moz.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/components/resistfingerprinting/tests/moz.build b/toolkit/components/resistfingerprinting/tests/moz.build
new file mode 100644
index 0000000000..3a6ca329ff
--- /dev/null
+++ b/toolkit/components/resistfingerprinting/tests/moz.build
@@ -0,0 +1,9 @@
+MOCHITEST_CHROME_MANIFESTS += [
+ "chrome/chrome.toml",
+]
+
+BROWSER_CHROME_MANIFESTS += [
+ "browser/browser.toml",
+]
+
+TEST_DIRS += ["gtest"]