Index: ui/arc/arc.gyp |
diff --git a/ui/arc/arc.gyp b/ui/arc/arc.gyp |
index a9bdb4b9e9474b95ceaf48d6825e06956f53ea4a..239dbcaf4606139d003a84e88c87e0cc477055ad 100644 |
--- a/ui/arc/arc.gyp |
+++ b/ui/arc/arc.gyp |
@@ -15,12 +15,20 @@ |
'../..', |
], |
'dependencies': [ |
+ '../base/ui_base.gyp:ui_base', |
'../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', |
+ '../../ash/ash.gyp:ash', |
'../../base/base.gyp:base', |
'../../url/url.gyp:url_lib', |
'../../skia/skia.gyp:skia', |
+ '../../components/components.gyp:arc_base', |
+ '../../components/components.gyp:arc_bitmap', |
'../../components/components.gyp:arc_mojo_bindings', |
+ '../../components/components.gyp:exo', |
'../../components/components.gyp:signin_core_account_id', |
], |
'sources': [ |