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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_rel.json

Issue 2429883002: Revert of libyuv: Set symbol_level=1 for Android builders. (Closed)
Patch Set: Created 4 years, 2 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_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "name": "gclient runhooks" 142 "name": "gclient runhooks"
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
149 "--root=[SLAVE_BUILD]/src", 149 "--root=[SLAVE_BUILD]/src",
150 "gen", 150 "gen",
151 "//out/Release", 151 "//out/Release",
152 "--args=symbol_level=1 symbol_level=2 dcheck_always_on=true is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/ goma\"" 152 "--args=symbol_level=2 dcheck_always_on=true is_debug=false target_os=\"an droid\" target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
153 ], 153 ],
154 "cwd": "[SLAVE_BUILD]/src", 154 "cwd": "[SLAVE_BUILD]/src",
155 "name": "gn" 155 "name": "gn"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
162 "--show-path", 162 "--show-path",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 525 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
526 "@@@STEP_LOG_END@python.inline@@@" 526 "@@@STEP_LOG_END@python.inline@@@"
527 ] 527 ]
528 }, 528 },
529 { 529 {
530 "name": "$result", 530 "name": "$result",
531 "recipe_result": null, 531 "recipe_result": null,
532 "status_code": 0 532 "status_code": 0
533 } 533 }
534 ] 534 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698