| 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 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 'transforms/TransformTestHelper.h', | 995 'transforms/TransformTestHelper.h', |
| 996 'transforms/TransformationMatrixTest.cpp', | 996 'transforms/TransformationMatrixTest.cpp', |
| 997 'weborigin/DatabaseIdentifierTest.cpp', | 997 'weborigin/DatabaseIdentifierTest.cpp', |
| 998 'weborigin/KnownPortsTest.cpp', | 998 'weborigin/KnownPortsTest.cpp', |
| 999 'weborigin/KURLTest.cpp', | 999 'weborigin/KURLTest.cpp', |
| 1000 'weborigin/OriginAccessEntryTest.cpp', | 1000 'weborigin/OriginAccessEntryTest.cpp', |
| 1001 'weborigin/SchemeRegistryTest.cpp', | 1001 'weborigin/SchemeRegistryTest.cpp', |
| 1002 'weborigin/SecurityOriginTest.cpp', | 1002 'weborigin/SecurityOriginTest.cpp', |
| 1003 'weborigin/SecurityPolicyTest.cpp', | 1003 'weborigin/SecurityPolicyTest.cpp', |
| 1004 ], | 1004 ], |
| 1005 # NOTE: these are legacy unit tests, do not add more! | 1005 # NOTE: These are legacy unit tests and tests that require a Platform |
| 1006 # object. Do not add more unless the test requires a Platform object. |
| 1007 # These tests are a part of the web:webkit_unit_tests binary. |
| 1006 'platform_web_unittest_files': [ | 1008 'platform_web_unittest_files': [ |
| 1009 'fonts/FontPlatformDataTest.cpp', |
| 1010 'fonts/TestFontSelector.h', |
| 1007 'graphics/BitmapImageTest.cpp', | 1011 'graphics/BitmapImageTest.cpp', |
| 1008 'graphics/Canvas2DLayerBridgeTest.cpp', | 1012 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1009 'graphics/Canvas2DLayerManagerTest.cpp', | 1013 'graphics/Canvas2DLayerManagerTest.cpp', |
| 1010 'graphics/DeferredImageDecoderTest.cpp', | 1014 'graphics/DeferredImageDecoderTest.cpp', |
| 1011 'graphics/GraphicsLayerTest.cpp', | 1015 'graphics/GraphicsLayerTest.cpp', |
| 1012 'graphics/ImageDecodingStoreTest.cpp', | 1016 'graphics/ImageDecodingStoreTest.cpp', |
| 1013 'graphics/ImageFrameGeneratorTest.cpp', | 1017 'graphics/ImageFrameGeneratorTest.cpp', |
| 1014 'graphics/ImageLayerChromiumTest.cpp', | 1018 'graphics/ImageLayerChromiumTest.cpp', |
| 1015 'graphics/test/MockImageDecoder.h', | 1019 'graphics/test/MockImageDecoder.h', |
| 1016 'graphics/test/MockWebGraphicsContext3D.h', | 1020 'graphics/test/MockWebGraphicsContext3D.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 1043 ['os_posix==1 and OS!="mac"', | 1047 ['os_posix==1 and OS!="mac"', |
| 1044 { | 1048 { |
| 1045 'platform_test_files': [ | 1049 'platform_test_files': [ |
| 1046 'text/LocaleICUTest.cpp', | 1050 'text/LocaleICUTest.cpp', |
| 1047 ], | 1051 ], |
| 1048 } | 1052 } |
| 1049 ], | 1053 ], |
| 1050 ], | 1054 ], |
| 1051 }, | 1055 }, |
| 1052 } | 1056 } |
| OLD | NEW |