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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_rel.json

Issue 2057053002: V8: Remove infra-side gn defaults (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
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.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_nosnap_rel", 10 "v8_linux_nosnap_rel",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "name": "gclient runhooks" 154 "name": "gclient runhooks"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
160 "[DEPOT_TOOLS]/gn.py", 160 "[DEPOT_TOOLS]/gn.py",
161 "--root=[SLAVE_BUILD]/v8", 161 "--root=[SLAVE_BUILD]/v8",
162 "gen", 162 "gen",
163 "[TMP_BASE]/v8_gn_tmp_1", 163 "[TMP_BASE]/v8_gn_tmp_1",
164 "--args=use_sysroot=false icu_use_data_file = false v8_test_isolation_mode = \"prepare\" is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE ]/cipd/goma\"" 164 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
165 ], 165 ],
166 "name": "gn" 166 "name": "gn"
167 }, 167 },
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "python", 170 "python",
171 "-u", 171 "-u",
172 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 172 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
173 "[TMP_BASE]/v8_gn_tmp_1", 173 "[TMP_BASE]/v8_gn_tmp_1",
174 "[SLAVE_BUILD]/v8/out/Release", 174 "[SLAVE_BUILD]/v8/out/Release",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
441 "@@@STEP_LOG_END@durations@@@" 441 "@@@STEP_LOG_END@durations@@@"
442 ] 442 ]
443 }, 443 },
444 { 444 {
445 "name": "$result", 445 "name": "$result",
446 "recipe_result": null, 446 "recipe_result": null,
447 "status_code": 0 447 "status_code": 0
448 } 448 }
449 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698