| 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 = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" |
| 10 ], | 10 ], |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 136 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" |
| 137 }, | 137 }, |
| 138 "name": "gclient runhooks" | 138 "name": "gclient runhooks" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py", | 142 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py", |
| 143 "-p", | 143 "-p", |
| 144 "try_job_svn_patch", | 144 "try_job_svn_patch", |
| 145 "-r", | 145 "-r", |
| 146 "repo" | 146 "[SLAVE_BUILD_ROOT]/src/repo" |
| 147 ], | 147 ], |
| 148 "name": "apply_patch" | 148 "name": "apply_patch" |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 "abort_on_failure": true, | 151 "abort_on_failure": true, |
| 152 "cmd": [ | 152 "cmd": [ |
| 153 "python", | 153 "python", |
| 154 "-u", | 154 "-u", |
| 155 "[BUILD_ROOT]/scripts/slave/compile.py", | 155 "[BUILD_ROOT]/scripts/slave/compile.py", |
| 156 "--target", | 156 "--target", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 187 { | 187 { |
| 188 "cmd": [ | 188 "cmd": [ |
| 189 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" | 189 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" |
| 190 ], | 190 ], |
| 191 "env": { | 191 "env": { |
| 192 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 192 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" |
| 193 }, | 193 }, |
| 194 "name": "lint" | 194 "name": "lint" |
| 195 } | 195 } |
| 196 ] | 196 ] |
| OLD | NEW |