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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. Created 4 years, 2 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
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "name": "gclient runhooks" 129 "name": "gclient runhooks"
130 }, 130 },
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
134 "-u", 134 "-u",
135 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 135 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
136 "--root=[SLAVE_BUILD]/src", 136 "--root=[SLAVE_BUILD]/src",
137 "gen", 137 "gen",
138 "//out/Release", 138 "//out/Release",
139 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is _asan=true is_debug=false target_cpu=\"x64\"" 139 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is _asan=true symbol_level=2 is_debug=false target_cpu=\"x64\""
140 ], 140 ],
141 "cwd": "[SLAVE_BUILD]/src", 141 "cwd": "[SLAVE_BUILD]/src",
142 "name": "gn" 142 "name": "gn"
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "[DEPOT_TOOLS]/gn.py", 148 "[DEPOT_TOOLS]/gn.py",
149 "--root=[SLAVE_BUILD]/src", 149 "--root=[SLAVE_BUILD]/src",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
213 "@@@STEP_LOG_END@json.output (invalid)@@@" 213 "@@@STEP_LOG_END@json.output (invalid)@@@"
214 ] 214 ]
215 }, 215 },
216 { 216 {
217 "name": "$result", 217 "name": "$result",
218 "recipe_result": null, 218 "recipe_result": null,
219 "status_code": 0 219 "status_code": 0
220 } 220 }
221 ] 221 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698