Chromium Code Reviews| 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) |
| } |