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

Unified Diff: ash/ash.gyp

Issue 97173003: ash: Rename more Launcher classes to Shelf*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: similarity 30 Created 7 years, 1 month 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/launcher/launcher.cc » ('j') | ash/shelf/shelf_item_delegate.h » ('J')
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 091465ec3519fbd3d656c762576837d6cf16ce93..ad105b5675bd98eaeeca2e1ef673b792cfe82f2c 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -157,9 +157,6 @@
'launcher/launcher.cc',
'launcher/launcher.h',
'launcher/launcher_delegate.h',
- 'launcher/launcher_item_delegate_manager.cc',
- 'launcher/launcher_item_delegate_manager.h',
- 'launcher/launcher_item_delegate.h',
'launcher/launcher_types.cc',
'launcher/launcher_types.h',
'magnifier/magnification_controller.cc',
@@ -211,6 +208,9 @@
'shelf/shelf_button.h',
'shelf/shelf_button_host.h',
'shelf/shelf_icon_observer.h',
+ 'shelf/shelf_item_delegate.h',
+ 'shelf/shelf_item_delegate_manager.cc',
+ 'shelf/shelf_item_delegate_manager.h',
'shelf/shelf_layout_manager.cc',
'shelf/shelf_layout_manager.h',
'shelf/shelf_layout_manager_observer.h',
@@ -651,32 +651,30 @@
'test/ash_test_helper.h',
'test/cursor_manager_test_api.cc',
'test/cursor_manager_test_api.h',
- 'test/launcher_test_api.cc',
- 'test/launcher_test_api.h',
- 'test/shelf_view_test_api.cc',
- 'test/shelf_view_test_api.h',
'test/display_manager_test_api.cc',
'test/display_manager_test_api.h',
- 'test/launcher_item_delegate_manager_test_api.cc',
- 'test/launcher_item_delegate_manager_test_api.h',
+ 'test/launcher_test_api.cc',
+ 'test/launcher_test_api.h',
'test/mirror_window_test_api.cc',
'test/mirror_window_test_api.h',
'test/overflow_bubble_view_test_api.cc',
'test/overflow_bubble_view_test_api.h',
+ 'test/shelf_item_delegate_manager_test_api.cc',
+ 'test/shelf_item_delegate_manager_test_api.h',
+ 'test/shelf_view_test_api.cc',
+ 'test/shelf_view_test_api.h',
'test/shell_test_api.cc',
'test/shell_test_api.h',
'test/test_activation_delegate.cc',
'test/test_activation_delegate.h',
- 'test/test_user_wallpaper_delegate.cc',
- 'test/test_user_wallpaper_delegate.h',
'test/test_launcher_delegate.cc',
'test/test_launcher_delegate.h',
- 'test/test_launcher_item_delegate.cc',
- 'test/test_launcher_item_delegate.h',
'test/test_screenshot_delegate.cc',
'test/test_screenshot_delegate.cc',
'test/test_session_state_delegate.cc',
'test/test_session_state_delegate.h',
+ 'test/test_shelf_item_delegate.cc',
+ 'test/test_shelf_item_delegate.h',
'test/test_shell_delegate.cc',
'test/test_shell_delegate.h',
'test/test_suite.cc',
@@ -685,6 +683,8 @@
'test/test_suite_init.mm',
'test/test_system_tray_delegate.cc',
'test/test_system_tray_delegate.h',
+ 'test/test_user_wallpaper_delegate.cc',
+ 'test/test_user_wallpaper_delegate.h',
'test/ui_controls_factory_ash.cc',
'test/ui_controls_factory_ash.h',
],
@@ -802,8 +802,8 @@
'shell/window_type_launcher.h',
'shell/window_watcher.cc',
'shell/window_watcher.h',
- 'shell/window_watcher_launcher_item_delegate.cc',
- 'shell/window_watcher_launcher_item_delegate.h',
+ 'shell/window_watcher_shelf_item_delegate.cc',
+ 'shell/window_watcher_shelf_item_delegate.h',
'shell/window_watcher_unittest.cc',
'shell_unittest.cc',
'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
@@ -975,8 +975,8 @@
'shell/window_type_launcher.h',
'shell/window_watcher.cc',
'shell/window_watcher.h',
- 'shell/window_watcher_launcher_item_delegate.cc',
- 'shell/window_watcher_launcher_item_delegate.h',
+ 'shell/window_watcher_shelf_item_delegate.cc',
+ 'shell/window_watcher_shelf_item_delegate.h',
'../content/app/startup_helper_win.cc',
'../ui/views/test/test_views_delegate.cc',
],
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | ash/shelf/shelf_item_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698