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

Unified Diff: ui/gfx/gfx.gyp

Issue 331713003: RenderTextHarfBuzz: Implement font fallback for Win and Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests; add placeholder impl for Mac Created 6 years, 6 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index f2caa6566e636ea3da0b557dfa7ab21f43633571..ede1be4d610aa778d1cc9be67af80d04841ab158 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -157,6 +157,9 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698