summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 05:12:12 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 05:12:12 +0000
commitf8846e29f1026240df5628b217afdc8a3f8b1ef5 (patch)
tree1c4402d75039af7b9349e358a3842f51615cf884 /ash/ash.gyp
parentae7461185782cd4ac177c6363ec988a167c89cc9 (diff)
downloadchromium_src-f8846e29f1026240df5628b217afdc8a3f8b1ef5.zip
chromium_src-f8846e29f1026240df5628b217afdc8a3f8b1ef5.tar.gz
chromium_src-f8846e29f1026240df5628b217afdc8a3f8b1ef5.tar.bz2
Move ash/system/web_notification message_center to ui/
This CL is dependent on http://codereview.chromium.org/11189099/ This will complete the migration of the message center code from Ash to UI so that it can be used on other Views platforms. BUG=150872 Review URL: https://chromiumcodereview.appspot.com/11229022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp19
1 files changed, 3 insertions, 16 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index e4c8c2a..00df8b6 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -31,6 +31,7 @@
'../ui/aura/aura.gyp:aura',
'../ui/base/strings/ui_strings.gyp:ui_strings',
'../ui/compositor/compositor.gyp:compositor',
+ '../ui/message_center/message_center.gyp:message_center',
'../ui/oak/oak.gyp:oak',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
@@ -207,8 +208,6 @@
'system/tray/system_tray_item.h',
'system/tray/tray_background_view.cc',
'system/tray/tray_background_view.h',
- 'system/tray/tray_bubble_view.cc',
- 'system/tray/tray_bubble_view.h',
'system/tray/tray_bubble_wrapper.cc',
'system/tray/tray_bubble_wrapper.h',
'system/tray/tray_constants.cc',
@@ -240,22 +239,8 @@
'system/user/tray_user.h',
'system/user/update_observer.h',
'system/user/user_observer.h',
- 'system/web_notification/message_center.cc',
- 'system/web_notification/message_center.h',
- 'system/web_notification/message_center_bubble.cc',
- 'system/web_notification/message_center_bubble.h',
- 'system/web_notification/popup_bubble.cc',
- 'system/web_notification/popup_bubble.h',
- 'system/web_notification/web_notification.cc',
- 'system/web_notification/web_notification.h',
- 'system/web_notification/web_notification_bubble.cc',
- 'system/web_notification/web_notification_bubble.h',
- 'system/web_notification/web_notification_list.cc',
- 'system/web_notification/web_notification_list.h',
'system/web_notification/web_notification_tray.cc',
'system/web_notification/web_notification_tray.h',
- 'system/web_notification/web_notification_view.cc',
- 'system/web_notification/web_notification_view.h',
'tooltips/tooltip_controller.cc',
'tooltips/tooltip_controller.h',
'touch/touch_observer_hud.cc',
@@ -492,6 +477,7 @@
'../ui/app_list/app_list.gyp:app_list',
'../ui/compositor/compositor.gyp:compositor',
'../ui/compositor/compositor.gyp:compositor_test_support',
+ '../ui/message_center/message_center.gyp:message_center',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_test_support',
@@ -625,6 +611,7 @@
'../ui/aura/aura.gyp:aura',
'../ui/compositor/compositor.gyp:compositor',
'../ui/compositor/compositor.gyp:compositor_test_support',
+ '../ui/message_center/message_center.gyp:message_center',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/views/views.gyp:views',