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

Unified Diff: chrome/chrome_browser.gypi

Issue 1579433002: Make profile statistics tasks inspectable by tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed gyp/gn files, also a few small changes 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 438c20b21b0710ad72914ca3d816892d55a74ebd..1b01523e695e21c1fb2eb06ec936f8d09f7fdb7f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1040,6 +1040,15 @@
'browser/profiles/avatar_menu_observer.h',
'browser/profiles/profile_list_desktop.cc',
'browser/profiles/profile_list_desktop.h',
+ 'browser/profiles/profile_statistics.cc',
+ 'browser/profiles/profile_statistics.h',
+ 'browser/profiles/profile_statistics_aggregator.cc',
+ 'browser/profiles/profile_statistics_aggregator.h',
+ 'browser/profiles/profile_statistics_constants.cc',
+ 'browser/profiles/profile_statistics_constants.h',
+ 'browser/profiles/profile_statistics_factory.cc',
+ 'browser/profiles/profile_statistics_factory.h',
+ 'browser/profiles/profile_statistics_types.h',
'browser/signin/cross_device_promo.cc',
'browser/signin/cross_device_promo.h',
'browser/signin/cross_device_promo_factory.cc',
@@ -2518,8 +2527,6 @@
'browser/profiles/profile_metrics_mac.mm',
'browser/profiles/profile_shortcut_manager_win.cc',
'browser/profiles/profile_shortcut_manager_win.h',
- 'browser/profiles/profile_statistics.cc',
- 'browser/profiles/profile_statistics.h',
'browser/profiles/profiles_state.cc',
'browser/profiles/profiles_state.h',
'browser/profiles/storage_partition_descriptor.h',

Powered by Google App Engine
This is Rietveld 408576698