| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index 267de6b16eada27b0507cb2a2da54bbc1869d135..d1227eda98493c0c37e32c51e38989da3140f258 100644
|
| --- a/ui/aura/aura.gyp
|
| +++ b/ui/aura/aura.gyp
|
| @@ -20,6 +20,7 @@
|
| '../compositor/compositor.gyp:compositor',
|
| '../events/events.gyp:events',
|
| '../events/events.gyp:events_base',
|
| + '../events/platform/events_platform.gyp:events_platform',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| ],
|
| @@ -116,6 +117,7 @@
|
| '../../build/linux/system.gyp:x11',
|
| '../../build/linux/system.gyp:xrandr',
|
| '../../build/linux/system.gyp:xi',
|
| + '../events/platform/x11/x11_events_platform.gyp:x11_events_platform',
|
| ],
|
| }],
|
| ['OS=="win"', {
|
|
|