| Index: ui/app_list/shower/app_list_shower_unittests.isolate
|
| diff --git a/ui/app_list/app_list_unittests.isolate b/ui/app_list/shower/app_list_shower_unittests.isolate
|
| similarity index 86%
|
| copy from ui/app_list/app_list_unittests.isolate
|
| copy to ui/app_list/shower/app_list_shower_unittests.isolate
|
| index d547128422b54a6ce37b00eac5fd5ce44f6cbf4a..21c67ee160362468d296cb18c04e09bfe087987a 100644
|
| --- a/ui/app_list/app_list_unittests.isolate
|
| +++ b/ui/app_list/shower/app_list_shower_unittests.isolate
|
| @@ -6,8 +6,8 @@
|
| ['use_x11==0', {
|
| 'variables': {
|
| 'command': [
|
| - '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/app_list_unittests<(EXECUTABLE_SUFFIX)',
|
| + '../../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/app_list_shower_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
| @@ -19,7 +19,7 @@
|
| ['use_x11==1', {
|
| 'variables': {
|
| 'command': [
|
| - '../../testing/xvfb.py',
|
| + '../../../testing/xvfb.py',
|
| '<(PRODUCT_DIR)',
|
| '<(PRODUCT_DIR)/app_list_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| @@ -29,7 +29,7 @@
|
| '--tsan=<(tsan)',
|
| ],
|
| 'files': [
|
| - '../../testing/xvfb.py',
|
| + '../../../testing/xvfb.py',
|
| '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| @@ -37,7 +37,7 @@
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'files': [
|
| - '../../testing/test_env.py',
|
| + '../../../testing/test_env.py',
|
| '<(PRODUCT_DIR)/ui_test.pak',
|
| ],
|
| },
|
| @@ -73,6 +73,6 @@
|
| }],
|
| ],
|
| 'includes': [
|
| - '../../base/base.isolate',
|
| + '../../../base/base.isolate',
|
| ],
|
| }
|
|
|