diff options
Diffstat (limited to '')
-rw-r--r-- | toolkit/components/resistfingerprinting/tests/moz.build | 13 |
1 files changed, 13 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..f5c1582193 --- /dev/null +++ b/toolkit/components/resistfingerprinting/tests/moz.build @@ -0,0 +1,13 @@ +UNIFIED_SOURCES += [ + "test_reduceprecision.cpp", +] + +MOCHITEST_CHROME_MANIFESTS += [ + "chrome.ini", +] + +BROWSER_CHROME_MANIFESTS += [ + "browser/browser.ini", +] + +FINAL_LIBRARY = "xul-gtest" |