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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___debug_builder.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 - debug builder", 10 "V8 Linux - debug builder",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "name": "gclient runhooks" 148 "name": "gclient runhooks"
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[DEPOT_TOOLS]/gn.py", 154 "[DEPOT_TOOLS]/gn.py",
155 "--root=[SLAVE_BUILD]/v8", 155 "--root=[SLAVE_BUILD]/v8",
156 "gen", 156 "gen",
157 "[TMP_BASE]/v8_gn_tmp_1", 157 "[TMP_BASE]/v8_gn_tmp_1",
158 "--args=use_sysroot=false icu_use_data_file = false v8_test_isolation_mode = \"prepare\" is_debug=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 158 "--args=is_debug=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/ cipd/goma\""
159 ], 159 ],
160 "name": "gn" 160 "name": "gn"
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", 166 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py",
167 "[TMP_BASE]/v8_gn_tmp_1", 167 "[TMP_BASE]/v8_gn_tmp_1",
168 "[SLAVE_BUILD]/v8/out/Debug", 168 "[SLAVE_BUILD]/v8/out/Debug",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "~followup_annotations": [ 435 "~followup_annotations": [
436 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - debug - greedy allocator<br />V8 Linux - gc stress@@@" 436 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - debug - greedy allocator<br />V8 Linux - gc stress@@@"
437 ] 437 ]
438 }, 438 },
439 { 439 {
440 "name": "$result", 440 "name": "$result",
441 "recipe_result": null, 441 "recipe_result": null,
442 "status_code": 0 442 "status_code": 0
443 } 443 }
444 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698