summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-20 22:59:48 +0000
committeriannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-20 22:59:48 +0000
commitf27cf574305c00937396b5972a670f16796deb7a (patch)
treedcad48f52b22942f857d97e05c697ea517a9079d
parent217a89aefa99bba10b3f8c95ad10d894aca525c2 (diff)
downloadchromium_src-f27cf574305c00937396b5972a670f16796deb7a.zip
chromium_src-f27cf574305c00937396b5972a670f16796deb7a.tar.gz
chromium_src-f27cf574305c00937396b5972a670f16796deb7a.tar.bz2
Set msvs_cygwin_shell == 1 for actions that need it
These actions invoke 'cp', which requires the use of cygwin on windows, so mark them appropriately. TBR=thakis@chromium.org BUG=123026 Review URL: https://chromiumcodereview.appspot.com/12029002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177879 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/policy/policy_templates.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/policy/policy_templates.gypi b/chrome/app/policy/policy_templates.gypi
index 9680607e..467f65b 100644
--- a/chrome/app/policy/policy_templates.gypi
+++ b/chrome/app/policy/policy_templates.gypi
@@ -37,6 +37,7 @@
'inputs': ['../../VERSION'],
'outputs': ['<(version_path)'],
'action': ['cp', '<@(_inputs)', '<@(_outputs)'],
+ 'msvs_cygwin_shell': 1,
},
{
# Add all the templates generated at the previous step into
@@ -157,6 +158,7 @@
'message':
'Copy the Localizable.strings files to the manifest bundle',
'process_outputs_as_mac_bundle_resources': 1,
+ 'msvs_cygwin_shell': 1,
},
],
},