| OLD | NEW |
| 1 { | 1 { |
| 2 "android_defaults": { | 2 "android_defaults": { |
| 3 "build_config_fs": "Release", | 3 "build_config_fs": "Release", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", | 4 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { | 5 "compile_py": { |
| 6 "build_tool": "ninja", | 6 "build_tool": "ninja", |
| 7 "default_targets": [ | 7 "default_targets": [ |
| 8 "All" | 8 "All" |
| 9 ] | 9 ] |
| 10 }, | 10 }, |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "compile_py": { | 278 "compile_py": { |
| 279 "build_tool": "make", | 279 "build_tool": "make", |
| 280 "default_targets": [ | 280 "default_targets": [ |
| 281 "buildbot" | 281 "buildbot" |
| 282 ] | 282 ] |
| 283 }, | 283 }, |
| 284 "gyp_env": { | 284 "gyp_env": { |
| 285 "GYP_DEFINES": "v8_target_arch=arm" | 285 "GYP_DEFINES": "v8_target_arch=arm" |
| 286 } | 286 } |
| 287 }, | 287 }, |
| 288 "webrtc_android_apk_try_builder": { |
| 289 "build_config_fs": "Release", |
| 290 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 291 "compile_py": { |
| 292 "build_tool": "ninja", |
| 293 "compiler": "goma", |
| 294 "default_targets": [ |
| 295 "android_builder_webrtc" |
| 296 ] |
| 297 }, |
| 298 "gyp_env": { |
| 299 "GYP_CROSSCOMPILE": "1", |
| 300 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio
n=46 host_os=linux include_tests=1 order_text_section=Path('[CHECKOUT]', 'orderf
iles', 'orderfile.out') target_arch=arm", |
| 301 "GYP_GENERATORS": "ninja", |
| 302 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc" |
| 303 } |
| 304 }, |
| 305 "webrtc_android_defaults": { |
| 306 "build_config_fs": "Release", |
| 307 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 308 "compile_py": { |
| 309 "build_tool": "ninja", |
| 310 "default_targets": [ |
| 311 "All" |
| 312 ] |
| 313 }, |
| 314 "gyp_env": { |
| 315 "GYP_CROSSCOMPILE": "1", |
| 316 "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", |
| 317 "GYP_GENERATORS": "ninja", |
| 318 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 319 } |
| 320 }, |
| 288 "x86_builder": { | 321 "x86_builder": { |
| 289 "build_config_fs": "Release", | 322 "build_config_fs": "Release", |
| 290 "build_dir": "Path('[CHECKOUT]', 'out')", | 323 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 291 "compile_py": { | 324 "compile_py": { |
| 292 "build_tool": "ninja", | 325 "build_tool": "ninja", |
| 293 "compiler": "goma", | 326 "compiler": "goma", |
| 294 "default_targets": [ | 327 "default_targets": [ |
| 295 "All" | 328 "All" |
| 296 ] | 329 ] |
| 297 }, | 330 }, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ] | 362 ] |
| 330 }, | 363 }, |
| 331 "gyp_env": { | 364 "gyp_env": { |
| 332 "GYP_CROSSCOMPILE": "1", | 365 "GYP_CROSSCOMPILE": "1", |
| 333 "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_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", |
| 334 "GYP_GENERATORS": "ninja", | 367 "GYP_GENERATORS": "ninja", |
| 335 "GYP_GENERATOR_FLAGS": "default_target=All" | 368 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 336 } | 369 } |
| 337 } | 370 } |
| 338 } | 371 } |
| OLD | NEW |