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

Unified Diff: third_party/WebKit/Source/web/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: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index 8d854b2e2f8e80d73bb8cfcc1581b82059091f47..d7fb9d289dba8bf610f48b5a54ac4213c05453c3 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -254,7 +254,10 @@ component("web") {
if (is_android) {
set_sources_assignment_filter([])
- sources += [ "linux/WebFontRendering.cpp" ]
+ sources += [
+ "../../public/web/linux/WebFontRendering.h",
Nico 2017/04/27 14:18:09 Same here.
wychen 2017/04/27 23:06:29 This one can be removed. Thanks for catching this!
+ "linux/WebFontRendering.cpp",
+ ]
set_sources_assignment_filter(sources_assignment_filter)
}

Powered by Google App Engine
This is Rietveld 408576698