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

Unified Diff: ui/events/platform/x11/x11_events_platform.gyp

Issue 289283015: Extract touchscreen device management into a generic manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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/platform/x11/x11_events_platform.gyp
diff --git a/ui/events/platform/x11/x11_events_platform.gyp b/ui/events/platform/x11/x11_events_platform.gyp
index 9070de7cb29559d15bc6be209561b794e5571588..df9a724dbef30fc1f4c06ebf2706cae6ed4566d6 100644
--- a/ui/events/platform/x11/x11_events_platform.gyp
+++ b/ui/events/platform/x11/x11_events_platform.gyp
@@ -14,8 +14,10 @@
],
'dependencies': [
'../../../../build/linux/system.gyp:x11',
+ '../../../gfx/gfx.gyp:gfx',
'../../../gfx/x/gfx_x11.gyp:gfx_x11',
'../../events.gyp:events',
+ '../../events.gyp:events_base',
'../events_platform.gyp:events_platform',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698