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

Unified Diff: cloud_print/service/service.gyp

Issue 10546149: Factor out logic to find chrome.exe from Omaha client state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use chrome from current dir in development. Created 8 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
« no previous file with comments | « cloud_print/service/DEPS ('k') | cloud_print/service/win/chrome_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/service.gyp
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp
index 096e0d8ff9d354282563b4a6999adb980ea155a6..35c448db597ce8bc29bc4315c28338bb1a41186e 100644
--- a/cloud_print/service/service.gyp
+++ b/cloud_print/service/service.gyp
@@ -26,7 +26,14 @@
'service_switches.h',
'win/chrome_launcher.cc',
'win/chrome_launcher.h',
- ]
+ ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ '<(DEPTH)/chrome/chrome.gyp:launcher_support',
+ ],
+ }],
+ ],
},
{
'target_name': 'cloud_print_service',
« no previous file with comments | « cloud_print/service/DEPS ('k') | cloud_print/service/win/chrome_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698