| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" | 178 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" |
| 179 ], | 179 ], |
| 180 "env": { | 180 "env": { |
| 181 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 181 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" |
| 182 }, | 182 }, |
| 183 "name": "lint" | 183 "name": "lint" |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "[SLAVE_BUILD_ROOT]/src/tools/checkdeps/checkdeps.py", | 187 "[SLAVE_BUILD_ROOT]/src/tools/checkdeps/checkdeps.py", |
| 188 "--root=repo" | 188 "--root=[SLAVE_BUILD_ROOT]/src/repo" |
| 189 ], | 189 ], |
| 190 "env": { | 190 "env": { |
| 191 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 191 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" |
| 192 }, | 192 }, |
| 193 "name": "checkdeps" | 193 "name": "checkdeps" |
| 194 } | 194 } |
| 195 ] | 195 ] |
| OLD | NEW |