| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L
ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va
rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': '
svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn
://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol
o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src
', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" | 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L
ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va
rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': '
svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn
://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol
o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src
', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" |
| 10 ], | 10 ], |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "name": "apply_issue" | 91 "name": "apply_issue" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", | 95 "python", |
| 96 "-u", | 96 "-u", |
| 97 "[DEPOT_TOOLS]/gclient.py", | 97 "[DEPOT_TOOLS]/gclient.py", |
| 98 "runhooks" | 98 "runhooks" |
| 99 ], | 99 ], |
| 100 "env": { | 100 "env": { |
| 101 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1", | 101 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64", |
| 102 "GYP_GENERATORS": "ninja" | 102 "GYP_GENERATORS": "ninja" |
| 103 }, | 103 }, |
| 104 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "abort_on_failure": true, | 107 "abort_on_failure": true, |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "[BUILD]/scripts/slave/compile.py", | 111 "[BUILD]/scripts/slave/compile.py", |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 ] | 248 ] |
| 249 }, | 249 }, |
| 250 { | 250 { |
| 251 "cmd": [ | 251 "cmd": [ |
| 252 "python", | 252 "python", |
| 253 "-u", | 253 "-u", |
| 254 "[DEPOT_TOOLS]/gclient.py", | 254 "[DEPOT_TOOLS]/gclient.py", |
| 255 "runhooks" | 255 "runhooks" |
| 256 ], | 256 ], |
| 257 "env": { | 257 "env": { |
| 258 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1", | 258 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64", |
| 259 "GYP_GENERATORS": "ninja" | 259 "GYP_GENERATORS": "ninja" |
| 260 }, | 260 }, |
| 261 "name": "gclient runhooks (2)" | 261 "name": "gclient runhooks (2)" |
| 262 }, | 262 }, |
| 263 { | 263 { |
| 264 "abort_on_failure": true, | 264 "abort_on_failure": true, |
| 265 "cmd": [ | 265 "cmd": [ |
| 266 "python", | 266 "python", |
| 267 "-u", | 267 "-u", |
| 268 "[BUILD]/scripts/slave/compile.py", | 268 "[BUILD]/scripts/slave/compile.py", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "@@@STEP_LOG_LINE@python.inline@for executable_name, ignored_failures in f
ailures['ignored'].iteritems():@@@", | 353 "@@@STEP_LOG_LINE@python.inline@for executable_name, ignored_failures in f
ailures['ignored'].iteritems():@@@", |
| 354 "@@@STEP_LOG_LINE@python.inline@ if ignored_failures:@@@", | 354 "@@@STEP_LOG_LINE@python.inline@ if ignored_failures:@@@", |
| 355 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures (%s):' % execu
table_name@@@", | 355 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures (%s):' % execu
table_name@@@", |
| 356 "@@@STEP_LOG_LINE@python.inline@ print '\\n'.join(sorted(ignored_failur
es))@@@", | 356 "@@@STEP_LOG_LINE@python.inline@ print '\\n'.join(sorted(ignored_failur
es))@@@", |
| 357 "@@@STEP_LOG_LINE@python.inline@@@@", | 357 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 358 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 358 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 359 "@@@STEP_LOG_END@python.inline@@@" | 359 "@@@STEP_LOG_END@python.inline@@@" |
| 360 ] | 360 ] |
| 361 } | 361 } |
| 362 ] | 362 ] |
| OLD | NEW |