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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2679323006: Remove content/browser dependency on WebFontRenderStyle. (Closed)
Patch Set: merge Created 3 years, 10 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
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698