Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index 43da0955861248c1d2bc6c46e3efc2018b10de84..89bcfbe020b448e37547770102e11fd84669799c 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -289,7 +289,10 @@ component("gfx") { |
"text_utils_android.cc", |
] |
set_sources_assignment_filter([]) |
- sources += [ "platform_font_linux.cc" ] |
+ sources += [ |
+ "platform_font_linux.cc", |
+ "platform_font_linux.h", |
+ ] |
set_sources_assignment_filter(sources_assignment_filter) |
} |