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

Unified Diff: third_party/freetype-android/BUILD.gn

Issue 2728463003: Fix for Android component build after FreeType merge (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype-android/BUILD.gn
diff --git a/third_party/freetype-android/BUILD.gn b/third_party/freetype-android/BUILD.gn
index c8828e9908249ab71715ef2e01d5349cdae4b1b4..c853c7628e010f8ea6f37f354fca4caeaf9502e4 100644
--- a/third_party/freetype-android/BUILD.gn
+++ b/third_party/freetype-android/BUILD.gn
@@ -25,8 +25,11 @@ config("freetype-visibility") {
}
component("freetype") {
- output_name = "freetype"
- output_extension = "so.6"
+ if (is_linux) {
+ output_name = "freetype"
+ output_extension = "so.6"
+ }
+
sources = [
"src/src/autofit/autofit.c",
"src/src/base/ftbase.c",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698