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

Unified Diff: skia/BUILD.gn

Issue 2500643002: Add skia extension to allow setting default fontmgr on linux. Use it to allow the linux blimp clien… (Closed)
Patch Set: Change fontmgr to bare pointer to avoid global object/dtor Created 4 years, 1 month 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 | « blimp/client/core/switches/blimp_client_switches.cc ('k') | skia/ext/fontmgr_default_linux.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 e74662610d45975e6f6aa6b0fadf7186271bb99a..44ae7853b176c0928a37069af845a3552cf4e309 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -209,6 +209,7 @@ component("skia") {
"ext/benchmarking_canvas.cc",
"ext/convolver.cc",
"ext/event_tracer_impl.cc",
+ "ext/fontmgr_default_linux.cc",
"ext/fontmgr_default_win.cc",
"ext/google_logging.cc",
"ext/image_operations.cc",
@@ -251,7 +252,6 @@ component("skia") {
"//third_party/skia/src/ports/SkFontHost_mac.cpp",
"//third_party/skia/src/ports/SkFontHost_win.cpp",
"//third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp",
- "//third_party/skia/src/ports/SkFontMgr_FontConfigInterface_factory.cpp",
"//third_party/skia/src/ports/SkFontMgr_android.cpp",
"//third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
"//third_party/skia/src/ports/SkFontMgr_android_parser.cpp",
@@ -368,7 +368,6 @@ component("skia") {
"//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp",
"//third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp",
"//third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp",
- "//third_party/skia/src/ports/SkFontMgr_FontConfigInterface_factory.cpp",
]
}
« no previous file with comments | « blimp/client/core/switches/blimp_client_switches.cc ('k') | skia/ext/fontmgr_default_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698