summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authorsebmarchand <sebmarchand@chromium.org>2015-08-14 13:38:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-14 20:38:53 +0000
commit568e81bce0dbf53936edfb4d54a5714749a2e619 (patch)
tree1ab4515aef5ffdd533ee97ceefce78030955ab44 /build/isolate.gypi
parentb03fdc4d691ceba36245cd56379adff1d7231346 (diff)
downloadchromium_src-568e81bce0dbf53936edfb4d54a5714749a2e619.zip
chromium_src-568e81bce0dbf53936edfb4d54a5714749a2e619.tar.gz
chromium_src-568e81bce0dbf53936edfb4d54a5714749a2e619.tar.bz2
Make VS2015 component builds work on swarming.
BUG=440500 Review URL: https://codereview.chromium.org/1252353005 Cr-Commit-Position: refs/heads/master@{#343482}
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 69af5b0..0fbf28c 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -119,6 +119,15 @@
'<(PRODUCT_DIR)/<(RULE_INPUT_ROOT).isolated',
],
}],
+ ['OS=="win"', {
+ 'action': [
+ '--config-variable', 'msvs_version=<(MSVS_VERSION)',
+ ],
+ }, {
+ 'action': [
+ '--config-variable', 'msvs_version=0',
+ ],
+ }],
],
},
],