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

Unified Diff: ash/ash.gyp

Issue 2139183003: mash: Migrate //ash/system/toast to WM common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move test back Created 4 years, 5 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 | « ash/accelerators/debug_commands.cc ('k') | ash/common/system/toast/OWNERS » ('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 83fc888e75e6d67fc9bf9c21823946c2b15a4c89..19f2cc330a34932938ac96e9671dd12ec32cdaba 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -223,6 +223,12 @@
'common/system/status_area_widget_delegate.h',
'common/system/system_notifier.cc',
'common/system/system_notifier.h',
+ 'common/system/toast/toast_data.cc',
+ 'common/system/toast/toast_data.h',
+ 'common/system/toast/toast_manager.cc',
+ 'common/system/toast/toast_manager.h',
+ 'common/system/toast/toast_overlay.cc',
+ 'common/system/toast/toast_overlay.h',
'common/system/tray/actionable_view.cc',
'common/system/tray/actionable_view.h',
'common/system/tray/default_system_tray_delegate.cc',
@@ -634,12 +640,6 @@
'system/chromeos/tray_display.h',
'system/status_area_widget.cc',
'system/status_area_widget.h',
- 'system/toast/toast_data.cc',
- 'system/toast/toast_data.h',
- 'system/toast/toast_manager.cc',
- 'system/toast/toast_manager.h',
- 'system/toast/toast_overlay.cc',
- 'system/toast/toast_overlay.h',
'system/tray/system_tray.cc',
'system/tray/system_tray.h',
'touch/touch_hud_debug.cc',
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/common/system/toast/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698