| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 639fa8479ebcf2a33324861f3db9c183a592a801..5e6a4dc5131aac1d4c58e8278651d8f0e6a0f349 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -897,6 +897,7 @@
|
| '../ui/events/events.gyp:events',
|
| '../ui/events/events.gyp:events_base',
|
| '../ui/events/events.gyp:gesture_detection',
|
| + '../ui/events/platform/events_platform.gyp:events_platform',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/keyboard/keyboard.gyp:keyboard',
|
| @@ -929,7 +930,9 @@
|
| }],
|
| ['use_x11==1', {
|
| 'dependencies': [
|
| + '../build/linux/system.gyp:x11',
|
| '../build/linux/system.gyp:xfixes',
|
| + '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
|
| ],
|
| }],
|
| ['use_ozone==1', {
|
|
|