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

Unified Diff: ui/gfx/BUILD.gn

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)
Patch Set: fix webfont files Created 3 years, 8 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
« services/device/public/cpp/BUILD.gn ('K') | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | 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 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)
}
« services/device/public/cpp/BUILD.gn ('K') | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698