| Index: Source/web/BUILD.gn
|
| diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
|
| index 048c8b2e59e6113887e5951005ce5f62c090dc85..5d0e504398521eb012cc8018b2c7b942a164ffbd 100644
|
| --- a/Source/web/BUILD.gn
|
| +++ b/Source/web/BUILD.gn
|
| @@ -69,6 +69,12 @@ component("web") {
|
|
|
| sources += [ "WebTestingSupport.cpp" ]
|
| }
|
| +
|
| + if (is_android) {
|
| + set_sources_assignment_filter([])
|
| + sources += [ "linux/WebFontRendering.cpp" ]
|
| + set_sources_assignment_filter(sources_assignment_filter)
|
| + }
|
| }
|
|
|
| # GYP version: WebKit/Source/web/web.gyp:blink_web_test_support
|
|
|