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

Unified Diff: components/exo.gypi

Issue 2076013002: exo: Implement wayland gamepad support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serv
Patch Set: moved polling thread resources into separate class. pass task_runner into Gamepad. Created 4 years, 5 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
« no previous file with comments | « no previous file | components/exo/BUILD.gn » ('j') | components/exo/gamepad.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo.gypi
diff --git a/components/exo.gypi b/components/exo.gypi
index 680046f168a3d35b7303d8e1d9316b5a5032a881..9dca77fe777b668c87391e44bc9f38f6c8b63bfc 100644
--- a/components/exo.gypi
+++ b/components/exo.gypi
@@ -16,6 +16,7 @@
'../base/base.gyp:base',
'../cc/cc.gyp:cc',
'../cc/cc.gyp:cc_surfaces',
+ '../device/gamepad/gamepad.gyp:device_gamepad',
'../gpu/gpu.gyp:gpu',
'../skia/skia.gyp:skia',
'../ui/aura/aura.gyp:aura',
@@ -35,6 +36,8 @@
'exo/buffer.h',
'exo/display.cc',
'exo/display.h',
+ 'exo/gamepad.cc',
+ 'exo/gamepad.h',
'exo/keyboard.cc',
'exo/keyboard.h',
'exo/keyboard_delegate.h',
@@ -76,6 +79,7 @@
'../ipc/ipc.gyp:ipc',
'../skia/skia.gyp:skia',
'../third_party/wayland-protocols/wayland-protocols.gyp:alpha_compositing_protocol',
+ '../third_party/wayland-protocols/wayland-protocols.gyp:gaming_input_protocol',
'../third_party/wayland-protocols/wayland-protocols.gyp:remote_shell_protocol',
'../third_party/wayland-protocols/wayland-protocols.gyp:secure_output_protocol',
'../third_party/wayland-protocols/wayland-protocols.gyp:viewporter_protocol',
« no previous file with comments | « no previous file | components/exo/BUILD.gn » ('j') | components/exo/gamepad.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698