| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "--target", | 105 "--target", |
| 106 "Release", | 106 "Release", |
| 107 "--src-dir", | 107 "--src-dir", |
| 108 "[SLAVE_BUILD]/src", | 108 "[SLAVE_BUILD]/src", |
| 109 "--build-tool", | 109 "--build-tool", |
| 110 "ninja", | 110 "ninja", |
| 111 "--compiler", | 111 "--compiler", |
| 112 "goma-clang", | 112 "goma-clang", |
| 113 "--goma-dir", | 113 "--goma-dir", |
| 114 "[BUILD]/goma", | 114 "[BUILD]/goma", |
| 115 "--ninja-ensure-up-to-date", |
| 115 "--", | 116 "--", |
| 116 "All", | 117 "All", |
| 117 "chromium_builder_tests" | 118 "chromium_builder_tests" |
| 118 ], | 119 ], |
| 119 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
| 120 "name": "compile" | 121 "name": "compile" |
| 121 }, | 122 }, |
| 122 { | 123 { |
| 123 "cmd": [ | 124 "cmd": [ |
| 124 "python", | 125 "python", |
| 125 "-u", | 126 "-u", |
| 126 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", | 127 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", |
| 127 "12345" | 128 "12345" |
| 128 ], | 129 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "archive_build" | 131 "name": "archive_build" |
| 131 } | 132 } |
| 132 ] | 133 ] |
| OLD | NEW |