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

Unified Diff: third_party/WebKit/Source/core/fetch/BUILD.gn

Issue 2469873002: [ImageResource 4] Split ImageResource into Resource and Image parts (Closed)
Patch Set: style Created 4 years 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
Index: third_party/WebKit/Source/core/fetch/BUILD.gn
diff --git a/third_party/WebKit/Source/core/fetch/BUILD.gn b/third_party/WebKit/Source/core/fetch/BUILD.gn
index 6f1887b1ffe4f436dd25295fa3de5b5610dcc961..b0aa5021258a76dbe9f1d34ea6db8d57b4a73820 100644
--- a/third_party/WebKit/Source/core/fetch/BUILD.gn
+++ b/third_party/WebKit/Source/core/fetch/BUILD.gn
@@ -23,6 +23,9 @@ blink_core_sources("fetch") {
"FetchUtils.h",
"ImageResource.cpp",
"ImageResource.h",
+ "ImageResourceContent.cpp",
+ "ImageResourceContent.h",
+ "ImageResourceInfo.h",
"IntegrityMetadata.cpp",
"IntegrityMetadata.h",
"MemoryCache.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.cpp ('k') | third_party/WebKit/Source/core/fetch/ImageResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698