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

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: minor adjustments to protocol Created 4 years, 6 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/gamepads.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 43e610c005d0bccf5def752ae6aea2ac3687c38f..5cb574dab881fac1146f73b500ecb6e44e5e4901 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',
+ # todo(denniskempin): add gyp dependency to /device/gamepad once it exists.
reveman 2016/06/27 17:30:34 nit: not sure this is needed as it's pretty obviou
denniskempin 2016/06/29 17:12:25 done. I was just waiting for a gyp build file to b
'../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/gamepads.cc',
+ 'exo/gamepads.h',
'exo/keyboard.cc',
'exo/keyboard.h',
'exo/keyboard_delegate.h',
@@ -73,6 +76,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:gamepads_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/gamepads.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698