| 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 'BackForwardClientImpl.cpp', | 9 'BackForwardClientImpl.cpp', |
| 10 'BackForwardClientImpl.h', | 10 'BackForwardClientImpl.h', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'WebViewImpl.cpp', | 252 'WebViewImpl.cpp', |
| 253 'WebViewImpl.h', | 253 'WebViewImpl.h', |
| 254 'WebWorkerInfo.cpp', | 254 'WebWorkerInfo.cpp', |
| 255 'WebWorkerRunLoop.cpp', | 255 'WebWorkerRunLoop.cpp', |
| 256 'WorkerGlobalScopeProxyProviderImpl.cpp', | 256 'WorkerGlobalScopeProxyProviderImpl.cpp', |
| 257 'WorkerGlobalScopeProxyProviderImpl.h', | 257 'WorkerGlobalScopeProxyProviderImpl.h', |
| 258 'WorkerPermissionClient.cpp', | 258 'WorkerPermissionClient.cpp', |
| 259 'WorkerPermissionClient.h', | 259 'WorkerPermissionClient.h', |
| 260 'default/WebRenderTheme.cpp', | 260 'default/WebRenderTheme.cpp', |
| 261 'linux/WebFontRendering.cpp', | 261 'linux/WebFontRendering.cpp', |
| 262 'mac/WebScrollbarTheme.cpp', | 262 'mac/WebScrollbarTheme.mm', |
| 263 'mac/WebSubstringUtil.mm', | 263 'mac/WebSubstringUtil.mm', |
| 264 'painting/ContinuousPainter.cpp', | 264 'painting/ContinuousPainter.cpp', |
| 265 'painting/ContinuousPainter.h', | 265 'painting/ContinuousPainter.h', |
| 266 'painting/PaintAggregator.cpp', | 266 'painting/PaintAggregator.cpp', |
| 267 'painting/PaintAggregator.h', | 267 'painting/PaintAggregator.h', |
| 268 ], | 268 ], |
| 269 'web_unittest_files': [ | 269 'web_unittest_files': [ |
| 270 'tests/AssociatedURLLoaderTest.cpp', | 270 'tests/AssociatedURLLoaderTest.cpp', |
| 271 'tests/BitmapImageTest.cpp', | 271 'tests/BitmapImageTest.cpp', |
| 272 'tests/Canvas2DLayerBridgeTest.cpp', | 272 'tests/Canvas2DLayerBridgeTest.cpp', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 { | 369 { |
| 370 'web_unittest_files': [ | 370 'web_unittest_files': [ |
| 371 'tests/KeyCodeConversionTestGtk.cpp', | 371 'tests/KeyCodeConversionTestGtk.cpp', |
| 372 'tests/WebInputEventFactoryTestGtk.cpp', | 372 'tests/WebInputEventFactoryTestGtk.cpp', |
| 373 ], | 373 ], |
| 374 } | 374 } |
| 375 ], | 375 ], |
| 376 ], | 376 ], |
| 377 }, | 377 }, |
| 378 } | 378 } |
| OLD | NEW |