diff options
author | iannucci@google.com <iannucci@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 03:42:50 +0000 |
---|---|---|
committer | iannucci@google.com <iannucci@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 03:42:50 +0000 |
commit | 57a8ec6f353cef23a1e055020d4d2f945b05fd34 (patch) | |
tree | ac32d6c625ed6bb98da366a2dc0500621f233f7a /remoting | |
parent | bf189f6d9415107d901c8bc16a30ecacfa7d5f90 (diff) | |
download | chromium_src-57a8ec6f353cef23a1e055020d4d2f945b05fd34.zip chromium_src-57a8ec6f353cef23a1e055020d4d2f945b05fd34.tar.gz chromium_src-57a8ec6f353cef23a1e055020d4d2f945b05fd34.tar.bz2 |
Explicitly set actions in remoting as requiring cygwin (gyp only)
TBR=alexeypa@chromium.org
Review URL: https://codereview.chromium.org/11574021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 8849b1a..fbff860 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1144,7 +1144,8 @@ '<@(_outputs)', ], 'process_outputs_as_sources': 1, - 'message': 'Generating <@(_outputs)' + 'message': 'Generating <@(_outputs)', + 'msvs_cygwin_shell': 1, }, ], }, # end of target 'remoting_elevated_controller' @@ -1714,6 +1715,7 @@ '--locales', '<@(remoting_webapp_locale_files)', ], + 'msvs_cygwin_shell': 1, }, ], }, # end of target 'remoting_webapp' |