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

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: Addressed nits 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
« no previous file with comments | « components/components.gyp ('k') | components/data_usage.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a79360b74c67d3d3060cd8709a755211b15f6f62..24df75ff86014cd2fd4177c1fc6533df5c98607e 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',
],
@@ -819,6 +822,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)',
@@ -921,6 +925,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',
« no previous file with comments | « components/components.gyp ('k') | components/data_usage.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698