| 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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1261 # These tests are a part of the web:webkit_unit_tests binary. | 1261 # These tests are a part of the web:webkit_unit_tests binary. |
| 1262 'platform_web_unittest_files': [ | 1262 'platform_web_unittest_files': [ |
| 1263 'graphics/Canvas2DLayerBridgeTest.cpp', | 1263 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1264 'graphics/CanvasSurfaceLayerBridgeTest.cpp', | 1264 'graphics/CanvasSurfaceLayerBridgeTest.cpp', |
| 1265 'graphics/DeferredImageDecoderTest.cpp', | 1265 'graphics/DeferredImageDecoderTest.cpp', |
| 1266 'graphics/GraphicsLayerTest.cpp', | 1266 'graphics/GraphicsLayerTest.cpp', |
| 1267 'graphics/ImageDecodingStoreTest.cpp', | 1267 'graphics/ImageDecodingStoreTest.cpp', |
| 1268 'graphics/ImageFrameGeneratorTest.cpp', | 1268 'graphics/ImageFrameGeneratorTest.cpp', |
| 1269 'graphics/ImageLayerChromiumTest.cpp', | 1269 'graphics/ImageLayerChromiumTest.cpp', |
| 1270 'graphics/test/FakeGLES2Interface.h', | 1270 'graphics/test/FakeGLES2Interface.h', |
| 1271 'graphics/test/FakeWebGraphicsContext3DProvider.h', |
| 1271 'graphics/test/MockImageDecoder.h', | 1272 'graphics/test/MockImageDecoder.h', |
| 1272 ], | 1273 ], |
| 1273 'platform_test_support_files': [ | 1274 'platform_test_support_files': [ |
| 1274 'scroll/ScrollbarTestSuite.h', | 1275 'scroll/ScrollbarTestSuite.h', |
| 1275 'testing/CompositorTest.cpp', | 1276 'testing/CompositorTest.cpp', |
| 1276 'testing/CompositorTest.h', | 1277 'testing/CompositorTest.h', |
| 1277 'testing/FakeDisplayItemClient.h', | 1278 'testing/FakeDisplayItemClient.h', |
| 1278 'testing/FakeGraphicsLayer.h', | 1279 'testing/FakeGraphicsLayer.h', |
| 1279 'testing/FakeGraphicsLayerClient.h', | 1280 'testing/FakeGraphicsLayerClient.h', |
| 1280 'testing/FontTestHelpers.cpp', | 1281 'testing/FontTestHelpers.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1338 ['use_default_render_theme==1', | 1339 ['use_default_render_theme==1', |
| 1339 { | 1340 { |
| 1340 'platform_test_files': [ | 1341 'platform_test_files': [ |
| 1341 'scroll/ScrollbarThemeAuraTest.cpp', | 1342 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1342 ], | 1343 ], |
| 1343 } | 1344 } |
| 1344 ], | 1345 ], |
| 1345 ], | 1346 ], |
| 1346 }, | 1347 }, |
| 1347 } | 1348 } |
| OLD | NEW |