Chromium Code Reviews| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 224 'WebSecurityOrigin.cpp', | 224 'WebSecurityOrigin.cpp', |
| 225 'WebSecurityPolicy.cpp', | 225 'WebSecurityPolicy.cpp', |
| 226 'WebSelectElement.cpp', | 226 'WebSelectElement.cpp', |
| 227 'WebSelector.cpp', | 227 'WebSelector.cpp', |
| 228 'WebSerializedScriptValue.cpp', | 228 'WebSerializedScriptValue.cpp', |
| 229 'WebSettingsImpl.cpp', | 229 'WebSettingsImpl.cpp', |
| 230 'WebSettingsImpl.h', | 230 'WebSettingsImpl.h', |
| 231 'WebSharedWorkerImpl.cpp', | 231 'WebSharedWorkerImpl.cpp', |
| 232 'WebSharedWorkerImpl.h', | 232 'WebSharedWorkerImpl.h', |
| 233 'WebSocket.cpp', | 233 'WebSocket.cpp', |
| 234 'WebSocketChannelClient.h', | |
|
yhirano
2014/08/04 01:05:53
WebSocketChannelClientProxy.h?
haraken
2014/08/04 01:21:57
Done.
| |
| 234 'WebSocketImpl.cpp', | 235 'WebSocketImpl.cpp', |
| 235 'WebSocketImpl.h', | 236 'WebSocketImpl.h', |
| 236 'WebSpeechGrammar.cpp', | 237 'WebSpeechGrammar.cpp', |
| 237 'WebSpeechRecognitionHandle.cpp', | 238 'WebSpeechRecognitionHandle.cpp', |
| 238 'WebSpeechRecognitionResult.cpp', | 239 'WebSpeechRecognitionResult.cpp', |
| 239 'WebStorageEventDispatcherImpl.cpp', | 240 'WebStorageEventDispatcherImpl.cpp', |
| 240 'WebSurroundingText.cpp', | 241 'WebSurroundingText.cpp', |
| 241 'WebTextAreaElement.cpp', | 242 'WebTextAreaElement.cpp', |
| 242 'WebTextCheckingCompletionImpl.cpp', | 243 'WebTextCheckingCompletionImpl.cpp', |
| 243 'WebTextCheckingCompletionImpl.h', | 244 'WebTextCheckingCompletionImpl.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 345 ['os_posix==1 and OS!="mac"', | 346 ['os_posix==1 and OS!="mac"', |
| 346 { | 347 { |
| 347 'web_unittest_files': [ | 348 'web_unittest_files': [ |
| 348 'tests/LocaleICUTest.cpp', | 349 'tests/LocaleICUTest.cpp', |
| 349 ], | 350 ], |
| 350 } | 351 } |
| 351 ], | 352 ], |
| 352 ], | 353 ], |
| 353 }, | 354 }, |
| 354 } | 355 } |
| OLD | NEW |