diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 07:06:21 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 07:06:21 +0000 |
commit | 2f1c3277ad4f9f680ce83392daa3b30a4988fc59 (patch) | |
tree | b7fb0c4e4b0bef4830bad51d53f9d4a132320174 /remoting/remoting.gyp | |
parent | 8eeab3b198a1932521c88bd32f809a915fdae8b0 (diff) | |
download | chromium_src-2f1c3277ad4f9f680ce83392daa3b30a4988fc59.zip chromium_src-2f1c3277ad4f9f680ce83392daa3b30a4988fc59.tar.gz chromium_src-2f1c3277ad4f9f680ce83392daa3b30a4988fc59.tar.bz2 |
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
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
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' ], |