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

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

Issue 1567053002: Animated PNG implementation Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved some code to PNGImageReader.cpp and PNGImageReader.h 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 4aa260778edd5d7b953febe5c456ce452b79711e..fab9a27ae05fcb0817823c87407763341249aa8f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1709,6 +1709,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",
"json/JSONValuesTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698