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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'test/ConsoleJsObject.cpp', | 194 'test/ConsoleJsObject.cpp', |
195 'test/DefaultFileSystem.cpp', | 195 'test/DefaultFileSystem.cpp', |
196 'test/FileSystemJsObject.cpp', | 196 'test/FileSystemJsObject.cpp', |
197 'test/FilterEngine.cpp', | 197 'test/FilterEngine.cpp', |
198 'test/GlobalJsObject.cpp', | 198 'test/GlobalJsObject.cpp', |
199 'test/JsEngine.cpp', | 199 'test/JsEngine.cpp', |
200 'test/JsValue.cpp', | 200 'test/JsValue.cpp', |
201 'test/Notification.cpp', | 201 'test/Notification.cpp', |
202 'test/Prefs.cpp', | 202 'test/Prefs.cpp', |
203 'test/ReferrerMapping.cpp', | 203 'test/ReferrerMapping.cpp', |
| 204 'test/SchedulerTest.cpp', |
204 'test/UpdateCheck.cpp', | 205 'test/UpdateCheck.cpp', |
205 'test/WebRequest.cpp' | 206 'test/WebRequest.cpp' |
206 ], | 207 ], |
207 'msvs_settings': { | 208 'msvs_settings': { |
208 'VCLinkerTool': { | 209 'VCLinkerTool': { |
209 'SubSystem': '1', # Console | 210 'SubSystem': '1', # Console |
210 'EntryPointSymbol': 'mainCRTStartup', | 211 'EntryPointSymbol': 'mainCRTStartup', |
211 }, | 212 }, |
212 }, | 213 }, |
213 }] | 214 }] |
214 } | 215 } |
OLD | NEW |