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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - predictable", 10 "V8 Linux - predictable",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "name": "gclient runhooks" 127 "name": "gclient runhooks"
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "[DEPOT_TOOLS]/gn.py", 133 "[DEPOT_TOOLS]/gn.py",
134 "--root=[SLAVE_BUILD]/v8", 134 "--root=[SLAVE_BUILD]/v8",
135 "gen", 135 "gen",
136 "[TMP_BASE]/v8_gn_tmp_1", 136 "[TMP_BASE]/v8_gn_tmp_1",
137 "--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\"" 137 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
138 ], 138 ],
139 "name": "gn" 139 "name": "gn"
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 145 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
146 "[TMP_BASE]/v8_gn_tmp_1", 146 "[TMP_BASE]/v8_gn_tmp_1",
147 "[SLAVE_BUILD]/v8/out/Release", 147 "[SLAVE_BUILD]/v8/out/Release",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 401 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
402 "@@@STEP_LOG_END@durations@@@" 402 "@@@STEP_LOG_END@durations@@@"
403 ] 403 ]
404 }, 404 },
405 { 405 {
406 "name": "$result", 406 "name": "$result",
407 "recipe_result": null, 407 "recipe_result": null,
408 "status_code": 0 408 "status_code": 0
409 } 409 }
410 ] 410 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698