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

Unified Diff: build/config/linux/BUILD.gn

Issue 1528173003: Use our own freetype2 (from //third_party) on Linux and FNL. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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/fnl/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index ebdf6e7865f837b72410802f76b2f6fb3b5a6dfe..77447a6db71f2849f0ed9b407319f75578850a08 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -29,11 +29,6 @@ config("sdk") {
}
}
-config("freetype2") {
- include_dirs = [ "$sysroot/usr/include/freetype2" ]
- libs = [ "freetype" ]
-}
-
config("x11") {
libs = [
"X11",
« no previous file with comments | « build/config/fnl/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698