| OLD | NEW |
| 1 { | 1 { |
| 2 "blink": { | 2 "blink": { |
| 3 "build_dir": "out", | 3 "build_dir": "out", |
| 4 "compile_py": { | 4 "compile_py": { |
| 5 "build_tool": "ninja", | 5 "build_tool": "ninja", |
| 6 "compiler": "goma", | 6 "compiler": "goma", |
| 7 "default_targets": [ | 7 "default_targets": [ |
| 8 "all_webkit", | 8 "all_webkit", |
| 9 "content_shell" | 9 "content_shell" |
| 10 ] | 10 ] |
| 11 }, | 11 }, |
| 12 "gyp_env": { | 12 "gyp_env": { |
| 13 "GYP_DEFINES": "component=shared_library", | 13 "GYP_DEFINES": "component=shared_library", |
| 14 "GYP_GENERATORS": "ninja", | 14 "GYP_GENERATORS": "ninja", |
| 15 "GYP_GENERATOR_FLAGS": "", | 15 "GYP_GENERATOR_FLAGS": "", |
| 16 "GYP_MSVS_VERSION": "" | 16 "GYP_MSVS_VERSION": null |
| 17 } | 17 } |
| 18 }, | 18 }, |
| 19 "chromium": { | 19 "chromium": { |
| 20 "build_dir": "out", | 20 "build_dir": "out", |
| 21 "compile_py": { | 21 "compile_py": { |
| 22 "build_tool": "ninja", | 22 "build_tool": "ninja", |
| 23 "compiler": "goma", | 23 "compiler": "goma", |
| 24 "default_targets": [ | 24 "default_targets": [ |
| 25 "All", | 25 "All", |
| 26 "chromium_builder_tests" | 26 "chromium_builder_tests" |
| 27 ] | 27 ] |
| 28 }, | 28 }, |
| 29 "gyp_env": { | 29 "gyp_env": { |
| 30 "GYP_DEFINES": "component=shared_library", | 30 "GYP_DEFINES": "component=shared_library", |
| 31 "GYP_GENERATORS": "ninja", | 31 "GYP_GENERATORS": "ninja", |
| 32 "GYP_GENERATOR_FLAGS": "", | 32 "GYP_GENERATOR_FLAGS": "", |
| 33 "GYP_MSVS_VERSION": "" | 33 "GYP_MSVS_VERSION": null |
| 34 } | 34 } |
| 35 }, | 35 }, |
| 36 "msvs": "can not use msvs on \"mac\"", | 36 "msvs": "can not use msvs on \"mac\"", |
| 37 "ninja": { | 37 "ninja": { |
| 38 "build_dir": "out", | 38 "build_dir": "out", |
| 39 "compile_py": { | 39 "compile_py": { |
| 40 "build_tool": "ninja", | 40 "build_tool": "ninja", |
| 41 "compiler": null, | 41 "compiler": null, |
| 42 "default_targets": [] | 42 "default_targets": [] |
| 43 }, | 43 }, |
| 44 "gyp_env": { | 44 "gyp_env": { |
| 45 "GYP_DEFINES": "component=shared_library", | 45 "GYP_DEFINES": "component=shared_library", |
| 46 "GYP_GENERATORS": "ninja", | 46 "GYP_GENERATORS": "ninja", |
| 47 "GYP_GENERATOR_FLAGS": "", | 47 "GYP_GENERATOR_FLAGS": "", |
| 48 "GYP_MSVS_VERSION": "" | 48 "GYP_MSVS_VERSION": null |
| 49 } | 49 } |
| 50 } | 50 } |
| 51 } | 51 } |
| OLD | NEW |