| 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..6ac6aad8d00a522f16f7b2bf590bd372a4cf0d48 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1064,8 +1064,6 @@ component("platform") {
|
| "image-decoders/bmp/BMPImageReader.h",
|
| "image-decoders/gif/GIFImageDecoder.cpp",
|
| "image-decoders/gif/GIFImageDecoder.h",
|
| - "image-decoders/gif/GIFImageReader.cpp",
|
| - "image-decoders/gif/GIFImageReader.h",
|
| "image-decoders/ico/ICOImageDecoder.cpp",
|
| "image-decoders/ico/ICOImageDecoder.h",
|
| "image-decoders/jpeg/JPEGImageDecoder.cpp",
|
| @@ -1427,6 +1425,7 @@ component("platform") {
|
| include_dirs = [
|
| #"$angle_path/include",
|
| "$root_gen_dir/blink",
|
| + "//third_party/skia/include",
|
| ]
|
|
|
| public_deps = [
|
|
|