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

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

Issue 2123063003: V8: Remove gyp-flag-comparison feature after MB switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 ], 192 ],
193 "env": { 193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
195 }, 195 },
196 "name": "generate_build_files", 196 "name": "generate_build_files",
197 "stdout": "/path/to/tmp/", 197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@stdout@some line@@@", 199 "@@@STEP_LOG_LINE@stdout@some line@@@",
200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
201 "@@@STEP_LOG_LINE@stdout@moar@@@", 201 "@@@STEP_LOG_LINE@stdout@moar@@@",
202 "@@@STEP_LOG_END@stdout@@@", 202 "@@@STEP_LOG_END@stdout@@@"
203 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
204 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
205 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
206 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
207 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
208 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
209 "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
210 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
211 "@@@STEP_LOG_LINE@diff@? ^^^@@@",
212 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
213 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
214 "@@@STEP_LOG_END@diff@@@",
215 "@@@STEP_WARNINGS@@@"
216 ] 203 ]
217 }, 204 },
218 { 205 {
219 "cmd": [ 206 "cmd": [
220 "python", 207 "python",
221 "-u", 208 "-u",
222 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 209 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
223 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 210 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
224 "/path/to/tmp/" 211 "/path/to/tmp/"
225 ], 212 ],
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "~followup_annotations": [ 358 "~followup_annotations": [
372 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" 359 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@"
373 ] 360 ]
374 }, 361 },
375 { 362 {
376 "name": "$result", 363 "name": "$result",
377 "recipe_result": null, 364 "recipe_result": null,
378 "status_code": 0 365 "status_code": 0
379 } 366 }
380 ] 367 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698