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

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

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_gn", 10 "android_gn",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "GYP_CROSSCOMPILE": "1", 116 "GYP_CROSSCOMPILE": "1",
117 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", 117 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1",
118 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 118 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
119 }, 119 },
120 "name": "gclient runhooks" 120 "name": "gclient runhooks"
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
125 "-u", 125 "-u",
126 "[DEPOT_TOOLS]/gn.py", 126 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
127 "--root=[SLAVE_BUILD]/src", 127 "--root=[SLAVE_BUILD]/src",
128 "gen", 128 "gen",
129 "//out/Debug", 129 "//out/Debug",
130 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[CACHE]/cipd/goma\"" 130 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[CACHE]/cipd/goma\""
131 ], 131 ],
132 "name": "gn" 132 "name": "gn"
133 }, 133 },
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "python", 136 "python",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
172 "@@@STEP_LOG_END@json.output (invalid)@@@" 172 "@@@STEP_LOG_END@json.output (invalid)@@@"
173 ] 173 ]
174 }, 174 },
175 { 175 {
176 "name": "$result", 176 "name": "$result",
177 "recipe_result": null, 177 "recipe_result": null,
178 "status_code": 0 178 "status_code": 0
179 } 179 }
180 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698