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

Unified Diff: chrome/chrome.gyp

Issue 566693002: Use file handles to interact with utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Sep 17 10:40:51 PDT 2014 Created 6 years, 3 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
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index d1f5f783f91db280dd97c3cd0e11e3b492d174ba..9a4f10d2dc5be8878f6d8019a4a690d0d5c897c5 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -772,6 +772,12 @@
'service/cloud_print/print_system_dummy.cc',
],
}],
+ ['OS!="win"', {
+ 'sources!': [
+ 'service/service_utility_process_host.cc',
+ 'service/service_utility_process_host.h',
+ ],
+ }],
],
},
],
« no previous file with comments | « chrome/browser/printing/print_view_manager_base.cc ('k') | chrome/common/chrome_utility_printing_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698