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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1223 # NOTE: These are legacy unit tests and tests that require a Platform | 1223 # NOTE: These are legacy unit tests and tests that require a Platform |
1224 # object. Do not add more unless the test requires a Platform object. | 1224 # object. Do not add more unless the test requires a Platform object. |
1225 # These tests are a part of the web:webkit_unit_tests binary. | 1225 # These tests are a part of the web:webkit_unit_tests binary. |
1226 'platform_web_unittest_files': [ | 1226 'platform_web_unittest_files': [ |
1227 'graphics/Canvas2DLayerBridgeTest.cpp', | 1227 'graphics/Canvas2DLayerBridgeTest.cpp', |
1228 'graphics/DeferredImageDecoderTest.cpp', | 1228 'graphics/DeferredImageDecoderTest.cpp', |
1229 'graphics/GraphicsLayerTest.cpp', | 1229 'graphics/GraphicsLayerTest.cpp', |
1230 'graphics/ImageDecodingStoreTest.cpp', | 1230 'graphics/ImageDecodingStoreTest.cpp', |
1231 'graphics/ImageFrameGeneratorTest.cpp', | 1231 'graphics/ImageFrameGeneratorTest.cpp', |
1232 'graphics/ImageLayerChromiumTest.cpp', | 1232 'graphics/ImageLayerChromiumTest.cpp', |
| 1233 'graphics/test/MockGLES2Interface.h', |
1233 'graphics/test/MockImageDecoder.h', | 1234 'graphics/test/MockImageDecoder.h', |
1234 'graphics/test/MockWebGraphicsContext3D.h', | 1235 'graphics/test/MockWebGraphicsContext3D.h', |
1235 'threading/BackgroundTaskRunnerTest.cpp', | 1236 'threading/BackgroundTaskRunnerTest.cpp', |
1236 ], | 1237 ], |
1237 'platform_test_support_files': [ | 1238 'platform_test_support_files': [ |
1238 'graphics/test/FakeGraphicsLayerFactory.cpp', | 1239 'graphics/test/FakeGraphicsLayerFactory.cpp', |
1239 'graphics/test/FakeGraphicsLayerFactory.h', | 1240 'graphics/test/FakeGraphicsLayerFactory.h', |
1240 'testing/FontTestHelpers.cpp', | 1241 'testing/FontTestHelpers.cpp', |
1241 'testing/FontTestHelpers.h', | 1242 'testing/FontTestHelpers.h', |
1242 'testing/GeometryPrinters.cpp', | 1243 'testing/GeometryPrinters.cpp', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1283 ['OS!="mac"', | 1284 ['OS!="mac"', |
1284 { | 1285 { |
1285 'platform_test_files': [ | 1286 'platform_test_files': [ |
1286 'scroll/ScrollAnimatorTest.cpp', | 1287 'scroll/ScrollAnimatorTest.cpp', |
1287 ], | 1288 ], |
1288 } | 1289 } |
1289 ], | 1290 ], |
1290 ], | 1291 ], |
1291 }, | 1292 }, |
1292 } | 1293 } |
OLD | NEW |