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

Unified Diff: base/base.gypi

Issue 12952005: Delay bookmarks load while the profile is loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add deferred_sequenced_task_runner_unittest Created 7 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index ce7f7e847f2938a9d393cac86d59d43a351c2521..241e4a3e4ea08193400ebd4ba99c08c0360fb878 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -140,6 +140,8 @@
'debug/trace_event_impl.h',
'debug/trace_event_internal.h',
'debug/trace_event_win.cc',
+ 'deferred_sequenced_task_runner.cc',
+ 'deferred_sequenced_task_runner.h',
'environment.cc',
'environment.h',
'file_descriptor_posix.h',

Powered by Google App Engine
This is Rietveld 408576698