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

Unified Diff: ash/ash.gyp

Issue 10514008: Add WebNotificationTray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 6 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 | ash/ash_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 89c7e01e922c53f70c1a9cc1d2c9d743cb6940b6..4c6efc5e55744d5b91ddbcc491a62d24258f67fc 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -156,6 +156,8 @@
'system/tray/system_tray.h',
'system/tray/system_tray_bubble.cc',
'system/tray/system_tray_bubble.h',
+ 'system/tray/system_tray_bubble_view.cc',
+ 'system/tray/system_tray_bubble_view.h',
'system/tray/system_tray_delegate.cc',
'system/tray/system_tray_delegate.h',
'system/tray/system_tray_item.cc',
@@ -187,6 +189,8 @@
'system/user/tray_user.h',
'system/user/update_observer.h',
'system/user/user_observer.h',
+ 'system/web_notification/web_notification_tray.cc',
+ 'system/web_notification/web_notification_tray.h',
'tooltips/tooltip_controller.cc',
'tooltips/tooltip_controller.h',
'touch/touch_observer_hud.cc',
@@ -374,6 +378,7 @@
'screensaver/screensaver_view_unittest.cc',
'shell_unittest.cc',
'system/tray/system_tray_unittest.cc',
+ 'system/web_notification/web_notification_tray_unittest.cc',
'test/ash_test_base.cc',
'test/ash_test_base.h',
'test/ash_unittests.cc',
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698