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

Unified Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ cleanup Created 5 years, 1 month 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/ios/example.expected/clobber.json
diff --git a/scripts/slave/recipe_modules/ios/example.expected/clobber.json b/scripts/slave/recipe_modules/ios/example.expected/clobber.json
index 4d31bbd4e370b0d714f986f698549f3d5142d7b4..710135b8437792cdb02221227cd241a1f9640fe4 100644
--- a/scripts/slave/recipe_modules/ios/example.expected/clobber.json
+++ b/scripts/slave/recipe_modules/ios/example.expected/clobber.json
@@ -115,7 +115,7 @@
"cmd": [
"echo",
"-e",
- "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"xcode version\": \"6.1.1\"\n}"
+ "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}"
],
"cwd": "[SLAVE_BUILD]",
"name": "finalize build config"

Powered by Google App Engine
This is Rietveld 408576698