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

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: addressed asvitkine comments 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 25c17ebc80955187b6b29e1ab5b1811bd5d2ede8..535ec8285188a4716711b081f66aefd20f7c7cc2 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.cc',
+ 'metrics/net/wifi_access_point_info_provider.h',
+ 'metrics/net/wifi_access_point_info_provider_chromeos.cc',
+ 'metrics/net/wifi_access_point_info_provider_chromeos.h',
],
},
{
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698