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

Unified Diff: components/components_tests.gyp

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polished and added tests Created 5 years, 2 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 3b9df5efabf5703212035c5804eac67a2b6514a0..65622cde6bffd3ff295dc1a8584f16c87df4b470 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -150,6 +150,9 @@
'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc',
],
+ 'data_usage_unittest_sources': [
+ 'data_usage/core/data_use_aggregator_unittest.cc',
+ ],
'device_event_log_unittest_sources': [
'device_event_log/device_event_log_impl_unittest.cc',
],
@@ -817,6 +820,7 @@
'<@(crash_unittest_sources)',
'<@(crx_file_unittest_sources)',
'<@(data_reduction_proxy_unittest_sources)',
+ '<@(data_usage_unittest_sources)',
'<@(data_use_measurement_unittest_sources)',
'<@(device_event_log_unittest_sources)',
'<@(dom_distiller_unittest_sources)',
@@ -919,6 +923,7 @@
'components.gyp:data_reduction_proxy_core_browser',
'components.gyp:data_reduction_proxy_core_common',
'components.gyp:data_reduction_proxy_test_support',
+ 'components.gyp:data_usage_core',
'components.gyp:data_use_measurement_core',
'components.gyp:device_event_log_component',
'components.gyp:dom_distiller_core',

Powered by Google App Engine
This is Rietveld 408576698