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

Unified Diff: ash/ash.gyp

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … Created 4 years, 8 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/BUILD.gn ('k') | ash/mus/shell_delegate_mus.h » ('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 fee27ca0269d4b5dc5b58c697c98f97cd34e8912..075aba4cd29854f3475da1a902eb3f932c6ab873 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -518,8 +518,11 @@
'volume_control_delegate.h',
'wm/always_on_top_controller.cc',
'wm/always_on_top_controller.h',
- 'wm/app_list_controller.cc',
- 'wm/app_list_controller.h',
+ 'wm/app_list_shower_delegate.cc',
+ 'wm/app_list_shower_delegate.h',
+ 'wm/app_list_shower_delegate_factory.cc',
+ 'wm/app_list_shower_delegate_factory.h',
+ 'wm/app_list_view_delegate_factory.h',
'wm/ash_focus_rules.cc',
'wm/ash_focus_rules.h',
'wm/ash_native_cursor_manager.cc',
@@ -701,8 +704,6 @@
'desktop_background/desktop_background_controller_test_api.h',
'shell/toplevel_window.cc',
'shell/toplevel_window.h',
- 'test/app_list_controller_test_api.cc',
- 'test/app_list_controller_test_api.h',
'test/ash_test_base.cc',
'test/ash_test_base.h',
'test/ash_test_helper.cc',
@@ -905,7 +906,7 @@
'utility/partial_screenshot_controller_unittest.cc',
'virtual_keyboard_controller_unittest.cc',
'wm/always_on_top_controller_unittest.cc',
- 'wm/app_list_controller_unittest.cc',
+ 'wm/app_list_shower_delegate_unittest.cc',
'wm/ash_native_cursor_manager_unittest.cc',
'wm/ash_focus_rules_unittest.cc',
'wm/dock/docked_window_layout_manager_unittest.cc',
@@ -973,6 +974,7 @@
'../third_party/icu/icu.gyp:icuuc',
'../ui/accessibility/accessibility.gyp:accessibility',
'../ui/app_list/app_list.gyp:app_list',
+ '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
'../ui/aura/aura.gyp:aura',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
'../ui/base/ui_base.gyp:ui_base',
@@ -1107,6 +1109,7 @@
'../testing/gtest.gyp:gtest',
'../ui/accessibility/accessibility.gyp:ax_gen',
'../ui/app_list/app_list.gyp:app_list_test_support',
+ '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
'../ui/events/devices/events_devices.gyp:events_devices',
'../ui/views/views.gyp:views_test_support',
'ash',
@@ -1169,6 +1172,7 @@
'../third_party/icu/icu.gyp:icuuc',
'../ui/accessibility/accessibility.gyp:accessibility',
'../ui/app_list/app_list.gyp:app_list',
+ '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
'../ui/aura/aura.gyp:aura',
'../ui/aura/aura.gyp:aura_test_support',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
@@ -1268,6 +1272,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/app_list/app_list.gyp:app_list',
+ '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
'../ui/aura/aura.gyp:aura',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
'../ui/base/ui_base.gyp:ui_base',
« no previous file with comments | « ash/BUILD.gn ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698