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

Unified Diff: ui/gfx/BUILD.gn

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 | « no previous file | ui/gfx/font_render_params_android.cc » ('j') | no next file with comments »
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 6e2de8466b090dc55eb1e238b7a00dd0b37405e9..11d8a3e9efc241d2535c00730d7bd35364e101ba 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -93,11 +93,12 @@ component("gfx") {
"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",
"gdi_util.cc",
"gdi_util.h",
« no previous file with comments | « no previous file | ui/gfx/font_render_params_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698