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 79% |
copy from ui/app_list/app_list_unittests.isolate |
copy to ui/app_list/shower/app_list_shower_unittests.isolate |
index d547128422b54a6ce37b00eac5fd5ce44f6cbf4a..2a89e3e72646efa9cf464e001ca87a2cf925a2ce 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,9 +19,9 @@ |
['use_x11==1', { |
'variables': { |
'command': [ |
- '../../testing/xvfb.py', |
+ '../../../testing/xvfb.py', |
'<(PRODUCT_DIR)', |
- '<(PRODUCT_DIR)/app_list_unittests<(EXECUTABLE_SUFFIX)', |
+ '<(PRODUCT_DIR)/app_list_shower_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
@@ -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', |
], |
}, |
@@ -66,13 +66,13 @@ |
['OS=="mac" and asan==1 and fastbuild==0', { |
'variables': { |
'files': [ |
- '<(PRODUCT_DIR)/app_list_unittests.dSYM/', |
+ '<(PRODUCT_DIR)/app_list_shower_unittests.dSYM/', |
'<(PRODUCT_DIR)/osmesa.so.dSYM/', |
], |
}, |
}], |
], |
'includes': [ |
- '../../base/base.isolate', |
+ '../../../base/base.isolate', |
], |
} |