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

Unified Diff: components/components_tests.gyp

Issue 1818613002: Implement UMA log throttling for cellular connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix param order Created 4 years, 9 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 5c08282f426550028702c722dc80f80a29889994..b51219fcf4b4e7f792626f54a1298e6bd73d239a 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -241,9 +241,6 @@
'copresence/rpc/rpc_handler_unittest.cc',
'copresence/timed_map_unittest.cc',
],
- 'data_use_measurement_unittest_sources': [
- 'data_use_measurement/content/data_use_measurement_unittest.cc',
- ],
Alexei Svitkine (slow) 2016/03/31 20:59:31 What happened here?
gayane -on leave until 09-2017 2016/03/31 21:55:09 i think this was automatically done. but then i re
'error_page_unittest_sources': [
'error_page/renderer/net_error_helper_core_unittest.cc',
],
@@ -358,6 +355,7 @@
'metrics/file_metrics_provider_unittest.cc',
'metrics/histogram_encoder_unittest.cc',
'metrics/machine_id_provider_win_unittest.cc',
+ 'metrics/data_use_tracker_unittest.cc',
'metrics/metrics_log_manager_unittest.cc',
'metrics/metrics_log_unittest.cc',
'metrics/metrics_reporting_scheduler_unittest.cc',
@@ -959,7 +957,6 @@
'<@(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)',
'<@(favicon_base_unittest_sources)',

Powered by Google App Engine
This is Rietveld 408576698