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

Unified Diff: chrome/chrome_browser.gypi

Issue 328793002: Add wifi AP info to system profile metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 641db2c5107d8e1e558d84342e0a0466c5f80dbc..0938a8ed84cb2d8e30d2b4a84359fff724585186 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -769,6 +769,11 @@
'browser/metrics/variations/variations_service.h',
'browser/metrics/variations/variations_seed_store.cc',
'browser/metrics/variations/variations_seed_store.h',
+ 'browser/metrics/wifi_access_point_info_provider.h',
+ 'browser/metrics/wifi_access_point_info_provider_chromeos.h',
+ 'browser/metrics/wifi_access_point_info_provider_chromeos.cc',
+ 'browser/metrics/wifi_access_point_info_provider_stub.h',
+ 'browser/metrics/wifi_access_point_info_provider_stub.cc',
'browser/native_window_notification_source.h',
'browser/net/about_protocol_handler.cc',
'browser/net/about_protocol_handler.h',

Powered by Google App Engine
This is Rietveld 408576698