| OLD | NEW |
| 1 { | 1 { |
| 2 "android": { |
| 3 "build_config_fs": "Debug_x64", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { |
| 6 "build_tool": "ninja", |
| 7 "compiler": "goma" |
| 8 }, |
| 9 "gyp_env": { |
| 10 "GYP_DEFINES": "OS=win chromium_win_pch=0 component=static_library fastbui
ld=1 gcc_version=46 host_os=win order_text_section=Path('[CHECKOUT]', 'orderfile
s', 'orderfile.out') target_arch=x64", |
| 11 "GYP_GENERATORS": "ninja", |
| 12 "GYP_MSVS_VERSION": "2012" |
| 13 } |
| 14 }, |
| 2 "android_defaults": "Can only build android on linux.", | 15 "android_defaults": "Can only build android on linux.", |
| 3 "blink": { | 16 "blink": { |
| 4 "build_config_fs": "Debug_x64", | 17 "build_config_fs": "Debug_x64", |
| 5 "build_dir": "Path('[CHECKOUT]', 'out')", | 18 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 6 "compile_py": { | 19 "compile_py": { |
| 7 "build_tool": "ninja", | 20 "build_tool": "ninja", |
| 8 "compiler": "goma", | 21 "compiler": "goma", |
| 9 "default_targets": [ | 22 "default_targets": [ |
| 10 "blink_tests" | 23 "blink_tests" |
| 11 ] | 24 ] |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "build_config_fs": "Debug", | 119 "build_config_fs": "Debug", |
| 107 "build_dir": "Path('[CHECKOUT]')", | 120 "build_dir": "Path('[CHECKOUT]')", |
| 108 "compile_py": { | 121 "compile_py": { |
| 109 "build_tool": "make" | 122 "build_tool": "make" |
| 110 }, | 123 }, |
| 111 "gyp_env": { | 124 "gyp_env": { |
| 112 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64", | 125 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64", |
| 113 "GYP_MSVS_VERSION": "2012" | 126 "GYP_MSVS_VERSION": "2012" |
| 114 } | 127 } |
| 115 }, | 128 }, |
| 129 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"win\")", |
| 116 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can
only build android on linux.]", | 130 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can
only build android on linux.]", |
| 117 "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.]]", | 131 "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.]]", |
| 118 "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.]]", | 132 "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.]]", |
| 119 "xcodebuild": "can not use xcodebuild on \"win\"" | 133 "xcodebuild": "can not use xcodebuild on \"win\"" |
| 120 } | 134 } |
| OLD | NEW |