OLD | NEW |
1 { | 1 { |
2 'conditions': [[ | 2 'conditions': [[ |
3 # We don't want to use curl on Windows and Android, skip the check there | 3 # We don't want to use curl on Windows and Android, skip the check there |
4 'OS=="win" or OS=="android"', | 4 'OS=="win" or OS=="android"', |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'have_curl': 0 | 7 'have_curl': 0 |
8 } | 8 } |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'test/ConsoleJsObject.cpp', | 190 'test/ConsoleJsObject.cpp', |
191 'test/DefaultFileSystem.cpp', | 191 'test/DefaultFileSystem.cpp', |
192 'test/FileSystemJsObject.cpp', | 192 'test/FileSystemJsObject.cpp', |
193 'test/FilterEngine.cpp', | 193 'test/FilterEngine.cpp', |
194 'test/GlobalJsObject.cpp', | 194 'test/GlobalJsObject.cpp', |
195 'test/JsEngine.cpp', | 195 'test/JsEngine.cpp', |
196 'test/JsValue.cpp', | 196 'test/JsValue.cpp', |
197 'test/Notification.cpp', | 197 'test/Notification.cpp', |
198 'test/Prefs.cpp', | 198 'test/Prefs.cpp', |
199 'test/ReferrerMapping.cpp', | 199 'test/ReferrerMapping.cpp', |
200 'test/Thread.cpp', | |
201 'test/UpdateCheck.cpp', | 200 'test/UpdateCheck.cpp', |
202 'test/WebRequest.cpp' | 201 'test/WebRequest.cpp' |
203 ], | 202 ], |
204 'msvs_settings': { | 203 'msvs_settings': { |
205 'VCLinkerTool': { | 204 'VCLinkerTool': { |
206 'SubSystem': '1', # Console | 205 'SubSystem': '1', # Console |
207 'EntryPointSymbol': 'mainCRTStartup', | 206 'EntryPointSymbol': 'mainCRTStartup', |
208 }, | 207 }, |
209 }, | 208 }, |
210 }] | 209 }] |
211 } | 210 } |
OLD | NEW |