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