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

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

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 "win_x64_gn_rel", 10 "win_x64_gn_rel",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "GYP_CHROMIUM_NO_ACTION": "1", 115 "GYP_CHROMIUM_NO_ACTION": "1",
116 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", 116 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1",
117 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 117 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
118 }, 118 },
119 "name": "gclient runhooks" 119 "name": "gclient runhooks"
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "[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_x64", 128 "//out/Release_x64",
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 "name": "gn" 131 "name": "gn"
132 }, 132 },
133 { 133 {
134 "allow_subannotations": true, 134 "allow_subannotations": true,
135 "cmd": [ 135 "cmd": [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
192 "@@@STEP_LOG_END@json.output (invalid)@@@" 192 "@@@STEP_LOG_END@json.output (invalid)@@@"
193 ] 193 ]
194 }, 194 },
195 { 195 {
196 "name": "$result", 196 "name": "$result",
197 "recipe_result": null, 197 "recipe_result": null,
198 "status_code": 0 198 "status_code": 0
199 } 199 }
200 ] 200 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_gn.json ('k') | scripts/slave/recipes/webrtc/ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698