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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux64 Release (Libfuzzer)", 10 "Linux64 Release (Libfuzzer)",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 { 128 {
129 "cmd": [ 129 "cmd": [
130 "python", 130 "python",
131 "-u", 131 "-u",
132 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 132 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
133 "--root=[SLAVE_BUILD]/src", 133 "--root=[SLAVE_BUILD]/src",
134 "gen", 134 "gen",
135 "//out/Release", 135 "//out/Release",
136 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is _asan=true is_debug=false target_cpu=\"x64\"" 136 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is _asan=true is_debug=false target_cpu=\"x64\""
137 ], 137 ],
138 "cwd": "[SLAVE_BUILD]/src",
138 "name": "gn" 139 "name": "gn"
139 }, 140 },
140 { 141 {
141 "cmd": [ 142 "cmd": [
142 "python", 143 "python",
143 "-u", 144 "-u",
144 "[DEPOT_TOOLS]/gn.py", 145 "[DEPOT_TOOLS]/gn.py",
145 "--root=[SLAVE_BUILD]/src", 146 "--root=[SLAVE_BUILD]/src",
146 "refs", 147 "refs",
147 "[SLAVE_BUILD]/src/out/Release", 148 "[SLAVE_BUILD]/src/out/Release",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 199 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
199 "@@@STEP_LOG_END@json.output (invalid)@@@" 200 "@@@STEP_LOG_END@json.output (invalid)@@@"
200 ] 201 ]
201 }, 202 },
202 { 203 {
203 "name": "$result", 204 "name": "$result",
204 "recipe_result": null, 205 "recipe_result": null,
205 "status_code": 0 206 "status_code": 0
206 } 207 }
207 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698