| Index: skia/BUILD.gn
|
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
|
| index 442c732f4375251fe29e868f209f951d414bc4a3..ed71bbd02d85f4442d7a82b1aed06d0c6bb4c764 100644
|
| --- a/skia/BUILD.gn
|
| +++ b/skia/BUILD.gn
|
| @@ -479,11 +479,6 @@ component("skia") {
|
| "ext/bitmap_platform_device_mac.cc",
|
| "ext/bitmap_platform_device_mac.h",
|
| ]
|
| - } else if (use_cairo) {
|
| - sources += [
|
| - "ext/bitmap_platform_device_cairo.cc",
|
| - "ext/bitmap_platform_device_cairo.h",
|
| - ]
|
| } else {
|
| sources += [
|
| "ext/bitmap_platform_device_skia.cc",
|
| @@ -517,9 +512,6 @@ component("skia") {
|
| "//build/config/linux:fontconfig",
|
| "//build/config/linux:freetype2",
|
| ]
|
| - if (use_pango) {
|
| - configs += [ "//build/config/linux:pangocairo" ]
|
| - }
|
| deps += [ "//third_party/icu:icuuc" ]
|
| }
|
|
|
|
|