| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 1cedd42ed1329b060a975f0ecc8d68d0a84eeb67..8f5e00658f67c681abae7547403a5e1b32f54c77 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -28,12 +28,7 @@ component("blink_common") {
|
| "exported/URLConversion.cpp",
|
| "exported/WebCString.cpp",
|
| "exported/WebString.cpp",
|
| - "exported/linux/WebFontRenderStyle.cpp",
|
| ]
|
| - if (is_android) {
|
| - set_sources_assignment_filter([])
|
| - sources += [ "exported/linux/WebFontRenderStyle.cpp" ]
|
| - }
|
|
|
| defines = [
|
| "BLINK_COMMON_IMPLEMENTATION=1",
|
| @@ -589,6 +584,7 @@ component("platform") {
|
| "exported/WebURLResponse.cpp",
|
| "exported/WrappedResourceRequest.h",
|
| "exported/WrappedResourceResponse.h",
|
| + "exported/linux/WebFontRenderStyle.cpp",
|
| "feature_policy/FeaturePolicy.cpp",
|
| "feature_policy/FeaturePolicy.h",
|
| "fonts/AcceptLanguagesResolver.cpp",
|
| @@ -1405,6 +1401,11 @@ component("platform") {
|
| "weborigin/URLSecurityOriginMap.h",
|
| ]
|
|
|
| + if (is_android) {
|
| + set_sources_assignment_filter([])
|
| + sources += [ "exported/linux/WebFontRenderStyle.cpp" ]
|
| + }
|
| +
|
| sources -= blink_platform_neon_files
|
| sources -= blink_platform_msa_files
|
| sources -= blink_platform_sse_files
|
|
|