| 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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1231 # NOTE: These are legacy unit tests and tests that require a Platform | 1231 # NOTE: These are legacy unit tests and tests that require a Platform |
| 1232 # object. Do not add more unless the test requires a Platform object. | 1232 # object. Do not add more unless the test requires a Platform object. |
| 1233 # These tests are a part of the web:webkit_unit_tests binary. | 1233 # These tests are a part of the web:webkit_unit_tests binary. |
| 1234 'platform_web_unittest_files': [ | 1234 'platform_web_unittest_files': [ |
| 1235 'graphics/Canvas2DLayerBridgeTest.cpp', | 1235 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1236 'graphics/DeferredImageDecoderTest.cpp', | 1236 'graphics/DeferredImageDecoderTest.cpp', |
| 1237 'graphics/GraphicsLayerTest.cpp', | 1237 'graphics/GraphicsLayerTest.cpp', |
| 1238 'graphics/ImageDecodingStoreTest.cpp', | 1238 'graphics/ImageDecodingStoreTest.cpp', |
| 1239 'graphics/ImageFrameGeneratorTest.cpp', | 1239 'graphics/ImageFrameGeneratorTest.cpp', |
| 1240 'graphics/ImageLayerChromiumTest.cpp', | 1240 'graphics/ImageLayerChromiumTest.cpp', |
| 1241 'graphics/test/MockGLES2Interface.h', | 1241 'graphics/test/FakeGLES2Interface.h', |
| 1242 'graphics/test/MockImageDecoder.h', | 1242 'graphics/test/MockImageDecoder.h', |
| 1243 'graphics/test/MockWebGraphicsContext3D.h', | |
| 1244 ], | 1243 ], |
| 1245 'platform_test_support_files': [ | 1244 'platform_test_support_files': [ |
| 1246 'testing/CompositorTest.cpp', | 1245 'testing/CompositorTest.cpp', |
| 1247 'testing/CompositorTest.h', | 1246 'testing/CompositorTest.h', |
| 1248 'testing/FakeDisplayItemClient.h', | 1247 'testing/FakeDisplayItemClient.h', |
| 1249 'testing/FakeGraphicsLayer.h', | 1248 'testing/FakeGraphicsLayer.h', |
| 1250 'testing/FakeGraphicsLayerClient.h', | 1249 'testing/FakeGraphicsLayerClient.h', |
| 1251 'testing/FontTestHelpers.cpp', | 1250 'testing/FontTestHelpers.cpp', |
| 1252 'testing/FontTestHelpers.h', | 1251 'testing/FontTestHelpers.h', |
| 1253 'testing/GeometryPrinters.cpp', | 1252 'testing/GeometryPrinters.cpp', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1302 ['OS!="mac"', | 1301 ['OS!="mac"', |
| 1303 { | 1302 { |
| 1304 'platform_test_files': [ | 1303 'platform_test_files': [ |
| 1305 'scroll/ScrollAnimatorTest.cpp', | 1304 'scroll/ScrollAnimatorTest.cpp', |
| 1306 ], | 1305 ], |
| 1307 } | 1306 } |
| 1308 ], | 1307 ], |
| 1309 ], | 1308 ], |
| 1310 }, | 1309 }, |
| 1311 } | 1310 } |
| OLD | NEW |