diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 23:20:35 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 23:20:35 +0000 |
commit | 230f1e8d40fc3b1788fd58f8b2154799208aba67 (patch) | |
tree | 0a8dad3f1a35ea6de885424a891a9de9847c57af /remoting | |
parent | 7c3befe537a84fb0b4dddb9536d353866f89a5a8 (diff) | |
download | chromium_src-230f1e8d40fc3b1788fd58f8b2154799208aba67.zip chromium_src-230f1e8d40fc3b1788fd58f8b2154799208aba67.tar.gz chromium_src-230f1e8d40fc3b1788fd58f8b2154799208aba67.tar.bz2 |
Port r152639 and r177025 to tracing_ and devtools_resources.gyp.
Gets rid of two msvs_cygwin_shell=1.
Also remove a bunch of msvs_cygwin_shell=0s -- this is now the default and
doesn't have to be set explicitly any more.
BUG=123026
R=cpu@chromium.org
TBR=jam
Review URL: https://codereview.chromium.org/140493003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index b131e2a..96533bf 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1399,7 +1399,6 @@ ], 'process_outputs_as_sources': 1, 'message': 'Generating <@(_outputs)', - 'msvs_cygwin_shell': 0, }, ], }, # end of target 'remoting_lib_idl' @@ -1454,7 +1453,6 @@ 'echo 1 typelib "remoting/host/chromoting_lib.tlb" > <@(_outputs)', ], 'message': 'Generating <@(_outputs)', - 'msvs_cygwin_shell': 0, }, ], }, # end of target 'remoting_lib_rc' @@ -1834,7 +1832,6 @@ 'outputs': [ '<(PRODUCT_DIR)/chromoting.msi', ], - 'msvs_cygwin_shell': 0, 'action': [ 'python', 'tools/zip2msi.py', '--wix_path', '<(wix_path)', @@ -2061,7 +2058,6 @@ '<(_output_dir)/remoting_host_messages.h', '<(_output_dir)/remoting_host_messages.rc', ], - 'msvs_cygwin_shell': 0, 'action': [ 'mc.exe', '-h', '<(_output_dir)', @@ -2149,7 +2145,6 @@ '--locales', '<@(_locale_files)', ], - 'msvs_cygwin_shell': 0, }, ], 'target_conditions': [ @@ -2203,7 +2198,6 @@ '--patches', '<@(remoting_webapp_patch_files)', ], - 'msvs_cygwin_shell': 0, }, ], }], |