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

Unified Diff: ui/gfx/BUILD.gn

Issue 331713003: RenderTextHarfBuzz: Implement font fallback for Win and Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp -> gn Created 6 years, 5 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 | « no previous file | ui/gfx/font_fallback.h » ('j') | ui/gfx/render_text_harfbuzz.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 46cf9706640a63668886bc8d6f52578338c72704..113fb961fc9bf9c3cab2fc4e10914ee932fa970b 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -85,6 +85,9 @@ component("gfx") {
"favicon_size.h",
"font.cc",
"font.h",
+ "font_fallback.h",
+ "font_fallback_linux.cc",
+ "font_fallback_mac.cc",
"font_fallback_win.cc",
"font_fallback_win.h",
"font_list.cc",
@@ -252,7 +255,7 @@ component("gfx") {
sources += [ "render_text_ozone.cc" ]
}
}
-
+
# iOS.
if (is_ios) {
sources -= [
« no previous file with comments | « no previous file | ui/gfx/font_fallback.h » ('j') | ui/gfx/render_text_harfbuzz.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698