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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.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 "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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "python", 136 "python",
137 "-u", 137 "-u",
138 "RECIPE_PACKAGE_REPO[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 "cwd": "[SLAVE_BUILD]/src",
144 "name": "gn" 145 "name": "gn"
145 }, 146 },
146 { 147 {
147 "cmd": [ 148 "cmd": [
148 "python", 149 "python",
149 "-u", 150 "-u",
150 "[DEPOT_TOOLS]/gn.py", 151 "[DEPOT_TOOLS]/gn.py",
151 "--root=[SLAVE_BUILD]/src", 152 "--root=[SLAVE_BUILD]/src",
152 "refs", 153 "refs",
153 "[SLAVE_BUILD]/src/out/Release", 154 "[SLAVE_BUILD]/src/out/Release",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
207 "@@@STEP_LOG_END@json.output (invalid)@@@" 208 "@@@STEP_LOG_END@json.output (invalid)@@@"
208 ] 209 ]
209 }, 210 },
210 { 211 {
211 "name": "$result", 212 "name": "$result",
212 "recipe_result": null, 213 "recipe_result": null,
213 "status_code": 0 214 "status_code": 0
214 } 215 }
215 ] 216 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698