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

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

Issue 1518073002: More build config cleanup. (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
Index: build/config/fnl/BUILD.gn
diff --git a/build/config/fnl/BUILD.gn b/build/config/fnl/BUILD.gn
index 0eb35e3499b7b1edee4785234c2d7973a8853b63..454ead573e2dae7cdedd06a876033d2cdad24866 100644
--- a/build/config/fnl/BUILD.gn
+++ b/build/config/fnl/BUILD.gn
@@ -36,13 +36,3 @@ config("fontconfig") {
pkg_config("freetype2") {
packages = [ "freetype2" ]
}
-
-if (use_evdev_gestures) {
- pkg_config("libevdev-cros") {
- packages = [ "libevdev-cros" ]
- }
-
- pkg_config("libgestures") {
- packages = [ "libgestures" ]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698