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

Unified Diff: ui/gfx/BUILD.gn

Issue 2302313002: Configure font font names in GFX unittests (Closed)
Patch Set: Review comments addressed 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') | 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 e65a545e96a494c103b857c3fbf8219031e15ca3..7da9a383d5f5ca65a061ab2a11d68b77aaaeb93f 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -550,6 +550,8 @@ static_library("test_support") {
test("gfx_unittests") {
sources = [
+ "font_names_testing.cc",
Alexei Svitkine (slow) 2016/09/02 15:38:33 Looks like you forgot to add this file.
+ "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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698