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

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') | athena/common/container_priorities.h » ('J')
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 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',
« no previous file with comments | « no previous file | athena/common/container_priorities.h » ('j') | athena/common/container_priorities.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698