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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 { 199 {
200 "cmd": [ 200 "cmd": [
201 "python", 201 "python",
202 "-u", 202 "-u",
203 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 203 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
204 "--root=[BUILDER_CACHE]/mac_gn_rel/src", 204 "--root=[BUILDER_CACHE]/mac_gn_rel/src",
205 "gen", 205 "gen",
206 "//out/Release", 206 "//out/Release",
207 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target _cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" 207 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target _cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
208 ], 208 ],
209 "cwd": "[BUILDER_CACHE]/mac_gn_rel/src",
209 "name": "gn" 210 "name": "gn"
210 }, 211 },
211 { 212 {
212 "allow_subannotations": true, 213 "allow_subannotations": true,
213 "cmd": [ 214 "cmd": [
214 "python", 215 "python",
215 "-u", 216 "-u",
216 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 217 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
217 "--src-dir", 218 "--src-dir",
218 "[BUILDER_CACHE]/mac_gn_rel/src", 219 "[BUILDER_CACHE]/mac_gn_rel/src",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
272 "@@@STEP_LOG_END@json.output (invalid)@@@" 273 "@@@STEP_LOG_END@json.output (invalid)@@@"
273 ] 274 ]
274 }, 275 },
275 { 276 {
276 "name": "$result", 277 "name": "$result",
277 "recipe_result": null, 278 "recipe_result": null,
278 "status_code": 0 279 "status_code": 0
279 } 280 }
280 ] 281 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698