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

Unified Diff: ui/gfx/BUILD.gn

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)
Patch Set: address comments 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
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)
}
« third_party/WebKit/Source/web/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