| 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 component=static_library fastbuil
d=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 component=static_library fastbuil
d=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", | 160 "goma", |
| 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 "zip", | 172 "zip", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 189 { | 191 { |
| 190 "always_run": true, | 192 "always_run": true, |
| 191 "cmd": [ | 193 "cmd": [ |
| 192 "rm", | 194 "rm", |
| 193 "-rf", | 195 "-rf", |
| 194 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 196 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
| 195 ], | 197 ], |
| 196 "name": "cleanup_build" | 198 "name": "cleanup_build" |
| 197 } | 199 } |
| 198 ] | 200 ] |
| OLD | NEW |