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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2386453003: WIP: Implement APNG (Closed)
Patch Set: Implemented feedback on patch set 9 Created 4 years, 1 month 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 377e2cad1be14236adc72a11b9c508a03e366f82..52134dfa203c474b5fb16b4eebc0c7d3995f311b 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1025,6 +1025,8 @@ component("platform") {
"image-decoders/jpeg/JPEGImageDecoder.h",
"image-decoders/png/PNGImageDecoder.cpp",
"image-decoders/png/PNGImageDecoder.h",
+ "image-decoders/png/PNGImageReader.cpp",
+ "image-decoders/png/PNGImageReader.h",
"image-decoders/webp/WEBPImageDecoder.cpp",
"image-decoders/webp/WEBPImageDecoder.h",
"image-encoders/ImageEncoderUtils.cpp",
@@ -1688,6 +1690,7 @@ test("blink_platform_unittests") {
"image-decoders/gif/GIFImageDecoderTest.cpp",
"image-decoders/ico/ICOImageDecoderTest.cpp",
"image-decoders/jpeg/JPEGImageDecoderTest.cpp",
+ "image-decoders/png/PNGImageDecoderTest.cpp",
"image-decoders/webp/WEBPImageDecoderTest.cpp",
"json/JSONParserTest.cpp",
"mac/VersionUtilMacTest.mm",

Powered by Google App Engine
This is Rietveld 408576698