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

Unified Diff: skia/BUILD.gn

Issue 467363002: Skia roll fbd3576:c773390 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-gn build. Created 6 years, 4 months 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 | « DEPS ('k') | skia/skia_gn_files.gypi » ('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 f64b22d06839be3895e7bd6f6034fd3be561fdf0..ab06891b66ca1660c1ed1f2cb370895e072265b3 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -444,7 +444,6 @@ component("skia") {
}
if (!is_android) {
sources -= [
- "//third_party/skia/src/ports/SkFontConfigInterface_android.cpp",
"//third_party/skia/src/ports/SkFontConfigParser_android.cpp",
"//third_party/skia/src/ports/SkFontMgr_android.cpp",
]
@@ -457,6 +456,7 @@ component("skia") {
if (!is_linux) {
sources -= [
+ "//third_party/skia/src/ports/SkFontHost_fontconfig.cpp",
"//third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp",
"//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp",
]
@@ -464,7 +464,6 @@ component("skia") {
if (!is_linux && !is_android) {
sources -= [
- "//third_party/skia/src/ports/SkFontHost_fontconfig.cpp",
"//third_party/skia/src/ports/SkFontHost_FreeType_common.cpp",
"//third_party/skia/src/ports/SkFontHost_FreeType.cpp",
]
« no previous file with comments | « DEPS ('k') | skia/skia_gn_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698