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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__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 "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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 { 193 {
194 "cmd": [ 194 "cmd": [
195 "python", 195 "python",
196 "-u", 196 "-u",
197 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 197 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
198 "--root=[BUILDER_CACHE]/Mac64_Debug__GN_/src", 198 "--root=[BUILDER_CACHE]/Mac64_Debug__GN_/src",
199 "gen", 199 "gen",
200 "//out/Debug", 200 "//out/Debug",
201 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" 201 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
202 ], 202 ],
203 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GN_/src",
203 "name": "gn" 204 "name": "gn"
204 }, 205 },
205 { 206 {
206 "allow_subannotations": true, 207 "allow_subannotations": true,
207 "cmd": [ 208 "cmd": [
208 "python", 209 "python",
209 "-u", 210 "-u",
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
211 "--src-dir", 212 "--src-dir",
212 "[BUILDER_CACHE]/Mac64_Debug__GN_/src", 213 "[BUILDER_CACHE]/Mac64_Debug__GN_/src",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 264 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
264 "@@@STEP_LOG_END@json.output (invalid)@@@" 265 "@@@STEP_LOG_END@json.output (invalid)@@@"
265 ] 266 ]
266 }, 267 },
267 { 268 {
268 "name": "$result", 269 "name": "$result",
269 "recipe_result": null, 270 "recipe_result": null,
270 "status_code": 0 271 "status_code": 0
271 } 272 }
272 ] 273 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698