diff options
Diffstat (limited to 'toolkit/components/resistfingerprinting/tests/gtest/moz.build')
-rw-r--r-- | toolkit/components/resistfingerprinting/tests/gtest/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/components/resistfingerprinting/tests/gtest/moz.build b/toolkit/components/resistfingerprinting/tests/gtest/moz.build index dcc6a7e12e..a677def009 100644 --- a/toolkit/components/resistfingerprinting/tests/gtest/moz.build +++ b/toolkit/components/resistfingerprinting/tests/gtest/moz.build @@ -1,5 +1,6 @@ UNIFIED_SOURCES += [ "test_reduceprecision.cpp", + "test_usercharping.cpp", ] FINAL_LIBRARY = "xul-gtest" |