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

Unified Diff: ui/gfx/BUILD.gn

Issue 2302313002: Configure font font names in GFX unittests (Closed)
Patch Set: Use Heiti SC font, namespace, comment, hex escapes Created 4 years, 3 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_list_unittest.cc » ('j') | ui/gfx/font_names_testing.cc » ('J')
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 6e664da71a1334c6d311476d349c94535b5e5e99..25f0a015a42111305adc5b9cce48fcdec8ee1161 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -549,6 +549,8 @@ static_library("test_support") {
test("gfx_unittests") {
sources = [
+ "font_names_testing.cc",
+ "font_names_testing.h",
"font_render_params_linux_unittest.cc",
"font_unittest.cc",
"image/image_family_unittest.cc",
« no previous file with comments | « no previous file | ui/gfx/font_list_unittest.cc » ('j') | ui/gfx/font_names_testing.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698