| 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 = '[ROOT]/git_cache'\nsolutions = [{'custom_vars': {'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.gol
o.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'https://ch
romium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'managed
': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.g
it'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': No
ne, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/f
irefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugi
ns': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_r
ate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/s
sl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/da
ta/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests':
None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/t
ab_switching': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': '.DEPS
.git', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.
googlesource.com/chrome/src-internal.git'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_vars': {'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.gol
o.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'https://ch
romium.googlesource.com/chromium/blink.git'}, 'deps_file': '.DEPS.git', 'managed
': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.g
it'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': No
ne, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/f
irefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugi
ns': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_r
ate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/s
sl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/da
ta/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests':
None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/t
ab_switching': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': '.DEPS
.git', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.
googlesource.com/chrome/src-internal.git'}]" |
| 10 ], | 10 ], |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "name": "apply_issue" | 124 "name": "apply_issue" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "[DEPOT_TOOLS]/gclient.py", | 130 "[DEPOT_TOOLS]/gclient.py", |
| 131 "runhooks" | 131 "runhooks" |
| 132 ], | 132 ], |
| 133 "env": { | 133 "env": { |
| 134 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64", | 134 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir=[BUILD]/goma target_arch=x64 use_goma=1", |
| 135 "GYP_GENERATORS": "ninja" | 135 "GYP_GENERATORS": "ninja" |
| 136 }, | 136 }, |
| 137 "name": "gclient runhooks" | 137 "name": "gclient runhooks" |
| 138 }, | 138 }, |
| 139 { | 139 { |
| 140 "abort_on_failure": true, | 140 "abort_on_failure": true, |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "[BUILD]/scripts/slave/compile.py", | 144 "[BUILD]/scripts/slave/compile.py", |
| 145 "--target", | 145 "--target", |
| 146 "Release", | 146 "Release", |
| 147 "--src-dir", | 147 "--src-dir", |
| 148 "[SLAVE_BUILD]/src", | 148 "[SLAVE_BUILD]/src", |
| 149 "--build-tool", | 149 "--build-tool", |
| 150 "ninja", | 150 "ninja", |
| 151 "--compiler", | 151 "--compiler", |
| 152 "goma", | 152 "goma", |
| 153 "--goma-dir", |
| 154 "[BUILD]/goma", |
| 153 "--", | 155 "--", |
| 154 "blink_tests" | 156 "blink_tests" |
| 155 ], | 157 ], |
| 156 "name": "compile" | 158 "name": "compile" |
| 157 }, | 159 }, |
| 158 { | 160 { |
| 159 "cmd": [ | 161 "cmd": [ |
| 160 "python", | 162 "python", |
| 161 "-u", | 163 "-u", |
| 162 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", | 164 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ] | 357 ] |
| 356 }, | 358 }, |
| 357 { | 359 { |
| 358 "cmd": [ | 360 "cmd": [ |
| 359 "python", | 361 "python", |
| 360 "-u", | 362 "-u", |
| 361 "[DEPOT_TOOLS]/gclient.py", | 363 "[DEPOT_TOOLS]/gclient.py", |
| 362 "runhooks" | 364 "runhooks" |
| 363 ], | 365 ], |
| 364 "env": { | 366 "env": { |
| 365 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64", | 367 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir=[BUILD]/goma target_arch=x64 use_goma=1", |
| 366 "GYP_GENERATORS": "ninja" | 368 "GYP_GENERATORS": "ninja" |
| 367 }, | 369 }, |
| 368 "name": "gclient runhooks (2)" | 370 "name": "gclient runhooks (2)" |
| 369 }, | 371 }, |
| 370 { | 372 { |
| 371 "abort_on_failure": true, | 373 "abort_on_failure": true, |
| 372 "cmd": [ | 374 "cmd": [ |
| 373 "python", | 375 "python", |
| 374 "-u", | 376 "-u", |
| 375 "[BUILD]/scripts/slave/compile.py", | 377 "[BUILD]/scripts/slave/compile.py", |
| 376 "--target", | 378 "--target", |
| 377 "Release", | 379 "Release", |
| 378 "--src-dir", | 380 "--src-dir", |
| 379 "[SLAVE_BUILD]/src", | 381 "[SLAVE_BUILD]/src", |
| 380 "--build-tool", | 382 "--build-tool", |
| 381 "ninja", | 383 "ninja", |
| 382 "--compiler", | 384 "--compiler", |
| 383 "goma", | 385 "goma", |
| 386 "--goma-dir", |
| 387 "[BUILD]/goma", |
| 384 "--", | 388 "--", |
| 385 "blink_tests" | 389 "blink_tests" |
| 386 ], | 390 ], |
| 387 "name": "compile (2)" | 391 "name": "compile (2)" |
| 388 }, | 392 }, |
| 389 { | 393 { |
| 390 "always_run": true, | 394 "always_run": true, |
| 391 "can_fail_build": false, | 395 "can_fail_build": false, |
| 392 "cmd": [ | 396 "cmd": [ |
| 393 "python", | 397 "python", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 478 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 475 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 479 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 476 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 480 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 477 "@@@STEP_LOG_LINE@python.inline@@@@", | 481 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 478 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 479 "@@@STEP_LOG_END@python.inline@@@", | 483 "@@@STEP_LOG_END@python.inline@@@", |
| 480 "@@@STEP_WARNINGS@@@" | 484 "@@@STEP_WARNINGS@@@" |
| 481 ] | 485 ] |
| 482 } | 486 } |
| 483 ] | 487 ] |
| OLD | NEW |