Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index db9b5423096bd3791f073233590bde4e2626072d..1306231c0703d3186169f579ba9d2a313bd92f9c 100644 |
| --- a/skia/BUILD.gn |
| +++ b/skia/BUILD.gn |
| @@ -367,8 +367,6 @@ component("skia") { |
| # Select the right BitmapPlatformDevice. |
| if (is_win) { |
| sources += [ "ext/bitmap_platform_device_win.cc" ] |
| - } else if (!is_ios) { |
| - sources += [ "ext/bitmap_platform_device_skia.cc" ] |
| } |
| if (is_clang && !is_nacl) { |