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

Unified Diff: chrome/chrome.gyp

Issue 6995095: Move UtilityProcessHost to content and move the message sending/dispatching to the clients. This... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 88480)
+++ chrome/chrome.gyp (working copy)
@@ -482,12 +482,12 @@
'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7',
'dependencies': [
'../base/base.gyp:base',
+ '../content/content.gyp:content_utility',
'../skia/skia.gyp:skia',
],
'sources': [
- 'utility/utility_main.cc',
- 'utility/utility_thread.cc',
- 'utility/utility_thread.h',
+ 'utility/chrome_content_utility_client.cc',
+ 'utility/chrome_content_utility_client.h',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698