| 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=linux component=static_library fastbuild=1 gcc_version=
46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.
out') target_arch=ia32", |
| 11 "GYP_GENERATORS": "ninja" |
| 12 } |
| 13 }, |
| 2 "android_defaults": { | 14 "android_defaults": { |
| 3 "build_config_fs": "Debug", | 15 "build_config_fs": "Debug", |
| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "v8": { | 206 "v8": { |
| 195 "build_config_fs": "Debug", | 207 "build_config_fs": "Debug", |
| 196 "build_dir": "Path('[CHECKOUT]')", | 208 "build_dir": "Path('[CHECKOUT]')", |
| 197 "compile_py": { | 209 "compile_py": { |
| 198 "build_tool": "make" | 210 "build_tool": "make" |
| 199 }, | 211 }, |
| 200 "gyp_env": { | 212 "gyp_env": { |
| 201 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32" | 213 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32" |
| 202 } | 214 } |
| 203 }, | 215 }, |
| 216 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"linux\")", |
| 204 "x86_builder": { | 217 "x86_builder": { |
| 205 "build_config_fs": "Debug", | 218 "build_config_fs": "Debug", |
| 206 "build_dir": "Path('[CHECKOUT]', 'out')", | 219 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 207 "compile_py": { | 220 "compile_py": { |
| 208 "build_tool": "ninja", | 221 "build_tool": "ninja", |
| 209 "compiler": "goma", | 222 "compiler": "goma", |
| 210 "default_targets": [ | 223 "default_targets": [ |
| 211 "All" | 224 "All" |
| 212 ] | 225 ] |
| 213 }, | 226 }, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 }, | 260 }, |
| 248 "gyp_env": { | 261 "gyp_env": { |
| 249 "GYP_CROSSCOMPILE": "1", | 262 "GYP_CROSSCOMPILE": "1", |
| 250 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil
e.out') target_arch=ia32", | 263 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil
e.out') target_arch=ia32", |
| 251 "GYP_GENERATORS": "ninja", | 264 "GYP_GENERATORS": "ninja", |
| 252 "GYP_GENERATOR_FLAGS": "default_target=All" | 265 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 253 } | 266 } |
| 254 }, | 267 }, |
| 255 "xcodebuild": "can not use xcodebuild on \"linux\"" | 268 "xcodebuild": "can not use xcodebuild on \"linux\"" |
| 256 } | 269 } |
| OLD | NEW |