| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_
landmines.py", | 128 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_
landmines.py", |
| 129 "GYP_CROSSCOMPILE": "1", | 129 "GYP_CROSSCOMPILE": "1", |
| 130 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi
on_name=some_builder_1234 chrome_build_id=3333 component=shared_library fastbuil
d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/order
files/orderfile.out target_arch=arm", | 130 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi
on_name=some_builder_1234 chrome_build_id=3333 component=shared_library fastbuil
d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/order
files/orderfile.out target_arch=arm", |
| 131 "GYP_GENERATORS": "ninja", | 131 "GYP_GENERATORS": "ninja", |
| 132 "GYP_GENERATOR_FLAGS": "default_target=All", | 132 "GYP_GENERATOR_FLAGS": "default_target=All", |
| 133 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 133 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" |
| 134 }, | 134 }, |
| 135 "name": "gclient runhooks" | 135 "name": "gclient runhooks" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "abort_on_failure": true, |
| 138 "cmd": [ | 139 "cmd": [ |
| 139 "python", | 140 "python", |
| 140 "-u", | 141 "-u", |
| 141 "[BUILD_ROOT]/scripts/slave/compile.py", | 142 "[BUILD_ROOT]/scripts/slave/compile.py", |
| 142 "--target", | 143 "--target", |
| 143 "Debug", | 144 "Debug", |
| 144 "--build-dir", | 145 "--build-dir", |
| 145 "[SLAVE_BUILD_ROOT]/src/out", | 146 "[SLAVE_BUILD_ROOT]/src/out", |
| 146 "--src-dir", | 147 "--src-dir", |
| 147 "[SLAVE_BUILD_ROOT]/src", | 148 "[SLAVE_BUILD_ROOT]/src", |
| 148 "--build-tool", | 149 "--build-tool", |
| 149 "ninja", | 150 "ninja", |
| 150 "--compiler", | 151 "--compiler", |
| 151 "goma", | 152 "goma", |
| 152 "--", | 153 "--", |
| 153 "All" | 154 "All" |
| 154 ], | 155 ], |
| 155 "env": { | 156 "env": { |
| 156 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", | 157 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", |
| 157 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte
rnal/sdk", | 158 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte
rnal/sdk", |
| 158 "ANDROID_SDK_VERSION": "KeyLimePie", | 159 "ANDROID_SDK_VERSION": "KeyLimePie", |
| 159 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" | 160 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" |
| 160 }, | 161 }, |
| 161 "name": "compile" | 162 "name": "compile" |
| 162 } | 163 } |
| 163 ] | 164 ] |
| OLD | NEW |