| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index c2983e921a6833e58a43649d470dc5ad55e464db..d9b2c922d93ab358ee06ca99f14effa62a2ec3b7 100644
|
| --- a/ui/aura/aura.gyp
|
| +++ b/ui/aura/aura.gyp
|
| @@ -18,6 +18,7 @@
|
| '../../gpu/gpu.gyp:gpu',
|
| '../../skia/skia.gyp:skia',
|
| '../compositor/compositor.gyp:compositor',
|
| + '../events/events.gyp:events',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| ],
|
| @@ -124,6 +125,7 @@
|
| 'dependencies': [
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../events/events.gyp:events',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_test_support',
|
| 'aura',
|
| @@ -253,6 +255,7 @@
|
| '../../testing/gtest.gyp:gtest',
|
| '../compositor/compositor.gyp:compositor_test_support',
|
| '../compositor/compositor.gyp:compositor',
|
| + '../events/events.gyp:events',
|
| '../gl/gl.gyp:gl',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
|
|