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

Unified Diff: build/linux/BUILD.gn

Issue 2868793004: Revert of Statically link own version of FreeType on Linux (Closed)
Patch Set: Created 3 years, 7 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 | « build/config/linux/pangocairo/BUILD.gn ('k') | third_party/freetype/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/BUILD.gn
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
index 0449f82170b50e96a421f19b3f6ebcf5fdc2b3a5..e36b69433ff32652996d5263e2f841fee1015674 100644
--- a/build/linux/BUILD.gn
+++ b/build/linux/BUILD.gn
@@ -49,10 +49,9 @@
}
if (!is_chromecast) {
- # Only provided for distributions which prefer to keep linking to FreeType on
- # the system, use with caution,for details see build/config/freetype/BUILD.gn.
pkg_config("freetype_from_pkgconfig") {
visibility = [ ":freetype2" ]
packages = [ "freetype2" ]
}
}
+
« no previous file with comments | « build/config/linux/pangocairo/BUILD.gn ('k') | third_party/freetype/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698