Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index 43da0955861248c1d2bc6c46e3efc2018b10de84..8fa60a8a28cba7d618d74494b15c1df621ff7cb8 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -290,6 +290,7 @@ component("gfx") { |
] |
set_sources_assignment_filter([]) |
sources += [ "platform_font_linux.cc" ] |
+ sources += [ "platform_font_linux.h" ] |
wychen
2017/04/26 14:23:22
Ah. I'll fix this.
|
set_sources_assignment_filter(sources_assignment_filter) |
} |