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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "[DEPOT_TOOLS]/git_number.py" 240 "[DEPOT_TOOLS]/git_number.py"
241 ], 241 ],
242 "cwd": "[SLAVE_BUILD]/src", 242 "cwd": "[SLAVE_BUILD]/src",
243 "name": "git_number", 243 "name": "git_number",
244 "stdout": "/path/to/tmp/" 244 "stdout": "/path/to/tmp/"
245 }, 245 },
246 { 246 {
247 "cmd": [ 247 "cmd": [
248 "python", 248 "python",
249 "-u", 249 "-u",
250 "RECIPE_MODULE[adb]/resources/list_devices.py", 250 "RECIPE_MODULE[build.adb]/resources/list_devices.py",
251 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 251 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
252 "/path/to/tmp/json" 252 "/path/to/tmp/json"
253 ], 253 ],
254 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
255 "name": "List adb devices", 255 "name": "List adb devices",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output@[@@@", 257 "@@@STEP_LOG_LINE@json.output@[@@@",
258 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 258 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
259 "@@@STEP_LOG_LINE@json.output@]@@@", 259 "@@@STEP_LOG_LINE@json.output@]@@@",
260 "@@@STEP_LOG_END@json.output@@@" 260 "@@@STEP_LOG_END@json.output@@@"
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 720 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
721 }, 721 },
722 "name": "stack_tool_for_asan" 722 "name": "stack_tool_for_asan"
723 }, 723 },
724 { 724 {
725 "name": "$result", 725 "name": "$result",
726 "recipe_result": null, 726 "recipe_result": null,
727 "status_code": 0 727 "status_code": 0
728 } 728 }
729 ] 729 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698