| Index: ui/wm/wm.gyp
|
| diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
|
| index d3230a17015801911024c0320647ac74ae5295c3..10f1883c4e1dbd0fb32024660f297fac1b3ceced 100644
|
| --- a/ui/wm/wm.gyp
|
| +++ b/ui/wm/wm.gyp
|
| @@ -98,6 +98,7 @@
|
| 'dependencies': [
|
| '../../skia/skia.gyp:skia',
|
| '../aura/aura.gyp:aura',
|
| + '../base/ui_base.gyp:ui_base',
|
| '../events/events.gyp:events',
|
| '../events/events.gyp:events_base',
|
| ],
|
| @@ -116,12 +117,12 @@
|
| '../../testing/gtest.gyp:gtest',
|
| '../aura/aura.gyp:aura',
|
| '../aura/aura.gyp:aura_test_support',
|
| + '../base/ui_base.gyp:ui_base',
|
| '../compositor/compositor.gyp:compositor',
|
| '../events/events.gyp:events',
|
| '../events/events.gyp:events_base',
|
| - '../gfx/gfx.gyp:gfx_geometry',
|
| '../gfx/gfx.gyp:gfx',
|
| - '../base/ui_base.gyp:ui_base',
|
| + '../gfx/gfx.gyp:gfx_geometry',
|
| 'wm',
|
| 'wm_test_support',
|
| ],
|
|
|