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

Unified Diff: chrome/chrome_browser.gypi

Issue 12952005: Delay bookmarks load while the profile is loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address willchan's and jyasskin code reviews. Created 7 years, 8 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 02955a45351a351cf71af7cabc1b2f858ab0f699..86b3f4a3422f585af5989e12ac9004ce2303fc94 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1515,6 +1515,10 @@
'browser/profiles/refcounted_profile_keyed_service.h',
'browser/profiles/refcounted_profile_keyed_service_factory.cc',
'browser/profiles/refcounted_profile_keyed_service_factory.h',
+ 'browser/profiles/startup_task_runner_service.cc',
+ 'browser/profiles/startup_task_runner_service.h',
+ 'browser/profiles/startup_task_runner_service_factory.cc',
+ 'browser/profiles/startup_task_runner_service_factory.h',
'browser/profiles/storage_partition_descriptor.h',
'browser/remove_rows_table_model.h',
'browser/renderer_host/chrome_render_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698