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

Unified Diff: Source/web/BUILD.gn

Issue 561173006: Fix some android gn configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698