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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn__dbg_.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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 GN (dbg)", 10 "Android32 GN (dbg)",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "@@@STEP_LOG_LINE@json.output@}@@@", 48 "@@@STEP_LOG_LINE@json.output@}@@@",
49 "@@@STEP_LOG_END@json.output@@@", 49 "@@@STEP_LOG_END@json.output@@@",
50 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 50 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
52 ] 52 ]
53 }, 53 },
54 { 54 {
55 "cmd": [ 55 "cmd": [
56 "python", 56 "python",
57 "-u", 57 "-u",
58 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", 58 "RECIPE_MODULE[build.webrtc]/resources/cleanup_files.py",
59 "[SLAVE_BUILD]/src/out" 59 "[SLAVE_BUILD]/src/out"
60 ], 60 ],
61 "cwd": "[SLAVE_BUILD]", 61 "cwd": "[SLAVE_BUILD]",
62 "name": "clean test output files" 62 "name": "clean test output files"
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 68 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
148 "@@@STEP_LOG_END@json.output (invalid)@@@" 148 "@@@STEP_LOG_END@json.output (invalid)@@@"
149 ] 149 ]
150 }, 150 },
151 { 151 {
152 "name": "$result", 152 "name": "$result",
153 "recipe_result": null, 153 "recipe_result": null,
154 "status_code": 0 154 "status_code": 0
155 } 155 }
156 ] 156 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698