| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index b53e925d69504949134bd4b4a1bc8816167daada..c0ab85b71556121b4f7b47ccc4cd7c65c9973865 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -730,6 +730,8 @@
|
| 'layout/OverflowModel.h',
|
| 'layout/PendingSelection.cpp',
|
| 'layout/PendingSelection.h',
|
| + 'layout/ResourceLoadPriorityOptimizer.cpp',
|
| + 'layout/ResourceLoadPriorityOptimizer.h',
|
| 'layout/ScrollAlignment.cpp',
|
| 'layout/SubtreeLayoutScope.cpp',
|
| 'layout/SubtreeLayoutScope.h',
|
| @@ -1122,6 +1124,8 @@
|
| 'css/CSSStyleRule.h',
|
| 'css/CSSStyleSheet.cpp',
|
| 'css/CSSStyleSheet.h',
|
| + 'css/CSSStyleSheetResource.cpp',
|
| + 'css/CSSStyleSheetResource.h',
|
| 'css/CSSSupportsRule.cpp',
|
| 'css/CSSSupportsRule.h',
|
| 'css/CSSTimingFunctionValue.cpp',
|
| @@ -1426,17 +1430,12 @@
|
| 'editing/htmlediting.cpp',
|
| 'editing/markup.cpp',
|
| 'fetch/AccessControlStatus.h',
|
| - 'fetch/CSSStyleSheetResource.cpp',
|
| - 'fetch/CSSStyleSheetResource.h',
|
| 'fetch/CachedMetadata.h',
|
| 'fetch/CachedMetadataHandler.h',
|
| 'fetch/ClientHintsPreferences.cpp',
|
| 'fetch/ClientHintsPreferences.h',
|
| 'fetch/CrossOriginAccessControl.cpp',
|
| 'fetch/CrossOriginAccessControl.h',
|
| - 'fetch/DocumentResource.cpp',
|
| - 'fetch/DocumentResource.h',
|
| - 'fetch/DocumentResourceReference.h',
|
| 'fetch/FetchContext.cpp',
|
| 'fetch/FetchContext.h',
|
| 'fetch/FetchInitiatorInfo.h',
|
| @@ -1446,8 +1445,6 @@
|
| 'fetch/FetchUtils.h',
|
| 'fetch/FontResource.cpp',
|
| 'fetch/FontResource.h',
|
| - 'fetch/ImageResource.cpp',
|
| - 'fetch/ImageResource.h',
|
| 'fetch/LinkFetchResource.cpp',
|
| 'fetch/LinkFetchResource.h',
|
| 'fetch/MemoryCache.cpp',
|
| @@ -1459,8 +1456,6 @@
|
| 'fetch/ResourceClientWalker.h',
|
| 'fetch/ResourceFetcher.cpp',
|
| 'fetch/ResourceFetcher.h',
|
| - 'fetch/ResourceLoadPriorityOptimizer.cpp',
|
| - 'fetch/ResourceLoadPriorityOptimizer.h',
|
| 'fetch/ResourceLoader.cpp',
|
| 'fetch/ResourceLoader.h',
|
| 'fetch/ResourceLoaderOptions.h',
|
| @@ -1468,15 +1463,9 @@
|
| 'fetch/ResourceLoaderSet.h',
|
| 'fetch/ResourcePtr.cpp',
|
| 'fetch/ResourcePtr.h',
|
| - 'fetch/ScriptResource.cpp',
|
| - 'fetch/ScriptResource.h',
|
| 'fetch/SubstituteData.h',
|
| - 'fetch/TextResource.cpp',
|
| - 'fetch/TextResource.h',
|
| 'fetch/UniqueIdentifier.cpp',
|
| 'fetch/UniqueIdentifier.h',
|
| - 'fetch/XSLStyleSheetResource.cpp',
|
| - 'fetch/XSLStyleSheetResource.h',
|
| 'fileapi/Blob.cpp',
|
| 'fileapi/Blob.h',
|
| 'fileapi/File.cpp',
|
| @@ -2125,6 +2114,8 @@
|
| 'xml/XSLImportRule.h',
|
| 'xml/XSLStyleSheet.h',
|
| 'xml/XSLStyleSheetLibxslt.cpp',
|
| + 'xml/XSLStyleSheetResource.cpp',
|
| + 'xml/XSLStyleSheetResource.h',
|
| 'xml/XSLTExtensions.cpp',
|
| 'xml/XSLTExtensions.h',
|
| 'xml/XSLTProcessor.cpp',
|
| @@ -2289,6 +2280,9 @@
|
| 'dom/IdTargetObserverRegistry.cpp',
|
| 'dom/IdTargetObserverRegistry.h',
|
| 'dom/IgnoreDestructiveWriteCountIncrementer.h',
|
| + 'dom/ImageResource.cpp',
|
| + 'dom/ImageResource.h',
|
| + 'dom/ImageResourceClient.h',
|
| 'dom/IncrementLoadEventDelayCount.cpp',
|
| 'dom/IncrementLoadEventDelayCount.h',
|
| 'dom/Iterator.h',
|
| @@ -2361,6 +2355,8 @@
|
| 'dom/ScopedWindowFocusAllowedIndicator.h',
|
| 'dom/ScriptLoader.cpp',
|
| 'dom/ScriptLoader.h',
|
| + 'dom/ScriptResource.cpp',
|
| + 'dom/ScriptResource.h',
|
| 'dom/ScriptRunner.cpp',
|
| 'dom/ScriptRunner.h',
|
| 'dom/ScriptableDocumentParser.cpp',
|
| @@ -2388,11 +2384,15 @@
|
| 'dom/StyleSheetCandidate.h',
|
| 'dom/StyleSheetCollection.cpp',
|
| 'dom/StyleSheetCollection.h',
|
| + 'dom/StyleSheetResource.h',
|
| + 'dom/StyleSheetResourceClient.h',
|
| 'dom/TagCollection.cpp',
|
| 'dom/TagCollection.h',
|
| 'dom/Text.cpp',
|
| 'dom/TextLinkColors.cpp',
|
| 'dom/TextLinkColors.h',
|
| + 'dom/TextResource.cpp',
|
| + 'dom/TextResource.h',
|
| 'dom/Touch.cpp',
|
| 'dom/Touch.h',
|
| 'dom/TouchList.cpp',
|
| @@ -3264,6 +3264,9 @@
|
| 'layout/svg/SVGTextQuery.h',
|
| 'svg/ColorDistance.cpp',
|
| 'svg/ColorDistance.h',
|
| + 'svg/DocumentResource.cpp',
|
| + 'svg/DocumentResource.h',
|
| + 'svg/DocumentResourceReference.h',
|
| 'svg/GradientAttributes.h',
|
| 'svg/LinearGradientAttributes.h',
|
| 'svg/PatternAttributes.h',
|
| @@ -3866,6 +3869,7 @@
|
| 'dom/DOMImplementationTest.cpp',
|
| 'dom/DocumentMarkerControllerTest.cpp',
|
| 'dom/DocumentTest.cpp',
|
| + 'dom/ImageResourceTest.cpp',
|
| 'dom/MainThreadTaskRunnerTest.cpp',
|
| 'dom/NthIndexCacheTest.cpp',
|
| 'dom/RangeTest.cpp',
|
| @@ -3884,7 +3888,6 @@
|
| 'events/EventPathTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
| - 'fetch/ImageResourceTest.cpp',
|
| 'fetch/MemoryCacheTest.cpp',
|
| 'fetch/RawResourceTest.cpp',
|
| 'fetch/ResourceFetcherTest.cpp',
|
|
|