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

Unified Diff: ui/app_list/presenter/app_list_presenter_unittests.isolate

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_impl_unittest.cc ('k') | ui/app_list/presenter/test/DEPS » ('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_unittests.isolate
diff --git a/ui/app_list/shower/app_list_shower_unittests.isolate b/ui/app_list/presenter/app_list_presenter_unittests.isolate
similarity index 88%
rename from ui/app_list/shower/app_list_shower_unittests.isolate
rename to ui/app_list/presenter/app_list_presenter_unittests.isolate
index 2a89e3e72646efa9cf464e001ca87a2cf925a2ce..28e79d79b71dda6e3a171a90847718a0ef50f05a 100644
--- a/ui/app_list/shower/app_list_shower_unittests.isolate
+++ b/ui/app_list/presenter/app_list_presenter_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'command': [
'../../../testing/test_env.py',
- '<(PRODUCT_DIR)/app_list_shower_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/app_list_presenter_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -21,7 +21,7 @@
'command': [
'../../../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/app_list_shower_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/app_list_presenter_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -66,7 +66,7 @@
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/app_list_shower_unittests.dSYM/',
+ '<(PRODUCT_DIR)/app_list_presenter_unittests.dSYM/',
'<(PRODUCT_DIR)/osmesa.so.dSYM/',
],
},
« no previous file with comments | « ui/app_list/presenter/app_list_presenter_impl_unittest.cc ('k') | ui/app_list/presenter/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698