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