| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'WebTextCheckingResult.cpp', | 244 'WebTextCheckingResult.cpp', |
| 245 'WebTextInputInfo.cpp', | 245 'WebTextInputInfo.cpp', |
| 246 'WebTextRun.cpp', | 246 'WebTextRun.cpp', |
| 247 'WebUserGestureIndicator.cpp', | 247 'WebUserGestureIndicator.cpp', |
| 248 'WebUserGestureToken.cpp', | 248 'WebUserGestureToken.cpp', |
| 249 'WebUserMediaRequest.cpp', | 249 'WebUserMediaRequest.cpp', |
| 250 'WebViewImpl.cpp', | 250 'WebViewImpl.cpp', |
| 251 'WebViewImpl.h', | 251 'WebViewImpl.h', |
| 252 'WebWorkerInfo.cpp', | 252 'WebWorkerInfo.cpp', |
| 253 'WebWorkerRunLoop.cpp', | 253 'WebWorkerRunLoop.cpp', |
| 254 'WebWorkerSettingsImpl.cpp', |
| 255 'WebWorkerSettingsImpl.h', |
| 254 'WorkerGlobalScopeProxyProviderImpl.cpp', | 256 'WorkerGlobalScopeProxyProviderImpl.cpp', |
| 255 'WorkerGlobalScopeProxyProviderImpl.h', | 257 'WorkerGlobalScopeProxyProviderImpl.h', |
| 256 'WorkerPermissionClient.cpp', | 258 'WorkerPermissionClient.cpp', |
| 257 'WorkerPermissionClient.h', | 259 'WorkerPermissionClient.h', |
| 258 'default/WebRenderTheme.cpp', | 260 'default/WebRenderTheme.cpp', |
| 259 'linux/WebFontRendering.cpp', | 261 'linux/WebFontRendering.cpp', |
| 260 'mac/WebScrollbarTheme.mm', | 262 'mac/WebScrollbarTheme.mm', |
| 261 'mac/WebSubstringUtil.mm', | 263 'mac/WebSubstringUtil.mm', |
| 262 'painting/ContinuousPainter.cpp', | 264 'painting/ContinuousPainter.cpp', |
| 263 'painting/ContinuousPainter.h', | 265 'painting/ContinuousPainter.h', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 { | 368 { |
| 367 'web_unittest_files': [ | 369 'web_unittest_files': [ |
| 368 'tests/KeyCodeConversionTestGtk.cpp', | 370 'tests/KeyCodeConversionTestGtk.cpp', |
| 369 'tests/WebInputEventFactoryTestGtk.cpp', | 371 'tests/WebInputEventFactoryTestGtk.cpp', |
| 370 ], | 372 ], |
| 371 } | 373 } |
| 372 ], | 374 ], |
| 373 ], | 375 ], |
| 374 }, | 376 }, |
| 375 } | 377 } |
| OLD | NEW |