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

Unified Diff: base/base.gypi

Issue 1625015: Refactor ChildProcess and related classes to create a framework outside of br... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 8 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
« no previous file with comments | « no previous file | base/mp/message_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 44239)
+++ base/base.gypi (working copy)
@@ -543,6 +543,19 @@
'message_pump_libevent.h',
'message_pump_mac.h',
'message_pump_mac.mm',
+ 'mp/message_router.cc',
+ 'mp/message_router.h',
+ 'mp/mp_child_process.h',
+ 'mp/mp_child_process.cc',
+ 'mp/mp_child_process_context.h',
+ 'mp/mp_child_process_host.cc',
+ 'mp/mp_child_process_host.h',
+ 'mp/mp_child_process_launcher.cc',
+ 'mp/mp_child_process_launcher.h',
+ 'mp/mp_child_thread.cc',
+ 'mp/mp_child_thread.h',
+ 'mp/mp_messages.h',
+ 'mp/mp_messages_internal.h',
'nsimage_cache_mac.h',
'nsimage_cache_mac.mm',
'nss_util.cc',
« no previous file with comments | « no previous file | base/mp/message_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698