| 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/',
|
| ],
|
| },
|
|
|