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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data /firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplu gins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame _rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data /ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/ data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests ': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data /tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/b mp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_sh ell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': '.DEPS.gi t', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.goo glesource.com/chrome/src-internal.git'}]\ntarget_os = ['ios']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data /firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplu gins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame _rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data /ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/ data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests ': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data /tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/b mp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_sh ell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': '.DEPS.gi t', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.goo glesource.com/chrome/src-internal.git'}]\ntarget_os = ['ios']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "ninja", 164 "ninja",
165 "-C", 165 "-C",
166 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator" 166 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator"
167 ], 167 ],
168 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 168 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
169 "name": "compile" 169 "name": "compile"
170 }, 170 },
171 { 171 {
172 "cmd": [],
173 "name": "bootstrap swarming" 172 "name": "bootstrap swarming"
174 }, 173 },
175 { 174 {
176 "cmd": [ 175 "cmd": [
177 "python", 176 "python",
178 "-u", 177 "-u",
179 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 178 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
180 "--path", 179 "--path",
181 "[SLAVE_BUILD]/swarming.client", 180 "[SLAVE_BUILD]/swarming.client",
182 "--url", 181 "--url",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--version" 278 "--version"
280 ], 279 ],
281 "name": "bootstrap swarming.swarming.py --version", 280 "name": "bootstrap swarming.swarming.py --version",
282 "stdout": "/path/to/tmp/", 281 "stdout": "/path/to/tmp/",
283 "~followup_annotations": [ 282 "~followup_annotations": [
284 "@@@STEP_NEST_LEVEL@1@@@", 283 "@@@STEP_NEST_LEVEL@1@@@",
285 "@@@STEP_TEXT@1.2.3@@@" 284 "@@@STEP_TEXT@1.2.3@@@"
286 ] 285 ]
287 }, 286 },
288 { 287 {
289 "cmd": [],
290 "name": "isolate" 288 "name": "isolate"
291 }, 289 },
292 { 290 {
293 "cmd": [ 291 "cmd": [
294 "python", 292 "python",
295 "-u", 293 "-u",
296 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 294 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
297 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}", 295 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
298 "[SLAVE_BUILD]/template.isolate" 296 "[SLAVE_BUILD]/template.isolate"
299 ], 297 ],
(...skipping 28 matching lines...) Expand all
328 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 326 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
329 "@@@STEP_LOG_LINE@template.isolate@ }@@@", 327 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
330 "@@@STEP_LOG_LINE@template.isolate@ }@@@", 328 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
331 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 329 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
332 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 330 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
333 "@@@STEP_LOG_LINE@template.isolate@}@@@", 331 "@@@STEP_LOG_LINE@template.isolate@}@@@",
334 "@@@STEP_LOG_END@template.isolate@@@" 332 "@@@STEP_LOG_END@template.isolate@@@"
335 ] 333 ]
336 }, 334 },
337 { 335 {
338 "cmd": [],
339 "name": "trigger" 336 "name": "trigger"
340 }, 337 },
341 { 338 {
342 "name": "$result", 339 "name": "$result",
343 "recipe_result": null, 340 "recipe_result": null,
344 "status_code": 0 341 "status_code": 0
345 } 342 }
346 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698