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

Unified Diff: content/content_browser.gypi

Issue 949293002: Implement a poor man's PostAfterStartupTask() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index e0afa12581e1fd0d66366faf0458c03033949b4f..03be8c96e4625e57b074cda3a9c88f4e0f271dae 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -50,6 +50,7 @@
'variables': {
'public_browser_sources': [
'public/browser/access_token_store.h',
+ 'public/browser/after_startup_task_poster.h',
'public/browser/android/compositor.h',
'public/browser/android/compositor_client.h',
'public/browser/android/content_protocol_handler.h',
@@ -303,6 +304,8 @@
'browser/accessibility/browser_accessibility_state_impl_win.cc',
'browser/accessibility/browser_accessibility_win.cc',
'browser/accessibility/browser_accessibility_win.h',
+ 'browser/after_startup_task_poster_impl.cc',
+ 'browser/after_startup_task_poster_impl.h',
'browser/android/animation_utils.h',
'browser/android/browser_jni_registrar.cc',
'browser/android/browser_jni_registrar.h',

Powered by Google App Engine
This is Rietveld 408576698