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

Unified Diff: Source/core/core.gypi

Issue 1170503003: Remove resource type-specific fetching logic from ResourceFetcher (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null-check Document::loader() before calling startPreload() 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/core/v8/V8ScriptRunnerTest.cpp ('k') | Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 8dcc282d04c821dd7dca21a6348de24347f27150..4c58f876987e0de702297989097d7d66cdeeb63e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1441,6 +1441,8 @@
'fetch/FontResource.h',
'fetch/ImageResource.cpp',
'fetch/ImageResource.h',
+ 'fetch/LinkFetchResource.cpp',
+ 'fetch/LinkFetchResource.h',
'fetch/MemoryCache.cpp',
'fetch/MemoryCache.h',
'fetch/RawResource.cpp',
« no previous file with comments | « Source/bindings/core/v8/V8ScriptRunnerTest.cpp ('k') | Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698