Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: build/isolate.gypi

Issue 1252353005: Make VS2015 component builds work on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the Androit isolator script. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/win/msvs_dependencies.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 69af5b059db0ded430c46589ad4f5f139f4f0c6e..0fbf28c9d03fba6109e248dd92d100141b9b4301 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',
+ ],
+ }],
],
},
],
« no previous file with comments | « build/config/win/msvs_dependencies.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698