| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'default/WebRenderTheme.cpp', | 258 'default/WebRenderTheme.cpp', |
| 259 'linux/WebFontRendering.cpp', | 259 'linux/WebFontRendering.cpp', |
| 260 'mac/WebScrollbarTheme.cpp', | 260 'mac/WebScrollbarTheme.cpp', |
| 261 'mac/WebSubstringUtil.mm', | 261 'mac/WebSubstringUtil.mm', |
| 262 'painting/ContinuousPainter.cpp', | 262 'painting/ContinuousPainter.cpp', |
| 263 'painting/ContinuousPainter.h', | 263 'painting/ContinuousPainter.h', |
| 264 'painting/PaintAggregator.cpp', | 264 'painting/PaintAggregator.cpp', |
| 265 'painting/PaintAggregator.h', | 265 'painting/PaintAggregator.h', |
| 266 ], | 266 ], |
| 267 'web_unittest_files': [ | 267 'web_unittest_files': [ |
| 268 '../platform/graphics/DeferredImageDecoderTest.cpp', | |
| 269 '../platform/graphics/ImageDecodingStoreTest.cpp', | |
| 270 '../platform/graphics/ImageFrameGeneratorTest.cpp', | |
| 271 '../platform/graphics/test/MockImageDecoder.h', | |
| 272 'tests/AssociatedURLLoaderTest.cpp', | 268 'tests/AssociatedURLLoaderTest.cpp', |
| 273 'tests/BitmapImageTest.cpp', | 269 'tests/BitmapImageTest.cpp', |
| 274 'tests/Canvas2DLayerBridgeTest.cpp', | 270 'tests/Canvas2DLayerBridgeTest.cpp', |
| 275 'tests/Canvas2DLayerManagerTest.cpp', | 271 'tests/Canvas2DLayerManagerTest.cpp', |
| 276 'tests/ChromeClientImplTest.cpp', | 272 'tests/ChromeClientImplTest.cpp', |
| 277 'tests/CompositedLayerMappingTest.cpp', | 273 'tests/CompositedLayerMappingTest.cpp', |
| 278 'tests/CustomEventTest.cpp', | 274 'tests/CustomEventTest.cpp', |
| 279 'tests/DragImageTest.cpp', | 275 'tests/DragImageTest.cpp', |
| 280 'tests/DrawingBufferTest.cpp', | 276 'tests/DrawingBufferTest.cpp', |
| 281 'tests/FakeWebPlugin.cpp', | 277 'tests/FakeWebPlugin.cpp', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 { | 368 { |
| 373 'web_unittest_files': [ | 369 'web_unittest_files': [ |
| 374 'tests/KeyCodeConversionTestGtk.cpp', | 370 'tests/KeyCodeConversionTestGtk.cpp', |
| 375 'tests/WebInputEventFactoryTestGtk.cpp', | 371 'tests/WebInputEventFactoryTestGtk.cpp', |
| 376 ], | 372 ], |
| 377 } | 373 } |
| 378 ], | 374 ], |
| 379 ], | 375 ], |
| 380 }, | 376 }, |
| 381 } | 377 } |
| OLD | NEW |