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

Unified Diff: ui/app_list/presenter/app_list_presenter.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 | « ui/app_list/presenter/app_list_presenter.h ('k') | ui/app_list/presenter/app_list_presenter_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/presenter/app_list_presenter.gyp
diff --git a/ui/app_list/shower/app_list_shower.gyp b/ui/app_list/presenter/app_list_presenter.gyp
similarity index 69%
rename from ui/app_list/shower/app_list_shower.gyp
rename to ui/app_list/presenter/app_list_presenter.gyp
index 1d342622265a6e99744d4a51a8078b75872cc570..57b8e538c181cdb74ed4d7ad55a3456489a31144 100644
--- a/ui/app_list/shower/app_list_shower.gyp
+++ b/ui/app_list/presenter/app_list_presenter.gyp
@@ -8,8 +8,8 @@
},
'targets': [
{
- # GN version: //ui/app_list/shower
- 'target_name': 'app_list_shower',
+ # GN version: //ui/app_list/presenter
+ 'target_name': 'app_list_presenter',
'type': '<(component)',
'dependencies': [
'../../../base/base.gyp:base',
@@ -23,38 +23,38 @@
'../app_list.gyp:app_list',
],
'defines': [
- 'APP_LIST_SHOWER_IMPLEMENTATION',
+ 'APP_LIST_PRESENTER_IMPLEMENTATION',
],
'sources': [
# Note: sources list duplicated in GN build.
- 'app_list_shower.h',
- 'app_list_shower_delegate.h',
- 'app_list_shower_delegate_factory.h',
- 'app_list_shower_export.h',
- 'app_list_shower_impl.cc',
- 'app_list_shower_impl.h',
+ 'app_list_presenter.h',
+ 'app_list_presenter_delegate.h',
+ 'app_list_presenter_delegate_factory.h',
+ 'app_list_presenter_export.h',
+ 'app_list_presenter_impl.cc',
+ 'app_list_presenter_impl.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
{
- # GN version: //ui/app_list/shower:test_support
- 'target_name': 'app_list_shower_test_support',
+ # GN version: //ui/app_list/presenter:test_support
+ 'target_name': 'app_list_presenter_test_support',
'type': 'static_library',
'dependencies': [
'../../../base/base.gyp:base',
'../../../skia/skia.gyp:skia',
- 'app_list_shower',
+ 'app_list_presenter',
],
'sources': [
# Note: sources list duplicated in GN build.
- 'test/app_list_shower_impl_test_api.cc',
- 'test/app_list_shower_impl_test_api.h',
+ 'test/app_list_presenter_impl_test_api.cc',
+ 'test/app_list_presenter_impl_test_api.h',
],
},
{
- # GN version: //ui/app_list/shower:app_list_shower_unittests
- 'target_name': 'app_list_shower_unittests',
+ # GN version: //ui/app_list/presenter:app_list_presenter_unittests
+ 'target_name': 'app_list_presenter_unittests',
'type': 'executable',
'dependencies': [
'../../../base/base.gyp:base',
@@ -66,12 +66,12 @@
'../../views/views.gyp:views',
'../../wm/wm.gyp:wm',
'../app_list.gyp:app_list_test_support',
- 'app_list_shower',
- 'app_list_shower_test_support',
+ 'app_list_presenter',
+ 'app_list_presenter_test_support',
],
'sources': [
# Note: sources list duplicated in GN build.
- 'app_list_shower_impl_unittest.cc',
+ 'app_list_presenter_impl_unittest.cc',
'test/run_all_unittests.cc',
],
# Disable c4267 warnings until we fix size_t to int truncations.
@@ -82,16 +82,16 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'app_list_shower_unittests_run',
+ 'target_name': 'app_list_presenter_unittests_run',
'type': 'none',
'dependencies': [
- 'app_list_shower_unittests',
+ 'app_list_presenter_unittests',
],
'includes': [
'../../../build/isolate.gypi',
],
'sources': [
- 'app_list_shower_unittests.isolate',
+ 'app_list_presenter_unittests.isolate',
],
'conditions': [
['use_x11 == 1', {
« no previous file with comments | « ui/app_list/presenter/app_list_presenter.h ('k') | ui/app_list/presenter/app_list_presenter_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698