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

Unified Diff: ui/gfx/BUILD.gn

Issue 385463002: Support FontRenderParams on Win; fix RenderTextHarfBuzz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Android include. 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/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index e2cc0d062fe9d34bd640a877251c621c6acf36fa..5bcb56ad17f76ff8950fbd9c9f92e2b0f14b1d10 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -93,9 +93,8 @@ component("gfx") {
"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",
"gdi_util.cc",
"gdi_util.h",

Powered by Google App Engine
This is Rietveld 408576698