| OLD | NEW |
| 1 { | 1 { |
| 2 "android": { |
| 3 "build_config_fs": "Release_x64", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { |
| 6 "build_tool": "ninja", |
| 7 "compiler": "goma" |
| 8 }, |
| 9 "gyp_env": { |
| 10 "GYP_CROSSCOMPILE": "1", |
| 11 "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=intel", |
| 12 "GYP_GENERATORS": "ninja", |
| 13 "GYP_MSVS_VERSION": "2012" |
| 14 } |
| 15 }, |
| 2 "android_defaults": { | 16 "android_defaults": { |
| 3 "build_config_fs": "Release_x64", | 17 "build_config_fs": "Release_x64", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", | 18 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { | 19 "compile_py": { |
| 6 "build_tool": "ninja", | 20 "build_tool": "ninja", |
| 7 "default_targets": [ | 21 "default_targets": [ |
| 8 "All" | 22 "All" |
| 9 ] | 23 ] |
| 10 }, | 24 }, |
| 11 "gyp_env": { | 25 "gyp_env": { |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "build_tool": "make", | 322 "build_tool": "make", |
| 309 "default_targets": [ | 323 "default_targets": [ |
| 310 "buildbot" | 324 "buildbot" |
| 311 ] | 325 ] |
| 312 }, | 326 }, |
| 313 "gyp_env": { | 327 "gyp_env": { |
| 314 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64", | 328 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64", |
| 315 "GYP_MSVS_VERSION": "2012" | 329 "GYP_MSVS_VERSION": "2012" |
| 316 } | 330 } |
| 317 }, | 331 }, |
| 332 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"win\")", |
| 318 "x86_builder": { | 333 "x86_builder": { |
| 319 "build_config_fs": "Release_x64", | 334 "build_config_fs": "Release_x64", |
| 320 "build_dir": "Path('[CHECKOUT]', 'out')", | 335 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 321 "compile_py": { | 336 "compile_py": { |
| 322 "build_tool": "ninja", | 337 "build_tool": "ninja", |
| 323 "compiler": "goma", | 338 "compiler": "goma", |
| 324 "default_targets": [ | 339 "default_targets": [ |
| 325 "All" | 340 "All" |
| 326 ] | 341 ] |
| 327 }, | 342 }, |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "gyp_env": { | 378 "gyp_env": { |
| 364 "GYP_CROSSCOMPILE": "1", | 379 "GYP_CROSSCOMPILE": "1", |
| 365 "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=arm", | 380 "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=arm", |
| 366 "GYP_GENERATORS": "ninja", | 381 "GYP_GENERATORS": "ninja", |
| 367 "GYP_GENERATOR_FLAGS": "default_target=All", | 382 "GYP_GENERATOR_FLAGS": "default_target=All", |
| 368 "GYP_MSVS_VERSION": "2012" | 383 "GYP_MSVS_VERSION": "2012" |
| 369 } | 384 } |
| 370 }, | 385 }, |
| 371 "xcodebuild": "can not use xcodebuild on \"win\"" | 386 "xcodebuild": "can not use xcodebuild on \"win\"" |
| 372 } | 387 } |
| OLD | NEW |