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

Unified Diff: content/content_browser.gypi

Issue 9317074: Create an API around UtilityProcessHost and use that from chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « content/browser/utility_process_host_impl.cc ('k') | content/public/browser/utility_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 120256)
+++ content/content_browser.gypi (working copy)
@@ -96,6 +96,7 @@
'public/browser/ssl_status.cc',
'public/browser/ssl_status.h',
'public/browser/user_metrics.h',
+ 'public/browser/utility_process_host.h',
'public/browser/web_contents.h',
'public/browser/web_contents_delegate.cc',
'public/browser/web_contents_delegate.h',
@@ -651,8 +652,8 @@
'browser/trace_subscriber_stdio.cc',
'browser/trace_subscriber_stdio.h',
'browser/user_metrics.cc',
- 'browser/utility_process_host.cc',
- 'browser/utility_process_host.h',
+ 'browser/utility_process_host_impl.cc',
+ 'browser/utility_process_host_impl.h',
'browser/webui/generic_handler.cc',
'browser/webui/generic_handler.h',
'browser/webui/web_ui_impl.cc',
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/public/browser/utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698