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

Unified Diff: ui/platform_window/x11/x11_window.gyp

Issue 1602173005: Add PlatformWindow/Event related code for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split X11EventSource and X11Window. 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/platform_window/x11/x11_window.gyp
diff --git a/ui/platform_window/x11/x11_window.gyp b/ui/platform_window/x11/x11_window.gyp
index 0dd840a5e2bf89219e58b198985ed6d3e03f03db..f4b948ae3f7f487efc90a323007001a42aee2753 100644
--- a/ui/platform_window/x11/x11_window.gyp
+++ b/ui/platform_window/x11/x11_window.gyp
@@ -26,6 +26,8 @@
'sources': [
'x11_window.cc',
'x11_window.h',
+ 'x11_window_base.cc',
+ 'x11_window_base.h',
'x11_window_export.h',
],
}],

Powered by Google App Engine
This is Rietveld 408576698