From 2f1c3277ad4f9f680ce83392daa3b30a4988fc59 Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Sat, 18 Jan 2014 07:06:21 +0000 Subject: Remove now-unnecessary msvs_cygwin_shell Added https://src.chromium.org/viewvc/chrome?view=rev&revision=237636 but now unnecessary since we build on ninja everywhere. TBR=wez@chromium.org BUG=123026 Review URL: https://codereview.chromium.org/139303024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245747 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index fad2d7f..b131e2a 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2344,11 +2344,6 @@ '-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' ], -- cgit v1.1