| 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 = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_e
dge/deps/dartium.deps'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_e
dge/deps/dartium.deps'}]" |
| 10 ], | 10 ], |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "--target", | 85 "--target", |
| 86 "Release_x64", | 86 "Release_x64", |
| 87 "--src-dir", | 87 "--src-dir", |
| 88 "[SLAVE_BUILD]\\src", | 88 "[SLAVE_BUILD]\\src", |
| 89 "--build-tool", | 89 "--build-tool", |
| 90 "ninja", | 90 "ninja", |
| 91 "--compiler", | 91 "--compiler", |
| 92 "goma", | 92 "goma", |
| 93 "--goma-dir", | 93 "--goma-dir", |
| 94 "[BUILD]\\goma", | 94 "[BUILD]\\goma", |
| 95 "--ninja-ensure-up-to-date", |
| 95 "--", | 96 "--", |
| 96 "All", | 97 "All", |
| 97 "chromium_builder_tests" | 98 "chromium_builder_tests" |
| 98 ], | 99 ], |
| 99 "cwd": "[SLAVE_BUILD]", | 100 "cwd": "[SLAVE_BUILD]", |
| 100 "name": "compile" | 101 "name": "compile" |
| 101 }, | 102 }, |
| 102 { | 103 { |
| 103 "cmd": [ | 104 "cmd": [ |
| 104 "python", | 105 "python", |
| 105 "-u", | 106 "-u", |
| 106 "[SLAVE_BUILD]\\src\\dart\\tools\\dartium\\multivm_archive.py", | 107 "[SLAVE_BUILD]\\src\\dart\\tools\\dartium\\multivm_archive.py", |
| 107 "12345" | 108 "12345" |
| 108 ], | 109 ], |
| 109 "cwd": "[SLAVE_BUILD]", | 110 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "archive_build" | 111 "name": "archive_build" |
| 111 } | 112 } |
| 112 ] | 113 ] |
| OLD | NEW |