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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac64 Release (GN)", 10 "Mac64 Release (GN)",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 123 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
124 "--root=[SLAVE_BUILD]/src", 124 "--root=[SLAVE_BUILD]/src",
125 "gen", 125 "gen",
126 "//out/Release", 126 "//out/Release",
127 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 127 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]/src",
129 "name": "gn" 130 "name": "gn"
130 }, 131 },
131 { 132 {
132 "allow_subannotations": true, 133 "allow_subannotations": true,
133 "cmd": [ 134 "cmd": [
134 "python", 135 "python",
135 "-u", 136 "-u",
136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 137 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
137 "--src-dir", 138 "--src-dir",
138 "[SLAVE_BUILD]/src", 139 "[SLAVE_BUILD]/src",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 188 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
188 "@@@STEP_LOG_END@json.output (invalid)@@@" 189 "@@@STEP_LOG_END@json.output (invalid)@@@"
189 ] 190 ]
190 }, 191 },
191 { 192 {
192 "name": "$result", 193 "name": "$result",
193 "recipe_result": null, 194 "recipe_result": null,
194 "status_code": 0 195 "status_code": 0
195 } 196 }
196 ] 197 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698