| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
| 5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
| 6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
| 7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
| 8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
| 9 'AsyncFileSystemChromium.cpp', | 9 'AsyncFileSystemChromium.cpp', |
| 10 'AsyncFileSystemChromium.h', | 10 'AsyncFileSystemChromium.h', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'WebSharedWorkerImpl.cpp', | 235 'WebSharedWorkerImpl.cpp', |
| 236 'WebSharedWorkerImpl.h', | 236 'WebSharedWorkerImpl.h', |
| 237 'WebSocket.cpp', | 237 'WebSocket.cpp', |
| 238 'WebSocketImpl.cpp', | 238 'WebSocketImpl.cpp', |
| 239 'WebSocketImpl.h', | 239 'WebSocketImpl.h', |
| 240 'WebSpeechGrammar.cpp', | 240 'WebSpeechGrammar.cpp', |
| 241 'WebSpeechInputResult.cpp', | 241 'WebSpeechInputResult.cpp', |
| 242 'WebSpeechRecognitionHandle.cpp', | 242 'WebSpeechRecognitionHandle.cpp', |
| 243 'WebSpeechRecognitionResult.cpp', | 243 'WebSpeechRecognitionResult.cpp', |
| 244 'WebStorageEventDispatcherImpl.cpp', | 244 'WebStorageEventDispatcherImpl.cpp', |
| 245 'WebStorageQuotaCallbacksImpl.cpp', | |
| 246 'WebStorageQuotaCallbacksImpl.h', | |
| 247 'WebSurroundingText.cpp', | 245 'WebSurroundingText.cpp', |
| 248 'WebTextCheckingCompletionImpl.cpp', | 246 'WebTextCheckingCompletionImpl.cpp', |
| 249 'WebTextCheckingCompletionImpl.h', | 247 'WebTextCheckingCompletionImpl.h', |
| 250 'WebTextCheckingResult.cpp', | 248 'WebTextCheckingResult.cpp', |
| 251 'WebTextInputInfo.cpp', | 249 'WebTextInputInfo.cpp', |
| 252 'WebTextRun.cpp', | 250 'WebTextRun.cpp', |
| 253 'WebURLLoadTiming.cpp', | 251 'WebURLLoadTiming.cpp', |
| 254 'WebUserGestureIndicator.cpp', | 252 'WebUserGestureIndicator.cpp', |
| 255 'WebUserGestureToken.cpp', | 253 'WebUserGestureToken.cpp', |
| 256 'WebUserMediaRequest.cpp', | 254 'WebUserMediaRequest.cpp', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 269 'WorkerAsyncFileSystemChromium.cpp', | 267 'WorkerAsyncFileSystemChromium.cpp', |
| 270 'WorkerAsyncFileSystemChromium.h', | 268 'WorkerAsyncFileSystemChromium.h', |
| 271 'WorkerAsyncFileWriterChromium.cpp', | 269 'WorkerAsyncFileWriterChromium.cpp', |
| 272 'WorkerAsyncFileWriterChromium.h', | 270 'WorkerAsyncFileWriterChromium.h', |
| 273 'WorkerFileSystemCallbacksBridge.cpp', | 271 'WorkerFileSystemCallbacksBridge.cpp', |
| 274 'WorkerFileSystemCallbacksBridge.h', | 272 'WorkerFileSystemCallbacksBridge.h', |
| 275 'WorkerFileSystemClient.cpp', | 273 'WorkerFileSystemClient.cpp', |
| 276 'WorkerFileSystemClient.h', | 274 'WorkerFileSystemClient.h', |
| 277 'WorkerFileWriterCallbacksBridge.cpp', | 275 'WorkerFileWriterCallbacksBridge.cpp', |
| 278 'WorkerFileWriterCallbacksBridge.h', | 276 'WorkerFileWriterCallbacksBridge.h', |
| 279 'WorkerStorageQuotaCallbacksBridge.cpp', | |
| 280 'WorkerStorageQuotaCallbacksBridge.h', | |
| 281 'android/WebInputEventFactory.cpp', | 277 'android/WebInputEventFactory.cpp', |
| 282 'default/WebRenderTheme.cpp', | 278 'default/WebRenderTheme.cpp', |
| 283 'gtk/WebInputEventFactory.cpp', | 279 'gtk/WebInputEventFactory.cpp', |
| 284 'linux/WebFontInfo.cpp', | 280 'linux/WebFontInfo.cpp', |
| 285 'linux/WebFontRenderStyle.cpp', | 281 'linux/WebFontRenderStyle.cpp', |
| 286 'linux/WebFontRendering.cpp', | 282 'linux/WebFontRendering.cpp', |
| 287 'mac/WebInputEventFactory.mm', | 283 'mac/WebInputEventFactory.mm', |
| 288 'mac/WebSubstringUtil.mm', | 284 'mac/WebSubstringUtil.mm', |
| 289 'painting/ContinuousPainter.cpp', | 285 'painting/ContinuousPainter.cpp', |
| 290 'painting/ContinuousPainter.h', | 286 'painting/ContinuousPainter.h', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 { | 380 { |
| 385 'web_unittest_files': [ | 381 'web_unittest_files': [ |
| 386 'tests/KeyCodeConversionTestGtk.cpp', | 382 'tests/KeyCodeConversionTestGtk.cpp', |
| 387 'tests/WebInputEventFactoryTestGtk.cpp', | 383 'tests/WebInputEventFactoryTestGtk.cpp', |
| 388 ], | 384 ], |
| 389 } | 385 } |
| 390 ], | 386 ], |
| 391 ], | 387 ], |
| 392 }, | 388 }, |
| 393 } | 389 } |
| OLD | NEW |