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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 'v8_inspector/V8StringUtil.h', | 1059 'v8_inspector/V8StringUtil.h', |
1060 'v8_inspector/public/V8EventListenerInfo.h', | 1060 'v8_inspector/public/V8EventListenerInfo.h', |
1061 'v8_inspector/public/V8ContentSearchUtil.h', | 1061 'v8_inspector/public/V8ContentSearchUtil.h', |
1062 'v8_inspector/public/V8Debugger.h', | 1062 'v8_inspector/public/V8Debugger.h', |
1063 'v8_inspector/public/V8DebuggerAgent.h', | 1063 'v8_inspector/public/V8DebuggerAgent.h', |
1064 'v8_inspector/public/V8DebuggerClient.h', | 1064 'v8_inspector/public/V8DebuggerClient.h', |
1065 'v8_inspector/public/V8HeapProfilerAgent.h', | 1065 'v8_inspector/public/V8HeapProfilerAgent.h', |
1066 'v8_inspector/public/V8ProfilerAgent.h', | 1066 'v8_inspector/public/V8ProfilerAgent.h', |
1067 'v8_inspector/public/V8RuntimeAgent.h', | 1067 'v8_inspector/public/V8RuntimeAgent.h', |
1068 'v8_inspector/public/V8StackTrace.h', | 1068 'v8_inspector/public/V8StackTrace.h', |
| 1069 'web_memory_allocator_dump_impl.cc', |
| 1070 'web_memory_allocator_dump_impl.h', |
| 1071 'web_memory_dump_provider_adapter.cc', |
| 1072 'web_memory_dump_provider_adapter.h', |
| 1073 'web_process_memory_dump_impl.cc', |
| 1074 'web_process_memory_dump_impl.h', |
1069 'weborigin/DatabaseIdentifier.cpp', | 1075 'weborigin/DatabaseIdentifier.cpp', |
1070 'weborigin/DatabaseIdentifier.h', | 1076 'weborigin/DatabaseIdentifier.h', |
1071 'weborigin/KURL.cpp', | 1077 'weborigin/KURL.cpp', |
1072 'weborigin/KURL.h', | 1078 'weborigin/KURL.h', |
1073 'weborigin/KURLHash.h', | 1079 'weborigin/KURLHash.h', |
1074 'weborigin/KnownPorts.cpp', | 1080 'weborigin/KnownPorts.cpp', |
1075 'weborigin/KnownPorts.h', | 1081 'weborigin/KnownPorts.h', |
1076 'weborigin/OriginAccessEntry.cpp', | 1082 'weborigin/OriginAccessEntry.cpp', |
1077 'weborigin/OriginAccessEntry.h', | 1083 'weborigin/OriginAccessEntry.h', |
1078 'weborigin/Referrer.h', | 1084 'weborigin/Referrer.h', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1169 'testing/TreeTestHelpers.cpp', | 1175 'testing/TreeTestHelpers.cpp', |
1170 'testing/TreeTestHelpers.h', | 1176 'testing/TreeTestHelpers.h', |
1171 'text/BidiResolverTest.cpp', | 1177 'text/BidiResolverTest.cpp', |
1172 'text/DateTimeFormatTest.cpp', | 1178 'text/DateTimeFormatTest.cpp', |
1173 'text/LocaleToScriptMappingTest.cpp', | 1179 'text/LocaleToScriptMappingTest.cpp', |
1174 'text/SegmentedStringTest.cpp', | 1180 'text/SegmentedStringTest.cpp', |
1175 'text/UnicodeUtilitiesTest.cpp', | 1181 'text/UnicodeUtilitiesTest.cpp', |
1176 'transforms/TransformOperationsTest.cpp', | 1182 'transforms/TransformOperationsTest.cpp', |
1177 'transforms/TransformTestHelper.h', | 1183 'transforms/TransformTestHelper.h', |
1178 'transforms/TransformationMatrixTest.cpp', | 1184 'transforms/TransformationMatrixTest.cpp', |
| 1185 'web_process_memory_dump_impl_test.cc', |
1179 'weborigin/DatabaseIdentifierTest.cpp', | 1186 'weborigin/DatabaseIdentifierTest.cpp', |
1180 'weborigin/KnownPortsTest.cpp', | 1187 'weborigin/KnownPortsTest.cpp', |
1181 'weborigin/KURLTest.cpp', | 1188 'weborigin/KURLTest.cpp', |
1182 'weborigin/OriginAccessEntryTest.cpp', | 1189 'weborigin/OriginAccessEntryTest.cpp', |
1183 'weborigin/SchemeRegistryTest.cpp', | 1190 'weborigin/SchemeRegistryTest.cpp', |
1184 'weborigin/SecurityOriginTest.cpp', | 1191 'weborigin/SecurityOriginTest.cpp', |
1185 'weborigin/SecurityPolicyTest.cpp', | 1192 'weborigin/SecurityPolicyTest.cpp', |
1186 ], | 1193 ], |
1187 # NOTE: These are legacy unit tests and tests that require a Platform | 1194 # NOTE: These are legacy unit tests and tests that require a Platform |
1188 # object. Do not add more unless the test requires a Platform object. | 1195 # object. Do not add more unless the test requires a Platform object. |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1251 ['OS!="mac"', | 1258 ['OS!="mac"', |
1252 { | 1259 { |
1253 'platform_test_files': [ | 1260 'platform_test_files': [ |
1254 'scroll/ScrollAnimatorTest.cpp', | 1261 'scroll/ScrollAnimatorTest.cpp', |
1255 ], | 1262 ], |
1256 } | 1263 } |
1257 ], | 1264 ], |
1258 ], | 1265 ], |
1259 }, | 1266 }, |
1260 } | 1267 } |
OLD | NEW |