| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS_ROOT]/gclient.py", | 6 "[DEPOT_TOOLS_ROOT]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_
party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': Non
e}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', '
nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo
rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://
svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git
'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_
party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': Non
e}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', '
nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo
rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://
svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git
'}]" |
| 10 ], | 10 ], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "[DEPOT_TOOLS_ROOT]/gclient.py", | 69 "[DEPOT_TOOLS_ROOT]/gclient.py", |
| 70 "runhooks" | 70 "runhooks" |
| 71 ], | 71 ], |
| 72 "env": { | 72 "env": { |
| 73 "GYP_DEFINES": "component=static_library", | 73 "GYP_DEFINES": "component=static_library", |
| 74 "GYP_GENERATORS": "ninja" | 74 "GYP_GENERATORS": "ninja" |
| 75 }, | 75 }, |
| 76 "name": "gclient runhooks" | 76 "name": "gclient runhooks" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "abort_on_failure": true, |
| 79 "cmd": [ | 80 "cmd": [ |
| 80 "python", | 81 "python", |
| 81 "-u", | 82 "-u", |
| 82 "[BUILD_ROOT]/scripts/slave/compile.py", | 83 "[BUILD_ROOT]/scripts/slave/compile.py", |
| 83 "--target", | 84 "--target", |
| 84 "Release", | 85 "Release", |
| 85 "--build-dir", | 86 "--build-dir", |
| 86 "[SLAVE_BUILD_ROOT]/src/out", | 87 "[SLAVE_BUILD_ROOT]/src/out", |
| 87 "--src-dir", | 88 "--src-dir", |
| 88 "[SLAVE_BUILD_ROOT]/src", | 89 "[SLAVE_BUILD_ROOT]/src", |
| 89 "--build-tool", | 90 "--build-tool", |
| 90 "ninja", | 91 "ninja", |
| 91 "--compiler", | 92 "--compiler", |
| 92 "goma", | 93 "goma", |
| 93 "--", | 94 "--", |
| 94 "All", | 95 "All", |
| 95 "chromium_builder_tests" | 96 "chromium_builder_tests" |
| 96 ], | 97 ], |
| 97 "name": "compile" | 98 "name": "compile" |
| 99 }, |
| 100 { |
| 101 "cmd": [ |
| 102 "python", |
| 103 "-u", |
| 104 "print \"last step\"" |
| 105 ], |
| 106 "name": "last step", |
| 107 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@python.inline@print \"last step\"@@@", |
| 109 "@@@STEP_LOG_END@python.inline@@@" |
| 110 ] |
| 98 } | 111 } |
| 99 ] | 112 ] |
| OLD | NEW |