| 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 b562a1cf20497c5e442e4cb2a786bf4e67c22a10..ec4be49fc7f924a9086d439ba199b0e6d534c060 100644 | 
| --- a/third_party/WebKit/Source/platform/BUILD.gn | 
| +++ b/third_party/WebKit/Source/platform/BUILD.gn | 
| @@ -1746,6 +1746,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", | 
|  |