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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1250 'weborigin/SchemeRegistryTest.cpp', | 1250 'weborigin/SchemeRegistryTest.cpp', |
1251 'weborigin/SecurityOriginTest.cpp', | 1251 'weborigin/SecurityOriginTest.cpp', |
1252 'weborigin/SecurityPolicyTest.cpp', | 1252 'weborigin/SecurityPolicyTest.cpp', |
1253 'weborigin/SuboriginTest.cpp', | 1253 'weborigin/SuboriginTest.cpp', |
1254 ], | 1254 ], |
1255 # NOTE: These are legacy unit tests and tests that require a Platform | 1255 # NOTE: These are legacy unit tests and tests that require a Platform |
1256 # object. Do not add more unless the test requires a Platform object. | 1256 # object. Do not add more unless the test requires a Platform object. |
1257 # These tests are a part of the web:webkit_unit_tests binary. | 1257 # These tests are a part of the web:webkit_unit_tests binary. |
1258 'platform_web_unittest_files': [ | 1258 'platform_web_unittest_files': [ |
1259 'graphics/Canvas2DLayerBridgeTest.cpp', | 1259 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1260 'graphics/CanvasSurfaceLayerBridgeTest.cpp', |
1260 'graphics/DeferredImageDecoderTest.cpp', | 1261 'graphics/DeferredImageDecoderTest.cpp', |
1261 'graphics/GraphicsLayerTest.cpp', | 1262 'graphics/GraphicsLayerTest.cpp', |
1262 'graphics/ImageDecodingStoreTest.cpp', | 1263 'graphics/ImageDecodingStoreTest.cpp', |
1263 'graphics/ImageFrameGeneratorTest.cpp', | 1264 'graphics/ImageFrameGeneratorTest.cpp', |
1264 'graphics/ImageLayerChromiumTest.cpp', | 1265 'graphics/ImageLayerChromiumTest.cpp', |
1265 'graphics/test/FakeGLES2Interface.h', | 1266 'graphics/test/FakeGLES2Interface.h', |
1266 'graphics/test/MockImageDecoder.h', | 1267 'graphics/test/MockImageDecoder.h', |
1267 ], | 1268 ], |
1268 'platform_test_support_files': [ | 1269 'platform_test_support_files': [ |
1269 'scroll/ScrollbarTestSuite.h', | 1270 'scroll/ScrollbarTestSuite.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1333 ['use_default_render_theme==1', | 1334 ['use_default_render_theme==1', |
1334 { | 1335 { |
1335 'platform_test_files': [ | 1336 'platform_test_files': [ |
1336 'scroll/ScrollbarThemeAuraTest.cpp', | 1337 'scroll/ScrollbarThemeAuraTest.cpp', |
1337 ], | 1338 ], |
1338 } | 1339 } |
1339 ], | 1340 ], |
1340 ], | 1341 ], |
1341 }, | 1342 }, |
1342 } | 1343 } |
OLD | NEW |