| OLD | NEW |
| 1 { | 1 { |
| 2 "android": { |
| 3 "build_config_fs": "Debug", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { |
| 6 "build_tool": "ninja", |
| 7 "compiler": "goma" |
| 8 }, |
| 9 "gyp_env": { |
| 10 "GYP_DEFINES": "OS=mac component=static_library fastbuild=1 gcc_version=46
host_os=mac order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out'
) target_arch=x64", |
| 11 "GYP_GENERATORS": "ninja" |
| 12 } |
| 13 }, |
| 2 "android_defaults": "Can only build android on linux.", | 14 "android_defaults": "Can only build android on linux.", |
| 3 "blink": { | 15 "blink": { |
| 4 "build_config_fs": "Debug", | 16 "build_config_fs": "Debug", |
| 5 "build_dir": "Path('[CHECKOUT]', 'out')", | 17 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 6 "compile_py": { | 18 "compile_py": { |
| 7 "build_tool": "ninja", | 19 "build_tool": "ninja", |
| 8 "compiler": "goma", | 20 "compiler": "goma", |
| 9 "default_targets": [ | 21 "default_targets": [ |
| 10 "blink_tests" | 22 "blink_tests" |
| 11 ] | 23 ] |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "v8": { | 100 "v8": { |
| 89 "build_config_fs": "Debug", | 101 "build_config_fs": "Debug", |
| 90 "build_dir": "Path('[CHECKOUT]')", | 102 "build_dir": "Path('[CHECKOUT]')", |
| 91 "compile_py": { | 103 "compile_py": { |
| 92 "build_tool": "make" | 104 "build_tool": "make" |
| 93 }, | 105 }, |
| 94 "gyp_env": { | 106 "gyp_env": { |
| 95 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64" | 107 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64" |
| 96 } | 108 } |
| 97 }, | 109 }, |
| 110 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"mac\")", |
| 98 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can
only build android on linux.]", | 111 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can
only build android on linux.]", |
| 99 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
config \"x86_builder\" includes \"android_defaults\", but [Can only build androi
d on linux.]]", | 112 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
config \"x86_builder\" includes \"android_defaults\", but [Can only build androi
d on linux.]]", |
| 100 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\"
, but [Can only build android on linux.]]" | 113 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\"
, but [Can only build android on linux.]]" |
| 101 } | 114 } |
| OLD | NEW |