Index: athena/athena.gyp |
diff --git a/athena/athena.gyp b/athena/athena.gyp |
index da4bd4d7555280ed30fac33dfd61c2c446b32dba..7548c581092a71f542f70df39e259d56760781fc 100644 |
--- a/athena/athena.gyp |
+++ b/athena/athena.gyp |
@@ -11,7 +11,11 @@ |
'target_name': 'athena_lib', |
'type': '<(component)', |
'dependencies': [ |
+ # status_icon_container_view.cc depends on this. Remove this once there |
+ # are athena specific assets. |
+ '../ash/ash_resources.gyp:ash_resources', |
'../base/base.gyp:test_support_base', |
+ '../chromeos/chromeos.gyp:power_manager_proto', |
'../extensions/shell/app_shell.gyp:app_shell_version_header', |
'../ipc/ipc.gyp:ipc', |
'../skia/skia.gyp:skia', |
@@ -70,11 +74,17 @@ |
'screen/screen_manager_impl.cc', |
'system/device_socket_listener.cc', |
'system/device_socket_listener.h', |
+ 'system/network_selector.cc', |
+ 'system/network_selector.h', |
'system/orientation_controller.cc', |
'system/orientation_controller.h', |
'system/power_button_controller.cc', |
'system/power_button_controller.h', |
- 'system/public/system_ui.h', |
+ 'system/status_icon_container_view.cc', |
+ 'system/status_icon_container_view.h', |
+ 'system/time_view.cc', |
+ 'system/time_view.h', |
+ 'system/public/system_ui.h', |
'system/system_ui_impl.cc', |
'wm/bezel_controller.cc', |
'wm/bezel_controller.h', |