Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: Source/core/core.gypi

Issue 1167583003: Move Resource subclasses out of fetch/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/clipboard/DataTransfer.cpp ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'layout/LayoutVideo.cpp', 723 'layout/LayoutVideo.cpp',
724 'layout/LayoutVideo.h', 724 'layout/LayoutVideo.h',
725 'layout/LayoutView.cpp', 725 'layout/LayoutView.cpp',
726 'layout/LayoutWordBreak.cpp', 726 'layout/LayoutWordBreak.cpp',
727 'layout/LayoutWordBreak.h', 727 'layout/LayoutWordBreak.h',
728 'layout/MultiColumnFragmentainerGroup.cpp', 728 'layout/MultiColumnFragmentainerGroup.cpp',
729 'layout/MultiColumnFragmentainerGroup.h', 729 'layout/MultiColumnFragmentainerGroup.h',
730 'layout/OverflowModel.h', 730 'layout/OverflowModel.h',
731 'layout/PendingSelection.cpp', 731 'layout/PendingSelection.cpp',
732 'layout/PendingSelection.h', 732 'layout/PendingSelection.h',
733 'layout/ResourceLoadPriorityOptimizer.cpp',
734 'layout/ResourceLoadPriorityOptimizer.h',
733 'layout/ScrollAlignment.cpp', 735 'layout/ScrollAlignment.cpp',
734 'layout/SubtreeLayoutScope.cpp', 736 'layout/SubtreeLayoutScope.cpp',
735 'layout/SubtreeLayoutScope.h', 737 'layout/SubtreeLayoutScope.h',
736 'layout/TableLayoutAlgorithm.h', 738 'layout/TableLayoutAlgorithm.h',
737 'layout/TableLayoutAlgorithmAuto.cpp', 739 'layout/TableLayoutAlgorithmAuto.cpp',
738 'layout/TableLayoutAlgorithmAuto.h', 740 'layout/TableLayoutAlgorithmAuto.h',
739 'layout/TableLayoutAlgorithmFixed.cpp', 741 'layout/TableLayoutAlgorithmFixed.cpp',
740 'layout/TableLayoutAlgorithmFixed.h', 742 'layout/TableLayoutAlgorithmFixed.h',
741 'layout/TextAutosizer.cpp', 743 'layout/TextAutosizer.cpp',
742 'layout/TextAutosizer.h', 744 'layout/TextAutosizer.h',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 'css/CSSSelector.cpp', 1117 'css/CSSSelector.cpp',
1116 'css/CSSSelectorList.cpp', 1118 'css/CSSSelectorList.cpp',
1117 'css/CSSSelectorList.h', 1119 'css/CSSSelectorList.h',
1118 'css/CSSShadowValue.cpp', 1120 'css/CSSShadowValue.cpp',
1119 'css/CSSShadowValue.h', 1121 'css/CSSShadowValue.h',
1120 'css/CSSStyleDeclaration.h', 1122 'css/CSSStyleDeclaration.h',
1121 'css/CSSStyleRule.cpp', 1123 'css/CSSStyleRule.cpp',
1122 'css/CSSStyleRule.h', 1124 'css/CSSStyleRule.h',
1123 'css/CSSStyleSheet.cpp', 1125 'css/CSSStyleSheet.cpp',
1124 'css/CSSStyleSheet.h', 1126 'css/CSSStyleSheet.h',
1127 'css/CSSStyleSheetResource.cpp',
1128 'css/CSSStyleSheetResource.h',
1125 'css/CSSSupportsRule.cpp', 1129 'css/CSSSupportsRule.cpp',
1126 'css/CSSSupportsRule.h', 1130 'css/CSSSupportsRule.h',
1127 'css/CSSTimingFunctionValue.cpp', 1131 'css/CSSTimingFunctionValue.cpp',
1128 'css/CSSTimingFunctionValue.h', 1132 'css/CSSTimingFunctionValue.h',
1129 'css/CSSToLengthConversionData.cpp', 1133 'css/CSSToLengthConversionData.cpp',
1130 'css/CSSToLengthConversionData.h', 1134 'css/CSSToLengthConversionData.h',
1131 'css/CSSUnicodeRangeValue.cpp', 1135 'css/CSSUnicodeRangeValue.cpp',
1132 'css/CSSUnicodeRangeValue.h', 1136 'css/CSSUnicodeRangeValue.h',
1133 'css/CSSUnsetValue.cpp', 1137 'css/CSSUnsetValue.cpp',
1134 'css/CSSUnsetValue.h', 1138 'css/CSSUnsetValue.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 'editing/UnlinkCommand.cpp', 1423 'editing/UnlinkCommand.cpp',
1420 'editing/UnlinkCommand.h', 1424 'editing/UnlinkCommand.h',
1421 'editing/VisiblePosition.cpp', 1425 'editing/VisiblePosition.cpp',
1422 'editing/VisibleSelection.cpp', 1426 'editing/VisibleSelection.cpp',
1423 'editing/VisibleUnits.cpp', 1427 'editing/VisibleUnits.cpp',
1424 'editing/WrapContentsInDummySpanCommand.cpp', 1428 'editing/WrapContentsInDummySpanCommand.cpp',
1425 'editing/WrapContentsInDummySpanCommand.h', 1429 'editing/WrapContentsInDummySpanCommand.h',
1426 'editing/htmlediting.cpp', 1430 'editing/htmlediting.cpp',
1427 'editing/markup.cpp', 1431 'editing/markup.cpp',
1428 'fetch/AccessControlStatus.h', 1432 'fetch/AccessControlStatus.h',
1429 'fetch/CSSStyleSheetResource.cpp',
1430 'fetch/CSSStyleSheetResource.h',
1431 'fetch/CachedMetadata.h', 1433 'fetch/CachedMetadata.h',
1432 'fetch/CachedMetadataHandler.h', 1434 'fetch/CachedMetadataHandler.h',
1433 'fetch/ClientHintsPreferences.cpp', 1435 'fetch/ClientHintsPreferences.cpp',
1434 'fetch/ClientHintsPreferences.h', 1436 'fetch/ClientHintsPreferences.h',
1435 'fetch/CrossOriginAccessControl.cpp', 1437 'fetch/CrossOriginAccessControl.cpp',
1436 'fetch/CrossOriginAccessControl.h', 1438 'fetch/CrossOriginAccessControl.h',
1437 'fetch/DocumentResource.cpp',
1438 'fetch/DocumentResource.h',
1439 'fetch/DocumentResourceReference.h',
1440 'fetch/FetchContext.cpp', 1439 'fetch/FetchContext.cpp',
1441 'fetch/FetchContext.h', 1440 'fetch/FetchContext.h',
1442 'fetch/FetchInitiatorInfo.h', 1441 'fetch/FetchInitiatorInfo.h',
1443 'fetch/FetchRequest.cpp', 1442 'fetch/FetchRequest.cpp',
1444 'fetch/FetchRequest.h', 1443 'fetch/FetchRequest.h',
1445 'fetch/FetchUtils.cpp', 1444 'fetch/FetchUtils.cpp',
1446 'fetch/FetchUtils.h', 1445 'fetch/FetchUtils.h',
1447 'fetch/FontResource.cpp', 1446 'fetch/FontResource.cpp',
1448 'fetch/FontResource.h', 1447 'fetch/FontResource.h',
1449 'fetch/ImageResource.cpp',
1450 'fetch/ImageResource.h',
1451 'fetch/LinkFetchResource.cpp', 1448 'fetch/LinkFetchResource.cpp',
1452 'fetch/LinkFetchResource.h', 1449 'fetch/LinkFetchResource.h',
1453 'fetch/MemoryCache.cpp', 1450 'fetch/MemoryCache.cpp',
1454 'fetch/MemoryCache.h', 1451 'fetch/MemoryCache.h',
1455 'fetch/RawResource.cpp', 1452 'fetch/RawResource.cpp',
1456 'fetch/RawResource.h', 1453 'fetch/RawResource.h',
1457 'fetch/Resource.cpp', 1454 'fetch/Resource.cpp',
1458 'fetch/Resource.h', 1455 'fetch/Resource.h',
1459 'fetch/ResourceClientWalker.h', 1456 'fetch/ResourceClientWalker.h',
1460 'fetch/ResourceFetcher.cpp', 1457 'fetch/ResourceFetcher.cpp',
1461 'fetch/ResourceFetcher.h', 1458 'fetch/ResourceFetcher.h',
1462 'fetch/ResourceLoadPriorityOptimizer.cpp',
1463 'fetch/ResourceLoadPriorityOptimizer.h',
1464 'fetch/ResourceLoader.cpp', 1459 'fetch/ResourceLoader.cpp',
1465 'fetch/ResourceLoader.h', 1460 'fetch/ResourceLoader.h',
1466 'fetch/ResourceLoaderOptions.h', 1461 'fetch/ResourceLoaderOptions.h',
1467 'fetch/ResourceLoaderSet.cpp', 1462 'fetch/ResourceLoaderSet.cpp',
1468 'fetch/ResourceLoaderSet.h', 1463 'fetch/ResourceLoaderSet.h',
1469 'fetch/ResourcePtr.cpp', 1464 'fetch/ResourcePtr.cpp',
1470 'fetch/ResourcePtr.h', 1465 'fetch/ResourcePtr.h',
1471 'fetch/ScriptResource.cpp',
1472 'fetch/ScriptResource.h',
1473 'fetch/SubstituteData.h', 1466 'fetch/SubstituteData.h',
1474 'fetch/TextResource.cpp',
1475 'fetch/TextResource.h',
1476 'fetch/UniqueIdentifier.cpp', 1467 'fetch/UniqueIdentifier.cpp',
1477 'fetch/UniqueIdentifier.h', 1468 'fetch/UniqueIdentifier.h',
1478 'fetch/XSLStyleSheetResource.cpp',
1479 'fetch/XSLStyleSheetResource.h',
1480 'fileapi/Blob.cpp', 1469 'fileapi/Blob.cpp',
1481 'fileapi/Blob.h', 1470 'fileapi/Blob.h',
1482 'fileapi/File.cpp', 1471 'fileapi/File.cpp',
1483 'fileapi/File.h', 1472 'fileapi/File.h',
1484 'fileapi/FileError.cpp', 1473 'fileapi/FileError.cpp',
1485 'fileapi/FileError.h', 1474 'fileapi/FileError.h',
1486 'fileapi/FileList.cpp', 1475 'fileapi/FileList.cpp',
1487 'fileapi/FileList.h', 1476 'fileapi/FileList.h',
1488 'fileapi/FileReader.cpp', 1477 'fileapi/FileReader.cpp',
1489 'fileapi/FileReader.h', 1478 'fileapi/FileReader.h',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 'xml/XPathUtil.cpp', 2107 'xml/XPathUtil.cpp',
2119 'xml/XPathUtil.h', 2108 'xml/XPathUtil.h',
2120 'xml/XPathValue.cpp', 2109 'xml/XPathValue.cpp',
2121 'xml/XPathValue.h', 2110 'xml/XPathValue.h',
2122 'xml/XPathVariableReference.cpp', 2111 'xml/XPathVariableReference.cpp',
2123 'xml/XPathVariableReference.h', 2112 'xml/XPathVariableReference.h',
2124 'xml/XSLImportRule.cpp', 2113 'xml/XSLImportRule.cpp',
2125 'xml/XSLImportRule.h', 2114 'xml/XSLImportRule.h',
2126 'xml/XSLStyleSheet.h', 2115 'xml/XSLStyleSheet.h',
2127 'xml/XSLStyleSheetLibxslt.cpp', 2116 'xml/XSLStyleSheetLibxslt.cpp',
2117 'xml/XSLStyleSheetResource.cpp',
2118 'xml/XSLStyleSheetResource.h',
2128 'xml/XSLTExtensions.cpp', 2119 'xml/XSLTExtensions.cpp',
2129 'xml/XSLTExtensions.h', 2120 'xml/XSLTExtensions.h',
2130 'xml/XSLTProcessor.cpp', 2121 'xml/XSLTProcessor.cpp',
2131 'xml/XSLTProcessor.h', 2122 'xml/XSLTProcessor.h',
2132 'xml/XSLTProcessorLibxslt.cpp', 2123 'xml/XSLTProcessorLibxslt.cpp',
2133 'xml/XSLTUnicodeSort.cpp', 2124 'xml/XSLTUnicodeSort.cpp',
2134 'xml/XSLTUnicodeSort.h', 2125 'xml/XSLTUnicodeSort.h',
2135 'xml/parser/MarkupTokenizerInlines.h', 2126 'xml/parser/MarkupTokenizerInlines.h',
2136 'xml/parser/SharedBufferReader.cpp', 2127 'xml/parser/SharedBufferReader.cpp',
2137 'xml/parser/SharedBufferReader.h', 2128 'xml/parser/SharedBufferReader.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 'dom/Fullscreen.cpp', 2273 'dom/Fullscreen.cpp',
2283 'dom/Fullscreen.h', 2274 'dom/Fullscreen.h',
2284 'dom/GlobalEventHandlers.h', 2275 'dom/GlobalEventHandlers.h',
2285 'dom/IconURL.cpp', 2276 'dom/IconURL.cpp',
2286 'dom/IconURL.h', 2277 'dom/IconURL.h',
2287 'dom/IdTargetObserver.cpp', 2278 'dom/IdTargetObserver.cpp',
2288 'dom/IdTargetObserver.h', 2279 'dom/IdTargetObserver.h',
2289 'dom/IdTargetObserverRegistry.cpp', 2280 'dom/IdTargetObserverRegistry.cpp',
2290 'dom/IdTargetObserverRegistry.h', 2281 'dom/IdTargetObserverRegistry.h',
2291 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2282 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2283 'dom/ImageResource.cpp',
2284 'dom/ImageResource.h',
2285 'dom/ImageResourceClient.h',
2292 'dom/IncrementLoadEventDelayCount.cpp', 2286 'dom/IncrementLoadEventDelayCount.cpp',
2293 'dom/IncrementLoadEventDelayCount.h', 2287 'dom/IncrementLoadEventDelayCount.h',
2294 'dom/Iterator.h', 2288 'dom/Iterator.h',
2295 'dom/LayoutTreeBuilder.cpp', 2289 'dom/LayoutTreeBuilder.cpp',
2296 'dom/LayoutTreeBuilder.h', 2290 'dom/LayoutTreeBuilder.h',
2297 'dom/LayoutTreeBuilderTraversal.cpp', 2291 'dom/LayoutTreeBuilderTraversal.cpp',
2298 'dom/LayoutTreeBuilderTraversal.h', 2292 'dom/LayoutTreeBuilderTraversal.h',
2299 'dom/LiveNodeList.cpp', 2293 'dom/LiveNodeList.cpp',
2300 'dom/LiveNodeList.h', 2294 'dom/LiveNodeList.h',
2301 'dom/LiveNodeListBase.cpp', 2295 'dom/LiveNodeListBase.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2354 'dom/QualifiedName.cpp', 2348 'dom/QualifiedName.cpp',
2355 'dom/Range.cpp', 2349 'dom/Range.cpp',
2356 'dom/RawDataDocumentParser.h', 2350 'dom/RawDataDocumentParser.h',
2357 'dom/RemoteSecurityContext.cpp', 2351 'dom/RemoteSecurityContext.cpp',
2358 'dom/RemoteSecurityContext.h', 2352 'dom/RemoteSecurityContext.h',
2359 'dom/SandboxFlags.cpp', 2353 'dom/SandboxFlags.cpp',
2360 'dom/SandboxFlags.h', 2354 'dom/SandboxFlags.h',
2361 'dom/ScopedWindowFocusAllowedIndicator.h', 2355 'dom/ScopedWindowFocusAllowedIndicator.h',
2362 'dom/ScriptLoader.cpp', 2356 'dom/ScriptLoader.cpp',
2363 'dom/ScriptLoader.h', 2357 'dom/ScriptLoader.h',
2358 'dom/ScriptResource.cpp',
2359 'dom/ScriptResource.h',
2364 'dom/ScriptRunner.cpp', 2360 'dom/ScriptRunner.cpp',
2365 'dom/ScriptRunner.h', 2361 'dom/ScriptRunner.h',
2366 'dom/ScriptableDocumentParser.cpp', 2362 'dom/ScriptableDocumentParser.cpp',
2367 'dom/ScriptableDocumentParser.h', 2363 'dom/ScriptableDocumentParser.h',
2368 'dom/ScriptedAnimationController.cpp', 2364 'dom/ScriptedAnimationController.cpp',
2369 'dom/ScriptedAnimationController.h', 2365 'dom/ScriptedAnimationController.h',
2370 'dom/SecurityContext.cpp', 2366 'dom/SecurityContext.cpp',
2371 'dom/SecurityContext.h', 2367 'dom/SecurityContext.h',
2372 'dom/SelectorQuery.cpp', 2368 'dom/SelectorQuery.cpp',
2373 'dom/SelectorQuery.h', 2369 'dom/SelectorQuery.h',
2374 'dom/ShadowTreeStyleSheetCollection.cpp', 2370 'dom/ShadowTreeStyleSheetCollection.cpp',
2375 'dom/ShadowTreeStyleSheetCollection.h', 2371 'dom/ShadowTreeStyleSheetCollection.h',
2376 'dom/SimulatedClickOptions.h', 2372 'dom/SimulatedClickOptions.h',
2377 'dom/SpaceSplitString.cpp', 2373 'dom/SpaceSplitString.cpp',
2378 'dom/StaticNodeList.h', 2374 'dom/StaticNodeList.h',
2379 'dom/StringCallback.cpp', 2375 'dom/StringCallback.cpp',
2380 'dom/StringCallback.h', 2376 'dom/StringCallback.h',
2381 'dom/StyleChangeReason.cpp', 2377 'dom/StyleChangeReason.cpp',
2382 'dom/StyleChangeReason.h', 2378 'dom/StyleChangeReason.h',
2383 'dom/StyleElement.cpp', 2379 'dom/StyleElement.cpp',
2384 'dom/StyleElement.h', 2380 'dom/StyleElement.h',
2385 'dom/StyleEngine.cpp', 2381 'dom/StyleEngine.cpp',
2386 'dom/StyleEngine.h', 2382 'dom/StyleEngine.h',
2387 'dom/StyleSheetCandidate.cpp', 2383 'dom/StyleSheetCandidate.cpp',
2388 'dom/StyleSheetCandidate.h', 2384 'dom/StyleSheetCandidate.h',
2389 'dom/StyleSheetCollection.cpp', 2385 'dom/StyleSheetCollection.cpp',
2390 'dom/StyleSheetCollection.h', 2386 'dom/StyleSheetCollection.h',
2387 'dom/StyleSheetResource.h',
2388 'dom/StyleSheetResourceClient.h',
2391 'dom/TagCollection.cpp', 2389 'dom/TagCollection.cpp',
2392 'dom/TagCollection.h', 2390 'dom/TagCollection.h',
2393 'dom/Text.cpp', 2391 'dom/Text.cpp',
2394 'dom/TextLinkColors.cpp', 2392 'dom/TextLinkColors.cpp',
2395 'dom/TextLinkColors.h', 2393 'dom/TextLinkColors.h',
2394 'dom/TextResource.cpp',
2395 'dom/TextResource.h',
2396 'dom/Touch.cpp', 2396 'dom/Touch.cpp',
2397 'dom/Touch.h', 2397 'dom/Touch.h',
2398 'dom/TouchList.cpp', 2398 'dom/TouchList.cpp',
2399 'dom/TouchList.h', 2399 'dom/TouchList.h',
2400 'dom/TransformSource.h', 2400 'dom/TransformSource.h',
2401 'dom/TransformSourceLibxslt.cpp', 2401 'dom/TransformSourceLibxslt.cpp',
2402 'dom/TreeScope.cpp', 2402 'dom/TreeScope.cpp',
2403 'dom/TreeScope.h', 2403 'dom/TreeScope.h',
2404 'dom/TreeScopeAdopter.cpp', 2404 'dom/TreeScopeAdopter.cpp',
2405 'dom/TreeScopeAdopter.h', 2405 'dom/TreeScopeAdopter.h',
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'layout/svg/SVGTextLayoutEngineSpacing.cpp', 3257 'layout/svg/SVGTextLayoutEngineSpacing.cpp',
3258 'layout/svg/SVGTextLayoutEngineSpacing.h', 3258 'layout/svg/SVGTextLayoutEngineSpacing.h',
3259 'layout/svg/SVGTextMetrics.cpp', 3259 'layout/svg/SVGTextMetrics.cpp',
3260 'layout/svg/SVGTextMetrics.h', 3260 'layout/svg/SVGTextMetrics.h',
3261 'layout/svg/SVGTextMetricsBuilder.cpp', 3261 'layout/svg/SVGTextMetricsBuilder.cpp',
3262 'layout/svg/SVGTextMetricsBuilder.h', 3262 'layout/svg/SVGTextMetricsBuilder.h',
3263 'layout/svg/SVGTextQuery.cpp', 3263 'layout/svg/SVGTextQuery.cpp',
3264 'layout/svg/SVGTextQuery.h', 3264 'layout/svg/SVGTextQuery.h',
3265 'svg/ColorDistance.cpp', 3265 'svg/ColorDistance.cpp',
3266 'svg/ColorDistance.h', 3266 'svg/ColorDistance.h',
3267 'svg/DocumentResource.cpp',
3268 'svg/DocumentResource.h',
3269 'svg/DocumentResourceReference.h',
3267 'svg/GradientAttributes.h', 3270 'svg/GradientAttributes.h',
3268 'svg/LinearGradientAttributes.h', 3271 'svg/LinearGradientAttributes.h',
3269 'svg/PatternAttributes.h', 3272 'svg/PatternAttributes.h',
3270 'svg/RadialGradientAttributes.h', 3273 'svg/RadialGradientAttributes.h',
3271 'svg/SVGAElement.cpp', 3274 'svg/SVGAElement.cpp',
3272 'svg/SVGAElement.h', 3275 'svg/SVGAElement.h',
3273 'svg/SVGAngle.cpp', 3276 'svg/SVGAngle.cpp',
3274 'svg/SVGAngleTearOff.cpp', 3277 'svg/SVGAngleTearOff.cpp',
3275 'svg/SVGAnimateElement.cpp', 3278 'svg/SVGAnimateElement.cpp',
3276 'svg/SVGAnimateElement.h', 3279 'svg/SVGAnimateElement.h',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
3859 'css/parser/MediaConditionTest.cpp', 3862 'css/parser/MediaConditionTest.cpp',
3860 'css/parser/SizesAttributeParserTest.cpp', 3863 'css/parser/SizesAttributeParserTest.cpp',
3861 'css/parser/SizesCalcParserTest.cpp', 3864 'css/parser/SizesCalcParserTest.cpp',
3862 'css/resolver/FontBuilderTest.cpp', 3865 'css/resolver/FontBuilderTest.cpp',
3863 'dom/ActiveDOMObjectTest.cpp', 3866 'dom/ActiveDOMObjectTest.cpp',
3864 'dom/AttrTest.cpp', 3867 'dom/AttrTest.cpp',
3865 'dom/CrossThreadTaskTest.cpp', 3868 'dom/CrossThreadTaskTest.cpp',
3866 'dom/DOMImplementationTest.cpp', 3869 'dom/DOMImplementationTest.cpp',
3867 'dom/DocumentMarkerControllerTest.cpp', 3870 'dom/DocumentMarkerControllerTest.cpp',
3868 'dom/DocumentTest.cpp', 3871 'dom/DocumentTest.cpp',
3872 'dom/ImageResourceTest.cpp',
3869 'dom/MainThreadTaskRunnerTest.cpp', 3873 'dom/MainThreadTaskRunnerTest.cpp',
3870 'dom/NthIndexCacheTest.cpp', 3874 'dom/NthIndexCacheTest.cpp',
3871 'dom/RangeTest.cpp', 3875 'dom/RangeTest.cpp',
3872 'dom/ScriptRunnerTest.cpp', 3876 'dom/ScriptRunnerTest.cpp',
3873 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3877 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3874 'dom/TreeScopeTest.cpp', 3878 'dom/TreeScopeTest.cpp',
3875 'dom/shadow/ComposedTreeTraversalTest.cpp', 3879 'dom/shadow/ComposedTreeTraversalTest.cpp',
3876 'editing/CompositionUnderlineRangeFilterTest.cpp', 3880 'editing/CompositionUnderlineRangeFilterTest.cpp',
3877 'editing/FrameSelectionTest.cpp', 3881 'editing/FrameSelectionTest.cpp',
3878 'editing/GranularityStrategyTest.cpp', 3882 'editing/GranularityStrategyTest.cpp',
3879 'editing/InputMethodControllerTest.cpp', 3883 'editing/InputMethodControllerTest.cpp',
3880 'editing/iterators/TextIteratorTest.cpp', 3884 'editing/iterators/TextIteratorTest.cpp',
3881 'editing/StyledMarkupSerializerTest.cpp', 3885 'editing/StyledMarkupSerializerTest.cpp',
3882 'editing/SurroundingTextTest.cpp', 3886 'editing/SurroundingTextTest.cpp',
3883 'editing/VisibleSelectionTest.cpp', 3887 'editing/VisibleSelectionTest.cpp',
3884 'events/EventPathTest.cpp', 3888 'events/EventPathTest.cpp',
3885 'fetch/CachingCorrectnessTest.cpp', 3889 'fetch/CachingCorrectnessTest.cpp',
3886 'fetch/ClientHintsPreferencesTest.cpp', 3890 'fetch/ClientHintsPreferencesTest.cpp',
3887 'fetch/ImageResourceTest.cpp',
3888 'fetch/MemoryCacheTest.cpp', 3891 'fetch/MemoryCacheTest.cpp',
3889 'fetch/RawResourceTest.cpp', 3892 'fetch/RawResourceTest.cpp',
3890 'fetch/ResourceFetcherTest.cpp', 3893 'fetch/ResourceFetcherTest.cpp',
3891 'fetch/ResourceLoaderOptionsTest.cpp', 3894 'fetch/ResourceLoaderOptionsTest.cpp',
3892 'fetch/ResourceTest.cpp', 3895 'fetch/ResourceTest.cpp',
3893 'fileapi/FileListTest.cpp', 3896 'fileapi/FileListTest.cpp',
3894 'fileapi/FileTest.cpp', 3897 'fileapi/FileTest.cpp',
3895 'frame/ImageBitmapTest.cpp', 3898 'frame/ImageBitmapTest.cpp',
3896 'frame/OriginsUsingFeaturesTest.cpp', 3899 'frame/OriginsUsingFeaturesTest.cpp',
3897 'frame/RootFrameViewportTest.cpp', 3900 'frame/RootFrameViewportTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
3952 'style/OutlineValueTest.cpp', 3955 'style/OutlineValueTest.cpp',
3953 'style/SVGComputedStyleTest.cpp', 3956 'style/SVGComputedStyleTest.cpp',
3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3957 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3955 'testing/PrivateScriptTestTest.cpp', 3958 'testing/PrivateScriptTestTest.cpp',
3956 'timing/MemoryInfoTest.cpp', 3959 'timing/MemoryInfoTest.cpp',
3957 'workers/WorkerThreadTest.cpp', 3960 'workers/WorkerThreadTest.cpp',
3958 'xml/parser/SharedBufferReaderTest.cpp', 3961 'xml/parser/SharedBufferReaderTest.cpp',
3959 ], 3962 ],
3960 } 3963 }
3961 } 3964 }
OLDNEW
« no previous file with comments | « Source/core/clipboard/DataTransfer.cpp ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698