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

Unified Diff: components/components_tests.gyp

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Rebased. Created 5 years, 4 months 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 937c84ccb146e599479d8466009fe97b5e5e7411..2eb9b8b9ea038dae67a303f3849a9672691e6c7a 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -209,6 +209,9 @@
'cronet_unittest_sources': [
'cronet/histogram_manager_unittest.cc',
],
+ 'data_use_measurement_unittest_sources': [
+ 'data_use_measurement/content/data_use_measurement_unittest.cc',
+ ],
'enhanced_bookmarks_unittest_sources': [
'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
'enhanced_bookmarks/image_store_ios_unittest.mm',
@@ -773,6 +776,7 @@
'<@(crash_unittest_sources)',
'<@(crx_file_unittest_sources)',
'<@(data_reduction_proxy_unittest_sources)',
+ '<@(data_use_measurement_unittest_sources)',
'<@(device_event_log_unittest_sources)',
'<@(dom_distiller_unittest_sources)',
'<@(domain_reliability_unittest_sources)',
@@ -872,6 +876,8 @@
'components.gyp:data_reduction_proxy_core_browser',
'components.gyp:data_reduction_proxy_core_common',
'components.gyp:data_reduction_proxy_test_support',
+ 'components.gyp:data_use_measurement_content',
blundell 2015/09/02 09:29:32 This should be in a !iOS section.
amohammadkhan 2015/09/02 17:37:07 Done.
+ 'components.gyp:data_use_measurement_core',
'components.gyp:device_event_log_component',
'components.gyp:dom_distiller_core',
'components.gyp:dom_distiller_protos',

Powered by Google App Engine
This is Rietveld 408576698