| 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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1272 # These tests are a part of the web:webkit_unit_tests binary. | 1272 # These tests are a part of the web:webkit_unit_tests binary. |
| 1273 'platform_web_unittest_files': [ | 1273 'platform_web_unittest_files': [ |
| 1274 'graphics/Canvas2DLayerBridgeTest.cpp', | 1274 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1275 'graphics/CanvasSurfaceLayerBridgeTest.cpp', | 1275 'graphics/CanvasSurfaceLayerBridgeTest.cpp', |
| 1276 'graphics/DeferredImageDecoderTest.cpp', | 1276 'graphics/DeferredImageDecoderTest.cpp', |
| 1277 'graphics/GraphicsLayerTest.cpp', | 1277 'graphics/GraphicsLayerTest.cpp', |
| 1278 'graphics/ImageDecodingStoreTest.cpp', | 1278 'graphics/ImageDecodingStoreTest.cpp', |
| 1279 'graphics/ImageFrameGeneratorTest.cpp', | 1279 'graphics/ImageFrameGeneratorTest.cpp', |
| 1280 'graphics/ImageLayerChromiumTest.cpp', | 1280 'graphics/ImageLayerChromiumTest.cpp', |
| 1281 'graphics/test/FakeGLES2Interface.h', | 1281 'graphics/test/FakeGLES2Interface.h', |
| 1282 'graphics/test/FakeWebGraphicsContext3DProvider.h', |
| 1282 'graphics/test/MockImageDecoder.h', | 1283 'graphics/test/MockImageDecoder.h', |
| 1283 ], | 1284 ], |
| 1284 'platform_test_support_files': [ | 1285 'platform_test_support_files': [ |
| 1285 'scroll/ScrollbarTestSuite.h', | 1286 'scroll/ScrollbarTestSuite.h', |
| 1286 'testing/CompositorTest.cpp', | 1287 'testing/CompositorTest.cpp', |
| 1287 'testing/CompositorTest.h', | 1288 'testing/CompositorTest.h', |
| 1288 'testing/FakeDisplayItemClient.h', | 1289 'testing/FakeDisplayItemClient.h', |
| 1289 'testing/FakeGraphicsLayer.h', | 1290 'testing/FakeGraphicsLayer.h', |
| 1290 'testing/FakeGraphicsLayerClient.h', | 1291 'testing/FakeGraphicsLayerClient.h', |
| 1291 'testing/FontTestHelpers.cpp', | 1292 'testing/FontTestHelpers.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1349 ['use_default_render_theme==1', | 1350 ['use_default_render_theme==1', |
| 1350 { | 1351 { |
| 1351 'platform_test_files': [ | 1352 'platform_test_files': [ |
| 1352 'scroll/ScrollbarThemeAuraTest.cpp', | 1353 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1353 ], | 1354 ], |
| 1354 } | 1355 } |
| 1355 ], | 1356 ], |
| 1356 ], | 1357 ], |
| 1357 }, | 1358 }, |
| 1358 } | 1359 } |
| OLD | NEW |