Chromium Code Reviews| 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", |