| Index: ui/arc/arc.gyp
|
| diff --git a/ui/arc/arc.gyp b/ui/arc/arc.gyp
|
| index 66de41d814c4580d174ddf9f8530196a0bb14c14..c83624f09566ee20d338e766b514eeadb726de9b 100644
|
| --- a/ui/arc/arc.gyp
|
| +++ b/ui/arc/arc.gyp
|
| @@ -17,11 +17,15 @@
|
| 'dependencies': [
|
| '../aura/aura.gyp:aura',
|
| '../base/ui_base.gyp:ui_base',
|
| + '../compositor/compositor.gyp:compositor',
|
| + '../display/display.gyp:display',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| '../message_center/message_center.gyp:message_center',
|
| '../resources/ui_resources.gyp:ui_resources',
|
| '../strings/ui_strings.gyp:ui_strings',
|
| '../views/views.gyp:views',
|
| + '../wm/wm.gyp:wm',
|
| '../../ash/ash.gyp:ash',
|
| '../../base/base.gyp:base',
|
| '../../url/url.gyp:url_lib',
|
|
|