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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_libfuzzer_rel", 10 "linux_libfuzzer_rel",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "GYP_CHROMIUM_NO_ACTION": "1", 128 "GYP_CHROMIUM_NO_ACTION": "1",
129 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", 129 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1",
130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
131 }, 131 },
132 "name": "gclient runhooks" 132 "name": "gclient runhooks"
133 }, 133 },
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "python", 136 "python",
137 "-u", 137 "-u",
138 "[DEPOT_TOOLS]/gn.py", 138 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
139 "--root=[SLAVE_BUILD]/src", 139 "--root=[SLAVE_BUILD]/src",
140 "gen", 140 "gen",
141 "//out/Release", 141 "//out/Release",
142 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is _asan=true is_debug=false target_cpu=\"x64\"" 142 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is _asan=true is_debug=false target_cpu=\"x64\""
143 ], 143 ],
144 "name": "gn" 144 "name": "gn"
145 }, 145 },
146 { 146 {
147 "cmd": [ 147 "cmd": [
148 "python", 148 "python",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
207 "@@@STEP_LOG_END@json.output (invalid)@@@" 207 "@@@STEP_LOG_END@json.output (invalid)@@@"
208 ] 208 ]
209 }, 209 },
210 { 210 {
211 "name": "$result", 211 "name": "$result",
212 "recipe_result": null, 212 "recipe_result": null,
213 "status_code": 0 213 "status_code": 0
214 } 214 }
215 ] 215 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698