OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'web_files': [ | 3 'web_files': [ |
4 'AssertMatchingEnums.cpp', | 4 'AssertMatchingEnums.cpp', |
5 'AssociatedURLLoader.cpp', | 5 'AssociatedURLLoader.cpp', |
6 'AssociatedURLLoader.h', | 6 'AssociatedURLLoader.h', |
7 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'WebSecurityOrigin.cpp', | 219 'WebSecurityOrigin.cpp', |
220 'WebSecurityPolicy.cpp', | 220 'WebSecurityPolicy.cpp', |
221 'WebSelectElement.cpp', | 221 'WebSelectElement.cpp', |
222 'WebSelector.cpp', | 222 'WebSelector.cpp', |
223 'WebSerializedScriptValue.cpp', | 223 'WebSerializedScriptValue.cpp', |
224 'WebSettingsImpl.cpp', | 224 'WebSettingsImpl.cpp', |
225 'WebSettingsImpl.h', | 225 'WebSettingsImpl.h', |
226 'WebSharedWorkerImpl.cpp', | 226 'WebSharedWorkerImpl.cpp', |
227 'WebSharedWorkerImpl.h', | 227 'WebSharedWorkerImpl.h', |
228 'WebSocket.cpp', | 228 'WebSocket.cpp', |
| 229 'WebSocketChannelClientProxy.h', |
229 'WebSocketImpl.cpp', | 230 'WebSocketImpl.cpp', |
230 'WebSocketImpl.h', | 231 'WebSocketImpl.h', |
231 'WebSpeechGrammar.cpp', | 232 'WebSpeechGrammar.cpp', |
232 'WebSpeechRecognitionHandle.cpp', | 233 'WebSpeechRecognitionHandle.cpp', |
233 'WebSpeechRecognitionResult.cpp', | 234 'WebSpeechRecognitionResult.cpp', |
234 'WebStorageEventDispatcherImpl.cpp', | 235 'WebStorageEventDispatcherImpl.cpp', |
235 'WebSurroundingText.cpp', | 236 'WebSurroundingText.cpp', |
236 'WebTextAreaElement.cpp', | 237 'WebTextAreaElement.cpp', |
237 'WebTextCheckingCompletionImpl.cpp', | 238 'WebTextCheckingCompletionImpl.cpp', |
238 'WebTextCheckingCompletionImpl.h', | 239 'WebTextCheckingCompletionImpl.h', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 ['os_posix==1 and OS!="mac"', | 341 ['os_posix==1 and OS!="mac"', |
341 { | 342 { |
342 'web_unittest_files': [ | 343 'web_unittest_files': [ |
343 'tests/LocaleICUTest.cpp', | 344 'tests/LocaleICUTest.cpp', |
344 ], | 345 ], |
345 } | 346 } |
346 ], | 347 ], |
347 ], | 348 ], |
348 }, | 349 }, |
349 } | 350 } |
OLD | NEW |