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

Unified Diff: components/metrics.gypi

Issue 558873002: Moves NetworkMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove content/ dependency Created 6 years, 3 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/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 25c17ebc80955187b6b29e1ab5b1811bd5d2ede8..692d3101db87ea57dcbd090e81cd782a04160855 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -72,11 +72,18 @@
],
'dependencies': [
'../net/net.gyp:net',
+ 'component_metrics_proto',
'metrics',
],
'sources': [
+ 'metrics/net/network_metrics_provider.cc',
+ 'metrics/net/network_metrics_provider.h',
'metrics/net/net_metrics_log_uploader.cc',
'metrics/net/net_metrics_log_uploader.h',
+ 'metrics/net/wifi_access_point_info_provider.h',
+ 'metrics/net/wifi_access_point_info_provider.cc',
Alexei Svitkine (slow) 2014/09/10 14:50:47 Nit: Put the .cc file before the .h file to match
gunsch 2014/09/10 16:18:58 Done.
+ 'metrics/net/wifi_access_point_info_provider_chromeos.h',
+ 'metrics/net/wifi_access_point_info_provider_chromeos.cc',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698