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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1089 'v8_inspector/public/V8ProfilerAgent.h', | 1089 'v8_inspector/public/V8ProfilerAgent.h', |
1090 'v8_inspector/public/V8RuntimeAgent.h', | 1090 'v8_inspector/public/V8RuntimeAgent.h', |
1091 'v8_inspector/public/V8StackTrace.h', | 1091 'v8_inspector/public/V8StackTrace.h', |
1092 'v8_inspector/public/V8ToProtocolValue.h', | 1092 'v8_inspector/public/V8ToProtocolValue.h', |
1093 'web_memory_allocator_dump_impl.cc', | 1093 'web_memory_allocator_dump_impl.cc', |
1094 'web_memory_allocator_dump_impl.h', | 1094 'web_memory_allocator_dump_impl.h', |
1095 'web_memory_dump_provider_adapter.cc', | 1095 'web_memory_dump_provider_adapter.cc', |
1096 'web_memory_dump_provider_adapter.h', | 1096 'web_memory_dump_provider_adapter.h', |
1097 'web_process_memory_dump_impl.cc', | 1097 'web_process_memory_dump_impl.cc', |
1098 'web_process_memory_dump_impl.h', | 1098 'web_process_memory_dump_impl.h', |
1099 'weborigin/DatabaseIdentifier.cpp', | |
1100 'weborigin/DatabaseIdentifier.h', | |
1101 'weborigin/KURL.cpp', | 1099 'weborigin/KURL.cpp', |
1102 'weborigin/KURL.h', | 1100 'weborigin/KURL.h', |
1103 'weborigin/KURLHash.h', | 1101 'weborigin/KURLHash.h', |
1104 'weborigin/KnownPorts.cpp', | 1102 'weborigin/KnownPorts.cpp', |
1105 'weborigin/KnownPorts.h', | 1103 'weborigin/KnownPorts.h', |
1106 'weborigin/OriginAccessEntry.cpp', | 1104 'weborigin/OriginAccessEntry.cpp', |
1107 'weborigin/OriginAccessEntry.h', | 1105 'weborigin/OriginAccessEntry.h', |
1108 'weborigin/Referrer.h', | 1106 'weborigin/Referrer.h', |
1109 'weborigin/ReferrerPolicy.h', | 1107 'weborigin/ReferrerPolicy.h', |
1110 'weborigin/SchemeRegistry.cpp', | 1108 'weborigin/SchemeRegistry.cpp', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1213 'text/BidiResolverTest.cpp', | 1211 'text/BidiResolverTest.cpp', |
1214 'text/DateTimeFormatTest.cpp', | 1212 'text/DateTimeFormatTest.cpp', |
1215 'text/LocaleToScriptMappingTest.cpp', | 1213 'text/LocaleToScriptMappingTest.cpp', |
1216 'text/SegmentedStringTest.cpp', | 1214 'text/SegmentedStringTest.cpp', |
1217 'text/TextBreakIteratorTest.cpp', | 1215 'text/TextBreakIteratorTest.cpp', |
1218 'text/UnicodeUtilitiesTest.cpp', | 1216 'text/UnicodeUtilitiesTest.cpp', |
1219 'transforms/TransformOperationsTest.cpp', | 1217 'transforms/TransformOperationsTest.cpp', |
1220 'transforms/TransformTestHelper.h', | 1218 'transforms/TransformTestHelper.h', |
1221 'transforms/TransformationMatrixTest.cpp', | 1219 'transforms/TransformationMatrixTest.cpp', |
1222 'web_process_memory_dump_impl_test.cc', | 1220 'web_process_memory_dump_impl_test.cc', |
1223 'weborigin/DatabaseIdentifierTest.cpp', | |
1224 'weborigin/KnownPortsTest.cpp', | 1221 'weborigin/KnownPortsTest.cpp', |
1225 'weborigin/KURLTest.cpp', | 1222 'weborigin/KURLTest.cpp', |
1226 'weborigin/OriginAccessEntryTest.cpp', | 1223 'weborigin/OriginAccessEntryTest.cpp', |
1227 'weborigin/SchemeRegistryTest.cpp', | 1224 'weborigin/SchemeRegistryTest.cpp', |
1228 'weborigin/SecurityOriginTest.cpp', | 1225 'weborigin/SecurityOriginTest.cpp', |
1229 'weborigin/SecurityPolicyTest.cpp', | 1226 'weborigin/SecurityPolicyTest.cpp', |
1230 ], | 1227 ], |
1231 # NOTE: These are legacy unit tests and tests that require a Platform | 1228 # NOTE: These are legacy unit tests and tests that require a Platform |
1232 # object. Do not add more unless the test requires a Platform object. | 1229 # object. Do not add more unless the test requires a Platform object. |
1233 # These tests are a part of the web:webkit_unit_tests binary. | 1230 # These tests are a part of the web:webkit_unit_tests binary. |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1290 ['OS!="mac"', | 1287 ['OS!="mac"', |
1291 { | 1288 { |
1292 'platform_test_files': [ | 1289 'platform_test_files': [ |
1293 'scroll/ScrollAnimatorTest.cpp', | 1290 'scroll/ScrollAnimatorTest.cpp', |
1294 ], | 1291 ], |
1295 } | 1292 } |
1296 ], | 1293 ], |
1297 ], | 1294 ], |
1298 }, | 1295 }, |
1299 } | 1296 } |
OLD | NEW |