OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'libv8_include_dir%': 'third_party/v8/include', | 3 'libv8_include_dir%': 'third_party/v8/include', |
4 'libv8_build_targets': [], | 4 'libv8_build_targets': [], |
5 'libv8_no_build%': 0, | 5 'libv8_no_build%': 0, |
6 'conditions': [[ | 6 'conditions': [[ |
7 'OS=="win"', { | 7 'OS=="win"', { |
8 'libv8_lib_dir%': 'v8/build/<(CONFIGURATION_NAME)', | 8 'libv8_lib_dir%': 'v8/third_party/v8/src/<(CONFIGURATION_NAME)', |
9 'libv8_libs': [ | 9 'libv8_libs': [ |
10 '-lv8_libplatform', | 10 '-lv8_libplatform', |
11 '-lv8_base_0', | 11 '-lv8_base_0', |
12 '-lv8_base_1', | 12 '-lv8_base_1', |
13 '-lv8_base_2', | 13 '-lv8_base_2', |
14 '-lv8_base_3', | 14 '-lv8_base_3', |
15 '-lv8_libbase', | 15 '-lv8_libbase', |
16 '-lv8_libsampler', | 16 '-lv8_libsampler', |
17 '-lv8_snapshot', | 17 '-lv8_snapshot', |
18 ], | 18 ], |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 '$(MSBuildBinPath)', | 67 '$(MSBuildBinPath)', |
68 '<(target_arch)', | 68 '<(target_arch)', |
69 '<(CONFIGURATION_NAME)', | 69 '<(CONFIGURATION_NAME)', |
70 '$(PlatformToolset)' | 70 '$(PlatformToolset)' |
71 ] | 71 ] |
72 }], | 72 }], |
73 }] | 73 }] |
74 } | 74 } |
75 ]], | 75 ]], |
76 } | 76 } |
OLD | NEW |