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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fake", 8 "chromium.fake",
9 "--builder", 9 "--builder",
10 "ios", 10 "ios",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 108 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@",
110 "@@@STEP_LOG_LINE@json.output@}@@@", 110 "@@@STEP_LOG_LINE@json.output@}@@@",
111 "@@@STEP_LOG_END@json.output@@@" 111 "@@@STEP_LOG_END@json.output@@@"
112 ] 112 ]
113 }, 113 },
114 { 114 {
115 "cmd": [ 115 "cmd": [
116 "echo", 116 "echo",
117 "-e", 117 "-e",
118 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_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}" 118 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_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}"
119 ], 119 ],
120 "cwd": "[SLAVE_BUILD]", 120 "cwd": "[SLAVE_BUILD]",
121 "name": "finalize build config" 121 "name": "finalize build config"
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "[BUILD]/scripts/slave/ios/find_xcode.py", 125 "[BUILD]/scripts/slave/ios/find_xcode.py",
126 "--json-file", 126 "--json-file",
127 "/path/to/tmp/json", 127 "/path/to/tmp/json",
128 "--version", 128 "--version",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ], 166 ],
167 "cwd": "[SLAVE_BUILD]/src/xcodebuild", 167 "cwd": "[SLAVE_BUILD]/src/xcodebuild",
168 "name": "compile" 168 "name": "compile"
169 }, 169 },
170 { 170 {
171 "name": "$result", 171 "name": "$result",
172 "recipe_result": null, 172 "recipe_result": null,
173 "status_code": 0 173 "status_code": 0
174 } 174 }
175 ] 175 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698