| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index dee4e51c6dfe10d443af9cb7b32e1f397b5ce340..1b634f0238ff3a88ad13c7538c6f949dad3e3a0c 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',
|
| @@ -71,19 +75,25 @@
|
| 'input/input_manager_impl.cc',
|
| 'input/public/accelerator_manager.h',
|
| 'input/public/input_manager.h',
|
| - 'screen/background_controller.cc',
|
| - 'screen/background_controller.h',
|
| 'screen/public/screen_manager.h',
|
| 'screen/screen_accelerator_handler.cc',
|
| 'screen/screen_accelerator_handler.h',
|
| 'screen/screen_manager_impl.cc',
|
| + 'system/background_controller.cc',
|
| + 'system/background_controller.h',
|
| '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',
|
|
|