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

Unified Diff: build/config/linux/pangocairo/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/freetype/BUILD.gn ('k') | build/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/pangocairo/BUILD.gn
diff --git a/build/config/linux/pangocairo/BUILD.gn b/build/config/linux/pangocairo/BUILD.gn
index d0d506a9a7b1ed2308ae3be88d72a62a81fa4e20..727b52d53335976b87de4d4965ec5edd02fd02ba 100644
--- a/build/config/linux/pangocairo/BUILD.gn
+++ b/build/config/linux/pangocairo/BUILD.gn
@@ -6,11 +6,4 @@
pkg_config("pangocairo") {
packages = [ "pangocairo" ]
-
- # We don't want pkgconfig for pangocairo to explicitly request FreeType to get
- # linked, because we control which FreeType to link to.
- extra_args = [
- "-v",
- "freetype",
- ]
}
« no previous file with comments | « build/config/freetype/BUILD.gn ('k') | build/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698