OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'visibility%': 'hidden', | 3 'visibility%': 'hidden', |
4 'library%': 'static_library', | 4 'library%': 'static_library', |
5 'component%': '', | 5 'component%': '', |
6 'want_separate_host_toolset': 0, | 6 'want_separate_host_toolset': 0, |
7 'v8_optimized_debug': 0, | 7 'v8_optimized_debug': 0, |
8 'v8_enable_i18n_support': 0, | 8 'v8_enable_i18n_support': 0, |
| 9 'v8_use_external_startup_data%': 0, |
9 }, | 10 }, |
10 | 11 |
11 'conditions': [ | 12 'conditions': [ |
12 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ | 13 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ |
13 or OS=="netbsd" or OS=="android"', { | 14 or OS=="netbsd" or OS=="android"', { |
14 'target_defaults': { | 15 'target_defaults': { |
15 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter', | 16 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter', |
16 '-Wnon-virtual-dtor', '-pthread', '-fno-rtti', | 17 '-Wnon-virtual-dtor', '-pthread', '-fno-rtti', |
17 '-pedantic', '-std=c++0x', '-fexceptions', ], | 18 '-pedantic', '-std=c++0x', '-fexceptions', ], |
18 'cflags!': [ '-Werror', ], | 19 'cflags!': [ '-Werror', ], |
(...skipping 16 matching lines...) Expand all Loading... |
35 '-pthread', # Not supported by Android toolchain. | 36 '-pthread', # Not supported by Android toolchain. |
36 ], | 37 ], |
37 }, | 38 }, |
38 }], | 39 }], |
39 ], | 40 ], |
40 | 41 |
41 'target_defaults': { | 42 'target_defaults': { |
42 'msvs_cygwin_shell': 0, | 43 'msvs_cygwin_shell': 0, |
43 } | 44 } |
44 } | 45 } |
OLD | NEW |