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

Unified Diff: ui/events/x/BUILD.gn

Issue 1602173005: Add PlatformWindow/Event related code for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: XEventDispatcher added. Created 4 years, 11 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
Index: ui/events/x/BUILD.gn
diff --git a/ui/events/x/BUILD.gn b/ui/events/x/BUILD.gn
index 232994696018cd3eb4e670fefd067af94748c235..991ce6ec8c306052cb793d8aa085233e19e16ab6 100644
--- a/ui/events/x/BUILD.gn
+++ b/ui/events/x/BUILD.gn
@@ -16,8 +16,5 @@ component("x") {
"//ui/events/devices",
"//ui/gfx/x",
]
- configs += [
- "//build/config/linux:glib",
- "//build/config/linux:x11",
- ]
+ configs += [ "//build/config/linux:x11" ]
}

Powered by Google App Engine
This is Rietveld 408576698