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

Unified Diff: build/config/fnl/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 | « no previous file | build/config/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/fnl/BUILD.gn
diff --git a/build/config/fnl/BUILD.gn b/build/config/fnl/BUILD.gn
index 379c5dc37beaa31a9447517212ce4d9f888a2125..e1d8e8608cf0f1c88f19916d50e2e36ac445d3c7 100644
--- a/build/config/fnl/BUILD.gn
+++ b/build/config/fnl/BUILD.gn
@@ -27,8 +27,3 @@ config("sdk") {
defines += [ "MESA_EGL_NO_X11_HEADERS" ]
}
}
-
-config("freetype2") {
- include_dirs = [ "$sysroot/usr/include/freetype2" ]
- libs = [ "freetype" ]
-}
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698