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

Unified Diff: ash/ash.gyp

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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/app_list/app_list_view_delegate_factory.h ('k') | ash/mus/BUILD.gn » ('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 3ef16eb568935d4962fe8ebb6caa233a79a1b1f9..61803d1e1a864dc5ed225438af19baa9a0d44f8a 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -28,10 +28,10 @@
'accelerators/spoken_feedback_toggler.cc',
'accelerators/spoken_feedback_toggler.h',
'accessibility_delegate.h',
- 'app_list/app_list_shower_delegate.cc',
- 'app_list/app_list_shower_delegate.h',
- 'app_list/app_list_shower_delegate_factory.cc',
- 'app_list/app_list_shower_delegate_factory.h',
+ 'app_list/app_list_presenter_delegate.cc',
+ 'app_list/app_list_presenter_delegate.h',
+ 'app_list/app_list_presenter_delegate_factory.cc',
+ 'app_list/app_list_presenter_delegate_factory.h',
'app_list/app_list_view_delegate_factory.h',
'ash_constants.cc',
'ash_constants.h',
@@ -814,7 +814,7 @@
'accelerators/accelerator_table_unittest.cc',
'accelerators/magnifier_key_scroller_unittest.cc',
'accelerators/spoken_feedback_toggler_unittest.cc',
- 'app_list/app_list_shower_delegate_unittest.cc',
+ 'app_list/app_list_presenter_delegate_unittest.cc',
'ash_touch_exploration_manager_chromeos_unittest.cc',
'autoclick/autoclick_unittest.cc',
'content/display/screen_orientation_controller_chromeos_unittest.cc',
@@ -969,7 +969,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/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
'../ui/aura/aura.gyp:aura',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
'../ui/base/ui_base.gyp:ui_base',
@@ -1104,7 +1104,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/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
'../ui/events/devices/events_devices.gyp:events_devices',
'../ui/views/views.gyp:views_test_support',
'ash',
@@ -1167,7 +1167,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/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
'../ui/aura/aura.gyp:aura',
'../ui/aura/aura.gyp:aura_test_support',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
@@ -1267,7 +1267,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/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
'../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/app_list/app_list_view_delegate_factory.h ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698