| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" |
| 10 ], | 10 ], |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "--gsutil-py-path", | 120 "--gsutil-py-path", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 122 "--ninja-path", | 122 "--ninja-path", |
| 123 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 124 "--target", | 124 "--target", |
| 125 "Release", | 125 "Release", |
| 126 "--src-dir", | 126 "--src-dir", |
| 127 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 128 "--goma-cache-dir", | 128 "--goma-cache-dir", |
| 129 "[GOMA_CACHE]", | 129 "[GOMA_CACHE]", |
| 130 "--build-tool", | |
| 131 "ninja", | |
| 132 "--compiler", | 130 "--compiler", |
| 133 "goma-clang", | 131 "goma-clang", |
| 134 "--goma-jsonstatus", | 132 "--goma-jsonstatus", |
| 135 "/path/to/tmp/json", | 133 "/path/to/tmp/json", |
| 136 "--goma-service-account-json-file", | 134 "--goma-service-account-json-file", |
| 137 "/creds/service_accounts/service-account-goma-client.json", | 135 "/creds/service_accounts/service-account-goma-client.json", |
| 138 "--goma-dir", | 136 "--goma-dir", |
| 139 "[BUILD]/goma", | 137 "[BUILD]/goma", |
| 140 "--", | 138 "--", |
| 141 "All", | 139 "All", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 158 "12345" | 156 "12345" |
| 159 ], | 157 ], |
| 160 "name": "archive_build" | 158 "name": "archive_build" |
| 161 }, | 159 }, |
| 162 { | 160 { |
| 163 "name": "$result", | 161 "name": "$result", |
| 164 "recipe_result": null, | 162 "recipe_result": null, |
| 165 "status_code": 0 | 163 "status_code": 0 |
| 166 } | 164 } |
| 167 ] | 165 ] |
| OLD | NEW |