| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'platform_generated.gypi', | 3 'platform_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 'platform_files': [ | 6 'platform_files': [ |
| 7 'AsyncFileSystemCallbacks.h', | 7 'AsyncFileSystemCallbacks.h', |
| 8 'CalculationValue.h', | 8 'CalculationValue.h', |
| 9 'CheckedInt.h', | 9 'CheckedInt.h', |
| 10 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
| (...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1265 # These tests are a part of the web:webkit_unit_tests binary. | 1265 # These tests are a part of the web:webkit_unit_tests binary. |
| 1266 'platform_web_unittest_files': [ | 1266 'platform_web_unittest_files': [ |
| 1267 'graphics/Canvas2DLayerBridgeTest.cpp', | 1267 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1268 'graphics/CanvasSurfaceLayerBridgeTest.cpp', | 1268 'graphics/CanvasSurfaceLayerBridgeTest.cpp', |
| 1269 'graphics/DeferredImageDecoderTest.cpp', | 1269 'graphics/DeferredImageDecoderTest.cpp', |
| 1270 'graphics/GraphicsLayerTest.cpp', | 1270 'graphics/GraphicsLayerTest.cpp', |
| 1271 'graphics/ImageDecodingStoreTest.cpp', | 1271 'graphics/ImageDecodingStoreTest.cpp', |
| 1272 'graphics/ImageFrameGeneratorTest.cpp', | 1272 'graphics/ImageFrameGeneratorTest.cpp', |
| 1273 'graphics/ImageLayerChromiumTest.cpp', | 1273 'graphics/ImageLayerChromiumTest.cpp', |
| 1274 'graphics/test/FakeGLES2Interface.h', | 1274 'graphics/test/FakeGLES2Interface.h', |
| 1275 'graphics/test/FakeWebGraphicsContext3DProvider.h', | |
| 1276 'graphics/test/MockImageDecoder.h', | 1275 'graphics/test/MockImageDecoder.h', |
| 1277 ], | 1276 ], |
| 1278 'platform_test_support_files': [ | 1277 'platform_test_support_files': [ |
| 1279 'scroll/ScrollbarTestSuite.h', | 1278 'scroll/ScrollbarTestSuite.h', |
| 1280 'testing/CompositorTest.cpp', | 1279 'testing/CompositorTest.cpp', |
| 1281 'testing/CompositorTest.h', | 1280 'testing/CompositorTest.h', |
| 1282 'testing/FakeDisplayItemClient.h', | 1281 'testing/FakeDisplayItemClient.h', |
| 1283 'testing/FakeGraphicsLayer.h', | 1282 'testing/FakeGraphicsLayer.h', |
| 1284 'testing/FakeGraphicsLayerClient.h', | 1283 'testing/FakeGraphicsLayerClient.h', |
| 1285 'testing/FontTestHelpers.cpp', | 1284 'testing/FontTestHelpers.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1343 ['use_default_render_theme==1', | 1342 ['use_default_render_theme==1', |
| 1344 { | 1343 { |
| 1345 'platform_test_files': [ | 1344 'platform_test_files': [ |
| 1346 'scroll/ScrollbarThemeAuraTest.cpp', | 1345 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1347 ], | 1346 ], |
| 1348 } | 1347 } |
| 1349 ], | 1348 ], |
| 1350 ], | 1349 ], |
| 1351 }, | 1350 }, |
| 1352 } | 1351 } |
| OLD | NEW |