| 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 'BackgroundTask.cpp', |
| 9 'BackgroundTask.h', |
| 8 'CalculationValue.h', | 10 'CalculationValue.h', |
| 9 'CheckedInt.h', | 11 'CheckedInt.h', |
| 10 'Clock.cpp', | 12 'Clock.cpp', |
| 11 'Clock.h', | 13 'Clock.h', |
| 12 'ContentDecryptionModuleResult.h', | 14 'ContentDecryptionModuleResult.h', |
| 13 'ContentSettingCallbacks.cpp', | 15 'ContentSettingCallbacks.cpp', |
| 14 'ContentSettingCallbacks.h', | 16 'ContentSettingCallbacks.h', |
| 15 'ContentType.cpp', | 17 'ContentType.cpp', |
| 16 'ContentType.h', | 18 'ContentType.h', |
| 17 'ContextMenu.cpp', | 19 'ContextMenu.cpp', |
| (...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 'weborigin/KURLTest.cpp', | 1052 'weborigin/KURLTest.cpp', |
| 1051 'weborigin/OriginAccessEntryTest.cpp', | 1053 'weborigin/OriginAccessEntryTest.cpp', |
| 1052 'weborigin/SchemeRegistryTest.cpp', | 1054 'weborigin/SchemeRegistryTest.cpp', |
| 1053 'weborigin/SecurityOriginTest.cpp', | 1055 'weborigin/SecurityOriginTest.cpp', |
| 1054 'weborigin/SecurityPolicyTest.cpp', | 1056 'weborigin/SecurityPolicyTest.cpp', |
| 1055 ], | 1057 ], |
| 1056 # NOTE: These are legacy unit tests and tests that require a Platform | 1058 # NOTE: These are legacy unit tests and tests that require a Platform |
| 1057 # object. Do not add more unless the test requires a Platform object. | 1059 # object. Do not add more unless the test requires a Platform object. |
| 1058 # These tests are a part of the web:webkit_unit_tests binary. | 1060 # These tests are a part of the web:webkit_unit_tests binary. |
| 1059 'platform_web_unittest_files': [ | 1061 'platform_web_unittest_files': [ |
| 1062 'BackgroundTaskTest.cpp', |
| 1060 'fonts/FontPlatformDataTest.cpp', | 1063 'fonts/FontPlatformDataTest.cpp', |
| 1061 'fonts/TestFontSelector.h', | 1064 'fonts/TestFontSelector.h', |
| 1062 'graphics/BitmapImageTest.cpp', | 1065 'graphics/BitmapImageTest.cpp', |
| 1063 'graphics/Canvas2DLayerBridgeTest.cpp', | 1066 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1064 'graphics/DeferredImageDecoderTest.cpp', | 1067 'graphics/DeferredImageDecoderTest.cpp', |
| 1065 'graphics/GraphicsLayerTest.cpp', | 1068 'graphics/GraphicsLayerTest.cpp', |
| 1066 'graphics/ImageDecodingStoreTest.cpp', | 1069 'graphics/ImageDecodingStoreTest.cpp', |
| 1067 'graphics/ImageFrameGeneratorTest.cpp', | 1070 'graphics/ImageFrameGeneratorTest.cpp', |
| 1068 'graphics/ImageLayerChromiumTest.cpp', | 1071 'graphics/ImageLayerChromiumTest.cpp', |
| 1069 'graphics/test/MockImageDecoder.h', | 1072 'graphics/test/MockImageDecoder.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1118 ['OS!="mac"', | 1121 ['OS!="mac"', |
| 1119 { | 1122 { |
| 1120 'platform_test_files': [ | 1123 'platform_test_files': [ |
| 1121 'scroll/ScrollAnimatorTest.cpp', | 1124 'scroll/ScrollAnimatorTest.cpp', |
| 1122 ], | 1125 ], |
| 1123 } | 1126 } |
| 1124 ], | 1127 ], |
| 1125 ], | 1128 ], |
| 1126 }, | 1129 }, |
| 1127 } | 1130 } |
| OLD | NEW |