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": "chromium_win_pch=0 component=static_library", | 13 "GYP_DEFINES": "chromium_win_pch=0 component=static_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": "chromium_win_pch=0 component=static_library", | 30 "GYP_DEFINES": "chromium_win_pch=0 component=static_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": { | 36 "msvs": { |
37 "build_dir": "out", | 37 "build_dir": "out", |
38 "compile_py": { | 38 "compile_py": { |
39 "build_tool": "msvs", | 39 "build_tool": "msvs", |
40 "compiler": null, | 40 "compiler": null, |
41 "default_targets": [] | 41 "default_targets": [] |
42 }, | 42 }, |
43 "gyp_env": { | 43 "gyp_env": { |
44 "GYP_DEFINES": "component=static_library", | 44 "GYP_DEFINES": "component=static_library", |
45 "GYP_GENERATORS": "msvs", | 45 "GYP_GENERATORS": "msvs", |
46 "GYP_GENERATOR_FLAGS": "msvs_error_on_missing_sources=1", | 46 "GYP_GENERATOR_FLAGS": "msvs_error_on_missing_sources=1", |
47 "GYP_MSVS_VERSION": "2010" | 47 "GYP_MSVS_VERSION": "2010" |
48 } | 48 } |
49 }, | 49 }, |
50 "ninja": { | 50 "ninja": { |
51 "build_dir": "out", | 51 "build_dir": "out", |
52 "compile_py": { | 52 "compile_py": { |
53 "build_tool": "ninja", | 53 "build_tool": "ninja", |
54 "compiler": null, | 54 "compiler": null, |
55 "default_targets": [] | 55 "default_targets": [] |
56 }, | 56 }, |
57 "gyp_env": { | 57 "gyp_env": { |
58 "GYP_DEFINES": "component=static_library", | 58 "GYP_DEFINES": "component=static_library", |
59 "GYP_GENERATORS": "ninja", | 59 "GYP_GENERATORS": "ninja", |
60 "GYP_GENERATOR_FLAGS": "", | 60 "GYP_GENERATOR_FLAGS": "", |
61 "GYP_MSVS_VERSION": "" | 61 "GYP_MSVS_VERSION": null |
62 } | 62 } |
63 }, | 63 }, |
64 "xcodebuild": "can not use xcodebuild on \"win\"" | 64 "xcodebuild": "can not use xcodebuild on \"win\"" |
65 } | 65 } |
OLD | NEW |