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

Unified Diff: content/content_browser.gypi

Issue 8302016: Make GTK and Aura parts orthogonal to OS parts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved BrowserMainLoop into its own file, changed PreMainMessageLoopStart to return void Created 9 years, 2 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 01541c7d66bb91d9cf6e56d0c3313348222a9a3c..9b6ac5830233e6a84d8fca9122999e2e5ed3989d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -53,6 +53,8 @@
'browser/browser_context.h',
'browser/browser_main.cc',
'browser/browser_main.h',
+ 'browser/browser_main_loop.cc',
+ 'browser/browser_main_loop.h',
'browser/browser_message_filter.cc',
'browser/browser_message_filter.h',
'browser/browser_process_sub_thread.cc',
@@ -566,6 +568,7 @@
'browser/zygote_host_linux.cc',
'browser/zygote_host_linux.h',
'browser/zygote_main_linux.cc',
+ 'public/browser/browser_main_parts.h',
'public/browser/content_browser_client.h',
'public/browser/download_manager_delegate.h',
'public/browser/native_web_keyboard_event.h',

Powered by Google App Engine
This is Rietveld 408576698