Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: components/components_tests.gyp

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index e21d2afb2fd963da4dc0b61a16a816529ef13999..ec8af0575074e2658b1f997527965893168a8416 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -39,6 +39,12 @@
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'precache/core/precache_fetcher_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
+ 'rappor/bloom_filter_unittest.cc',
+ 'rappor/bytevector_unittest.cc',
+ 'rappor/rappor_unittest.cc',
+ 'rappor/rappor_recorder_unittest.cc',
+ 'rappor/rappor_reporter_unittest.cc',
+ 'rappor/rappor_service_unittest.cc',
'test/run_all_unittests.cc',
'translate/common/translate_metrics_unittest.cc',
'translate/common/translate_util_unittest.cc',
@@ -95,6 +101,9 @@
'components.gyp:precache_core',
'components.gyp:precache_core_proto',
+ # Dependencies of rappor
+ 'components.gyp:rappor',
+
# Dependencies of sessions
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'components.gyp:sessions',

Powered by Google App Engine
This is Rietveld 408576698