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

Unified Diff: ash/ash.gyp

Issue 1782793002: Ash: Implement Toasts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed the comment Created 4 years, 9 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 cd1e630ce7543efeb2c74ee5b3efb1fdbfffc862..a2cc29e9c25cc5743d31333240f12f82ade48e8d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -406,6 +406,10 @@
'system/status_area_widget_delegate.h',
'system/system_notifier.cc',
'system/system_notifier.h',
+ 'system/toast/toast_manager.cc',
+ 'system/toast/toast_manager.h',
+ 'system/toast/toast_overlay.cc',
+ 'system/toast/toast_overlay.h',
'system/tray/actionable_view.cc',
'system/tray/actionable_view.h',
'system/tray/default_system_tray_delegate.cc',
@@ -884,6 +888,7 @@
'system/date/date_view_unittest.cc',
'system/ime/tray_ime_chromeos_unittest.cc',
'system/overview/overview_button_tray_unittest.cc',
+ 'system/toast/toast_manager_unittest.cc',
'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
'system/tray/system_tray_unittest.cc',
'system/tray/tray_details_view_unittest.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