Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3667)

Unified Diff: athena/athena.gyp

Issue 483363003: [Athena] Add status icons and system time to the desktop background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | athena/common/container_priorities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | athena/common/container_priorities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698