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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expectations/Release-linux.intel.64-to-chromeos.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-linux.intel.64-to-chromeos.intel.64.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expectations/Release-linux.intel.64-to-chromeos.intel.64.json b/scripts/slave/recipe_modules/chromium/config.expectations/Release-linux.intel.64-to-chromeos.intel.64.json
index d2f8e22250debf9c7667c429081fcafba958ff46..2e40df79c005bd6e02de026e535b1bbb4b18c0a5 100644
--- a/scripts/slave/recipe_modules/chromium/config.expectations/Release-linux.intel.64-to-chromeos.intel.64.json
+++ b/scripts/slave/recipe_modules/chromium/config.expectations/Release-linux.intel.64-to-chromeos.intel.64.json
@@ -13,7 +13,7 @@
"GYP_DEFINES": "component=static_library",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "",
- "GYP_MSVS_VERSION": ""
+ "GYP_MSVS_VERSION": null
}
},
"chromium": {
@@ -30,7 +30,7 @@
"GYP_DEFINES": "component=static_library",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "",
- "GYP_MSVS_VERSION": ""
+ "GYP_MSVS_VERSION": null
}
},
"msvs": "can not use msvs on \"linux\"",
@@ -45,7 +45,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 \"linux\""

Powered by Google App Engine
This is Rietveld 408576698