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

Unified Diff: ui/gfx/gfx.gyp

Issue 484883003: Re-land: RenderTextHarfBuzz: Set font render parameters in font data functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fixed 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 | « ui/gfx/font_render_params_win.cc ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index f1bc1f00fcf40a5fc85395a715f3fb17db8bbd57..99835fc441e4f7cb296c008dd6174d1d5765c3e6 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -169,11 +169,12 @@
'font_list.h',
'font_list_impl.cc',
'font_list_impl.h',
+ 'font_render_params.cc',
+ 'font_render_params.h',
'font_render_params_android.cc',
'font_render_params_linux.cc',
+ 'font_render_params_mac.cc',
'font_render_params_win.cc',
- 'font_render_params.cc',
- 'font_render_params.h',
'frame_time.h',
'gfx_export.h',
'gfx_paths.cc',
« no previous file with comments | « ui/gfx/font_render_params_win.cc ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698