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

Unified Diff: content/content_browser.gypi

Issue 8477004: Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With this patchset, Chrome runs and exits normally on Linux. Created 9 years, 1 month 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 7d98a0616c183b934abdd11c8b5a76e61d05aef3..760bceaace400766711daba24dbc29ef2724d1e2 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -57,6 +57,8 @@
'browser/browser_main_loop.h',
'browser/browser_message_filter.cc',
'browser/browser_message_filter.h',
+ 'browser/browser_process_io_thread.cc',
+ 'browser/browser_process_io_thread.h',
'browser/browser_process_sub_thread.cc',
'browser/browser_process_sub_thread.h',
'browser/browser_thread_impl.cc',
@@ -581,6 +583,7 @@
'public/browser/browser_thread.h',
'public/browser/content_browser_client.h',
'public/browser/download_manager_delegate.h',
+ 'public/browser/io_thread_delegate.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_types.h',
'public/browser/notification_details.h',

Powered by Google App Engine
This is Rietveld 408576698