| OLD | NEW |
| 1 { | 1 { |
| 2 "android": { |
| 3 "build_config_fs": "Release", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { |
| 6 "build_tool": "ninja", |
| 7 "compiler": "goma" |
| 8 }, |
| 9 "gyp_env": { |
| 10 "GYP_DEFINES": "OS=linux component=static_library fastbuild=1 gcc_version=
46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.
out') target_arch=arm", |
| 11 "GYP_GENERATORS": "ninja" |
| 12 } |
| 13 }, |
| 2 "android_defaults": { | 14 "android_defaults": { |
| 3 "build_config_fs": "Release", | 15 "build_config_fs": "Release", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", | 16 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { | 17 "compile_py": { |
| 6 "build_tool": "ninja", | 18 "build_tool": "ninja", |
| 7 "default_targets": [ | 19 "default_targets": [ |
| 8 "All" | 20 "All" |
| 9 ] | 21 ] |
| 10 }, | 22 }, |
| 11 "gyp_env": { | 23 "gyp_env": { |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "v8": { | 287 "v8": { |
| 276 "build_config_fs": "Release", | 288 "build_config_fs": "Release", |
| 277 "build_dir": "Path('[CHECKOUT]')", | 289 "build_dir": "Path('[CHECKOUT]')", |
| 278 "compile_py": { | 290 "compile_py": { |
| 279 "build_tool": "make" | 291 "build_tool": "make" |
| 280 }, | 292 }, |
| 281 "gyp_env": { | 293 "gyp_env": { |
| 282 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" | 294 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" |
| 283 } | 295 } |
| 284 }, | 296 }, |
| 297 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"linux\")", |
| 285 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", | 298 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", |
| 286 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == arm]", | 299 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == arm]", |
| 287 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", | 300 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", |
| 288 "xcodebuild": "can not use xcodebuild on \"linux\"" | 301 "xcodebuild": "can not use xcodebuild on \"linux\"" |
| 289 } | 302 } |
| OLD | NEW |