| 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 d7edb9e3f1dba0040290c368c60bce52e1d94c83..767e994316b8c9c5f50037455d7f3cabccd95bab 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1082,6 +1082,7 @@ component("platform") {
|
| "image-encoders/JPEGImageEncoder.h",
|
| "image-encoders/PNGImageEncoder.cpp",
|
| "image-encoders/PNGImageEncoder.h",
|
| + "image-encoders/RGBAtoRGB.h",
|
| "image-encoders/WEBPImageEncoder.cpp",
|
| "image-encoders/WEBPImageEncoder.h",
|
| "instrumentation/tracing/MemoryCacheDumpProvider.cpp",
|
| @@ -1768,6 +1769,7 @@ test("blink_platform_unittests") {
|
| "image-decoders/jpeg/JPEGImageDecoderTest.cpp",
|
| "image-decoders/png/PNGImageDecoderTest.cpp",
|
| "image-decoders/webp/WEBPImageDecoderTest.cpp",
|
| + "image-encoders/JPEGImageEncoderTest.cpp",
|
| "instrumentation/tracing/TracedValueTest.cpp",
|
| "instrumentation/tracing/web_process_memory_dump_test.cc",
|
| "json/JSONParserTest.cpp",
|
|
|