Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: skia/BUILD.gn

Issue 1518073002: More build config cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: ERROR, not FATAL Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | skia/ext/bitmap_platform_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | skia/ext/bitmap_platform_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698