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

Unified Diff: ui/gfx/gfx.gyp

Issue 385463002: Support FontRenderParams on Win; fix RenderTextHarfBuzz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guards. 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 2a16ef90fc63872f8e0b79cd002e08705b779583..0594fb0e90715b7cc230bc2fcffe59ba68fe840a 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -166,9 +166,8 @@
'font_list_impl.h',
'font_render_params_android.cc',
'font_render_params_linux.cc',
- 'font_render_params_linux.h',
- 'font_smoothing_win.cc',
- 'font_smoothing_win.h',
+ 'font_render_params_win.cc',
+ 'font_render_params.h',
'frame_time.h',
'gfx_export.h',
'gfx_paths.cc',

Powered by Google App Engine
This is Rietveld 408576698