From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- toolkit/components/resistfingerprinting/tests/moz.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 toolkit/components/resistfingerprinting/tests/moz.build (limited to 'toolkit/components/resistfingerprinting/tests/moz.build') 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" -- cgit v1.2.3