| 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.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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 { | 131 { |
| 132 "cmd": [ | 132 "cmd": [ |
| 133 "python", | 133 "python", |
| 134 "-u", | 134 "-u", |
| 135 "[DEPOT_TOOLS]/gclient.py", | 135 "[DEPOT_TOOLS]/gclient.py", |
| 136 "runhooks" | 136 "runhooks" |
| 137 ], | 137 ], |
| 138 "env": { | 138 "env": { |
| 139 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm
ines.py", | 139 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm
ines.py", |
| 140 "GYP_CROSSCOMPILE": "1", | 140 "GYP_CROSSCOMPILE": "1", |
| 141 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi
on_name=some_builder_1234 chrome_build_id=3333 clang=1 component=static_library
fastbuild=1 host_os=linux target_arch=arm", | 141 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi
on_name=some_builder_1234 chrome_build_id=3333 clang=1 component=static_library
fastbuild=1 gomadir=[BUILD]/goma host_os=linux target_arch=arm use_goma=1", |
| 142 "GYP_GENERATORS": "ninja", | 142 "GYP_GENERATORS": "ninja", |
| 143 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" | 143 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 144 }, | 144 }, |
| 145 "name": "gclient runhooks" | 145 "name": "gclient runhooks" |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "abort_on_failure": true, | 148 "abort_on_failure": true, |
| 149 "cmd": [ | 149 "cmd": [ |
| 150 "python", | 150 "python", |
| 151 "-u", | 151 "-u", |
| 152 "[BUILD]/scripts/slave/compile.py", | 152 "[BUILD]/scripts/slave/compile.py", |
| 153 "--target", | 153 "--target", |
| 154 "Debug", | 154 "Debug", |
| 155 "--src-dir", | 155 "--src-dir", |
| 156 "[SLAVE_BUILD]/src", | 156 "[SLAVE_BUILD]/src", |
| 157 "--build-tool", | 157 "--build-tool", |
| 158 "ninja", | 158 "ninja", |
| 159 "--compiler", | 159 "--compiler", |
| 160 "goma-clang", | 160 "goma-clang", |
| 161 "--goma-dir", |
| 162 "[BUILD]/goma", |
| 161 "--" | 163 "--" |
| 162 ], | 164 ], |
| 163 "env": { | 165 "env": { |
| 164 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" | 166 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" |
| 165 }, | 167 }, |
| 166 "name": "compile" | 168 "name": "compile" |
| 167 }, | 169 }, |
| 168 { | 170 { |
| 169 "cmd": [ | 171 "cmd": [ |
| 170 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py", | 172 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 { | 223 { |
| 222 "always_run": true, | 224 "always_run": true, |
| 223 "cmd": [ | 225 "cmd": [ |
| 224 "rm", | 226 "rm", |
| 225 "-rf", | 227 "-rf", |
| 226 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 228 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
| 227 ], | 229 ], |
| 228 "name": "cleanup_build" | 230 "name": "cleanup_build" |
| 229 } | 231 } |
| 230 ] | 232 ] |
| OLD | NEW |