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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux64 Debug (GN)", 10 "Linux64 Debug (GN)",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "GYP_CHROMIUM_NO_ACTION": "1", 113 "GYP_CHROMIUM_NO_ACTION": "1",
114 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1", 114 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
115 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 115 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
116 }, 116 },
117 "name": "gclient runhooks" 117 "name": "gclient runhooks"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "[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/Debug", 126 "//out/Debug",
127 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/ cipd/goma\"" 127 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/ cipd/goma\""
128 ], 128 ],
129 "name": "gn" 129 "name": "gn"
130 }, 130 },
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
166 "@@@STEP_LOG_END@json.output (invalid)@@@" 166 "@@@STEP_LOG_END@json.output (invalid)@@@"
167 ] 167 ]
168 }, 168 },
169 { 169 {
170 "name": "$result", 170 "name": "$result",
171 "recipe_result": null, 171 "recipe_result": null,
172 "status_code": 0 172 "status_code": 0
173 } 173 }
174 ] 174 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698