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

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

Issue 2235773002: chromium: run GN in the checkout directory (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase 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_rel", 10 "android_gn_rel",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
125 "-u", 125 "-u",
126 "RECIPE_PACKAGE_REPO[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/Release", 129 "//out/Release",
130 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[CACHE]/cipd/goma\"" 130 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[CACHE]/cipd/goma\""
131 ], 131 ],
132 "cwd": "[SLAVE_BUILD]/src",
132 "name": "gn" 133 "name": "gn"
133 }, 134 },
134 { 135 {
135 "cmd": [ 136 "cmd": [
136 "python", 137 "python",
137 "-u", 138 "-u",
138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 139 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
139 "--show-path", 140 "--show-path",
140 "python", 141 "python",
141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 142 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 29 matching lines...) Expand all
171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 172 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
172 "@@@STEP_LOG_END@json.output (invalid)@@@" 173 "@@@STEP_LOG_END@json.output (invalid)@@@"
173 ] 174 ]
174 }, 175 },
175 { 176 {
176 "name": "$result", 177 "name": "$result",
177 "recipe_result": null, 178 "recipe_result": null,
178 "status_code": 0 179 "status_code": 0
179 } 180 }
180 ] 181 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698