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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expectations/Release-win.intel.64-to-win.intel.64.json

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix presubmit + move polyfill (retry) Created 7 years, 6 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
Index: scripts/slave/recipe_modules/chromium/config.expectations/Release-win.intel.64-to-win.intel.64.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expectations/Release-win.intel.64-to-win.intel.64.json b/scripts/slave/recipe_modules/chromium/config.expectations/Release-win.intel.64-to-win.intel.64.json
index 0afc51405a379cfc142c8fd6675d26e8553aab6c..4bc0251f75d86928b14cb7089c61a73b2226cc88 100644
--- a/scripts/slave/recipe_modules/chromium/config.expectations/Release-win.intel.64-to-win.intel.64.json
+++ b/scripts/slave/recipe_modules/chromium/config.expectations/Release-win.intel.64-to-win.intel.64.json
@@ -13,7 +13,7 @@
"GYP_DEFINES": "chromium_win_pch=0 component=static_library",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "",
- "GYP_MSVS_VERSION": ""
+ "GYP_MSVS_VERSION": null
}
},
"chromium": {
@@ -30,7 +30,7 @@
"GYP_DEFINES": "chromium_win_pch=0 component=static_library",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "",
- "GYP_MSVS_VERSION": ""
+ "GYP_MSVS_VERSION": null
}
},
"msvs": {
@@ -58,7 +58,7 @@
"GYP_DEFINES": "component=static_library",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "",
- "GYP_MSVS_VERSION": ""
+ "GYP_MSVS_VERSION": null
}
},
"xcodebuild": "can not use xcodebuild on \"win\""

Powered by Google App Engine
This is Rietveld 408576698