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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_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 "linux_gn_rel", 10 "linux_gn_rel",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
126 "--root=[SLAVE_BUILD]/src", 126 "--root=[SLAVE_BUILD]/src",
127 "gen", 127 "gen",
128 "//out/Release", 128 "//out/Release",
129 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 129 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
130 ], 130 ],
131 "cwd": "[SLAVE_BUILD]/src",
131 "name": "gn" 132 "name": "gn"
132 }, 133 },
133 { 134 {
134 "cmd": [ 135 "cmd": [
135 "python", 136 "python",
136 "-u", 137 "-u",
137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
138 "--show-path", 139 "--show-path",
139 "python", 140 "python",
140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 28 matching lines...) Expand all
169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
170 "@@@STEP_LOG_END@json.output (invalid)@@@" 171 "@@@STEP_LOG_END@json.output (invalid)@@@"
171 ] 172 ]
172 }, 173 },
173 { 174 {
174 "name": "$result", 175 "name": "$result",
175 "recipe_result": null, 176 "recipe_result": null,
176 "status_code": 0 177 "status_code": 0
177 } 178 }
178 ] 179 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698