| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index d4d89e4dca0a5d77435228bd4b6c4163ab5570f5..af6aa7b02ae69f388fcc7730d3bf2b0ff78351b6 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',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| @@ -125,6 +126,7 @@
|
| 'dependencies': [
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_test_support',
|
| @@ -209,6 +211,7 @@
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| '../compositor/compositor.gyp:compositor',
|
| '../compositor/compositor.gyp:compositor_test_support',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| @@ -234,6 +237,7 @@
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| '../compositor/compositor.gyp:compositor',
|
| '../compositor/compositor.gyp:compositor_test_support',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| @@ -257,6 +261,7 @@
|
| '../../testing/gtest.gyp:gtest',
|
| '../compositor/compositor.gyp:compositor_test_support',
|
| '../compositor/compositor.gyp:compositor',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gl/gl.gyp:gl',
|
| '../ui.gyp:ui',
|
|
|