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

Unified Diff: content/content_common.gypi

Issue 19957002: Run the later parts of startup as UI thread tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run the later parts of startup as UI thread tasks - minor comment fixes Created 7 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 7ffdc1caf97d0080f0f1cae361fcae809cbd0953..8a934216b4af475b64874041559a8391f1e0c78b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -90,6 +90,7 @@
'public/common/speech_recognition_result.cc',
'public/common/ssl_status.cc',
'public/common/ssl_status.h',
+ 'public/common/startup_task_runner.h',
'public/common/stop_find_action.h',
'public/common/three_d_api_types.h',
'public/common/top_controls_state.h',
@@ -329,6 +330,7 @@
'common/speech_recognition_messages.h',
'common/ssl_status_serialization.cc',
'common/ssl_status_serialization.h',
+ 'common/startup_task_runner.cc',
'common/swapped_out_messages.cc',
'common/swapped_out_messages.h',
'common/text_input_client_messages.h',

Powered by Google App Engine
This is Rietveld 408576698