diff options
author | iannucci@google.com <iannucci@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 00:03:42 +0000 |
---|---|---|
committer | iannucci@google.com <iannucci@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 00:03:42 +0000 |
commit | 05e38fd0546e5301f476cfb388f998c75fd0ec37 (patch) | |
tree | 632c55b97bbf6178a21297750fdd91e7ec7a08df /chrome/chrome_installer.gypi | |
parent | 74aaa70032784e7cf00256821f29b2b53edb6589 (diff) | |
download | chromium_src-05e38fd0546e5301f476cfb388f998c75fd0ec37.zip chromium_src-05e38fd0546e5301f476cfb388f998c75fd0ec37.tar.gz chromium_src-05e38fd0546e5301f476cfb388f998c75fd0ec37.tar.bz2 |
Flip msvs_cygwin_shell bit explicitly ON for actions under chrome/ (gyp only)
Explicitly set actions in mini_installer as requiring cygwin
Explicitly set actions in chrome_tests as requiring cygwin
Explicitly set actions in chrome_installer as requiring cygwin
TBR=grt@chromium.org
Review URL: https://codereview.chromium.org/11574018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index 65396ae..bef9c8f 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -166,6 +166,7 @@ '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings', '<(branding)',], 'message': 'Generating resources from <(RULE_INPUT_PATH)', + 'msvs_cygwin_shell': 1, }, ], 'sources': [ @@ -366,6 +367,7 @@ #'--distribution=$(CHROMIUM_BUILD)', '--distribution=_google_chrome', ], + 'msvs_cygwin_shell': 1, }, ], 'conditions': [ @@ -478,6 +480,7 @@ #'--distribution=$(CHROMIUM_BUILD)', '--distribution=_google_chrome', ], + 'msvs_cygwin_shell': 1, }, ], }, |