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

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: Make ProfileStatisticsAggregator tasks trackable Created 4 years, 11 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 0ba9fbc8590e8952e07369618a2ceb8139c3f7de..9878fa93829326859e3d0e9835a424932cc7fb8e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2487,6 +2487,11 @@
'browser/profiles/profile_shortcut_manager_win.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_types.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