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

Unified Diff: ui/events/BUILD.gn

Issue 1442523002: Get rid of the use_glib gn variable. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 098eaa3d788533ccdc985ef2152329587ade6777..d42525e59219eb74192af24b753567d5bab1710a 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -130,10 +130,7 @@ component("events") {
if (use_x11) {
sources += [ "x/events_x.cc" ]
- configs += [
- "//build/config/linux:glib",
- "//build/config/linux:x11",
- ]
+ configs += [ "//build/config/linux:x11" ]
deps += [
"//ui/events/devices",
"//ui/gfx/x",

Powered by Google App Engine
This is Rietveld 408576698