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

Unified Diff: remoting/remoting.gyp

Issue 86703002: Default msvs_cygwin_shell to 0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with remoting opt-out for silly problem Created 7 years, 1 month 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 7865b282aa721ca2eca866ad25a5bee6f9c7d311..1bbc5cbfd804de5ba6ad0c5ee846a23dd015ac00 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2474,6 +2474,11 @@
'-x', '<(copy_output_dir)/.',
'<@(remoting_locales)',
],
+ # Without this, the /. in the -x command above fails, but only in VS
+ # builds (because VS puts the command in to a batch file and then
+ # the normalization and substitution of "...\Release\" cause the
+ # trailing " to be escaped.
+ 'msvs_cygwin_shell': 1,
}
],
'includes': [ '../build/grit_target.gypi' ],
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698