| OLD | NEW |
| 1 { | 1 { |
| 2 "android": { |
| 3 "build_config_fs": "Release", |
| 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=chromeos component=static_library fastbuild=1 gcc_versi
on=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfi
le.out') target_arch=arm", |
| 12 "GYP_GENERATORS": "ninja" |
| 13 } |
| 14 }, |
| 2 "android_defaults": { | 15 "android_defaults": { |
| 3 "build_config_fs": "Release", | 16 "build_config_fs": "Release", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", | 17 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { | 18 "compile_py": { |
| 6 "build_tool": "ninja", | 19 "build_tool": "ninja", |
| 7 "default_targets": [ | 20 "default_targets": [ |
| 8 "All" | 21 "All" |
| 9 ] | 22 ] |
| 10 }, | 23 }, |
| 11 "gyp_env": { | 24 "gyp_env": { |
| 12 "GYP_CROSSCOMPILE": "1", | 25 "GYP_CROSSCOMPILE": "1", |
| 13 "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", | 26 "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", |
| 14 "GYP_GENERATORS": "ninja", | 27 "GYP_GENERATORS": "ninja", |
| 15 "GYP_GENERATOR_FLAGS": "default_target=All" | 28 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 16 } | 29 } |
| 17 }, | 30 }, |
| 18 "blink": { | 31 "blink": { |
| 19 "build_config_fs": "Release", | 32 "build_config_fs": "Release", |
| 20 "build_dir": "Path('[CHECKOUT]', 'out')", | 33 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 21 "compile_py": { | 34 "compile_py": { |
| 22 "build_tool": "ninja", | 35 "build_tool": "ninja", |
| 23 "compiler": "goma", | 36 "compiler": "goma", |
| 24 "default_targets": [ | 37 "default_targets": [ |
| 25 "blink_tests" | 38 "blink_tests" |
| 26 ] | 39 ] |
| 27 }, | 40 }, |
| 28 "gyp_env": { | 41 "gyp_env": { |
| 42 "GYP_CROSSCOMPILE": "1", |
| 29 "GYP_DEFINES": "component=static_library target_arch=arm", | 43 "GYP_DEFINES": "component=static_library target_arch=arm", |
| 30 "GYP_GENERATORS": "ninja" | 44 "GYP_GENERATORS": "ninja" |
| 31 } | 45 } |
| 32 }, | 46 }, |
| 33 "blink_clang": { | 47 "blink_clang": { |
| 34 "build_config_fs": "Release", | 48 "build_config_fs": "Release", |
| 35 "build_dir": "Path('[CHECKOUT]', 'out')", | 49 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 36 "compile_py": { | 50 "compile_py": { |
| 37 "build_tool": "ninja", | 51 "build_tool": "ninja", |
| 38 "compiler": "goma-clang", | 52 "compiler": "goma-clang", |
| 39 "default_targets": [ | 53 "default_targets": [ |
| 40 "blink_tests" | 54 "blink_tests" |
| 41 ] | 55 ] |
| 42 }, | 56 }, |
| 43 "gyp_env": { | 57 "gyp_env": { |
| 58 "GYP_CROSSCOMPILE": "1", |
| 44 "GYP_DEFINES": "clang=1 component=static_library target_arch=arm", | 59 "GYP_DEFINES": "clang=1 component=static_library target_arch=arm", |
| 45 "GYP_GENERATORS": "ninja" | 60 "GYP_GENERATORS": "ninja" |
| 46 } | 61 } |
| 47 }, | 62 }, |
| 48 "chromium": { | 63 "chromium": { |
| 49 "build_config_fs": "Release", | 64 "build_config_fs": "Release", |
| 50 "build_dir": "Path('[CHECKOUT]', 'out')", | 65 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 51 "compile_py": { | 66 "compile_py": { |
| 52 "build_tool": "ninja", | 67 "build_tool": "ninja", |
| 53 "compiler": "goma", | 68 "compiler": "goma", |
| 54 "default_targets": [ | 69 "default_targets": [ |
| 55 "All", | 70 "All", |
| 56 "chromium_builder_tests" | 71 "chromium_builder_tests" |
| 57 ] | 72 ] |
| 58 }, | 73 }, |
| 59 "gyp_env": { | 74 "gyp_env": { |
| 75 "GYP_CROSSCOMPILE": "1", |
| 60 "GYP_DEFINES": "component=static_library target_arch=arm", | 76 "GYP_DEFINES": "component=static_library target_arch=arm", |
| 61 "GYP_GENERATORS": "ninja" | 77 "GYP_GENERATORS": "ninja" |
| 62 } | 78 } |
| 63 }, | 79 }, |
| 64 "chromium_clang": { | 80 "chromium_clang": { |
| 65 "build_config_fs": "Release", | 81 "build_config_fs": "Release", |
| 66 "build_dir": "Path('[CHECKOUT]', 'out')", | 82 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 67 "compile_py": { | 83 "compile_py": { |
| 68 "build_tool": "ninja", | 84 "build_tool": "ninja", |
| 69 "compiler": "goma-clang", | 85 "compiler": "goma-clang", |
| 70 "default_targets": [ | 86 "default_targets": [ |
| 71 "All", | 87 "All", |
| 72 "chromium_builder_tests" | 88 "chromium_builder_tests" |
| 73 ] | 89 ] |
| 74 }, | 90 }, |
| 75 "gyp_env": { | 91 "gyp_env": { |
| 92 "GYP_CROSSCOMPILE": "1", |
| 76 "GYP_DEFINES": "clang=1 component=static_library target_arch=arm", | 93 "GYP_DEFINES": "clang=1 component=static_library target_arch=arm", |
| 77 "GYP_GENERATORS": "ninja" | 94 "GYP_GENERATORS": "ninja" |
| 78 } | 95 } |
| 79 }, | 96 }, |
| 80 "clang_builder": { | 97 "clang_builder": { |
| 81 "build_config_fs": "Release", | 98 "build_config_fs": "Release", |
| 82 "build_dir": "Path('[CHECKOUT]', 'out')", | 99 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 83 "compile_py": { | 100 "compile_py": { |
| 84 "build_tool": "ninja", | 101 "build_tool": "ninja", |
| 85 "compiler": "goma-clang", | 102 "compiler": "goma-clang", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 } | 229 } |
| 213 }, | 230 }, |
| 214 "msvs": "can not use msvs on \"linux\"", | 231 "msvs": "can not use msvs on \"linux\"", |
| 215 "ninja": { | 232 "ninja": { |
| 216 "build_config_fs": "Release", | 233 "build_config_fs": "Release", |
| 217 "build_dir": "Path('[CHECKOUT]', 'out')", | 234 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 218 "compile_py": { | 235 "compile_py": { |
| 219 "build_tool": "ninja" | 236 "build_tool": "ninja" |
| 220 }, | 237 }, |
| 221 "gyp_env": { | 238 "gyp_env": { |
| 239 "GYP_CROSSCOMPILE": "1", |
| 222 "GYP_DEFINES": "component=static_library target_arch=arm", | 240 "GYP_DEFINES": "component=static_library target_arch=arm", |
| 223 "GYP_GENERATORS": "ninja" | 241 "GYP_GENERATORS": "ninja" |
| 224 } | 242 } |
| 225 }, | 243 }, |
| 226 "tests_base": { | 244 "tests_base": { |
| 227 "build_config_fs": "Release", | 245 "build_config_fs": "Release", |
| 228 "build_dir": "Path('[CHECKOUT]', 'out')", | 246 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 229 "compile_py": { | 247 "compile_py": { |
| 230 "build_tool": "ninja", | 248 "build_tool": "ninja", |
| 231 "default_targets": [ | 249 "default_targets": [ |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "GYP_GENERATOR_FLAGS": "default_target=All" | 290 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 273 } | 291 } |
| 274 }, | 292 }, |
| 275 "v8": { | 293 "v8": { |
| 276 "build_config_fs": "Release", | 294 "build_config_fs": "Release", |
| 277 "build_dir": "Path('[CHECKOUT]')", | 295 "build_dir": "Path('[CHECKOUT]')", |
| 278 "compile_py": { | 296 "compile_py": { |
| 279 "build_tool": "make" | 297 "build_tool": "make" |
| 280 }, | 298 }, |
| 281 "gyp_env": { | 299 "gyp_env": { |
| 300 "GYP_CROSSCOMPILE": "1", |
| 282 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" | 301 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" |
| 283 } | 302 } |
| 284 }, | 303 }, |
| 304 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"chromeos\")", |
| 285 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", | 305 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", |
| 286 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == arm]", | 306 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == arm]", |
| 287 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", | 307 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", |
| 288 "xcodebuild": "can not use xcodebuild on \"linux\"" | 308 "xcodebuild": "can not use xcodebuild on \"linux\"" |
| 289 } | 309 } |
| OLD | NEW |