| Index: ui/touch_selection/ui_touch_selection_unittests.isolate
|
| diff --git a/ui/events/events_unittests.isolate b/ui/touch_selection/ui_touch_selection_unittests.isolate
|
| similarity index 86%
|
| copy from ui/events/events_unittests.isolate
|
| copy to ui/touch_selection/ui_touch_selection_unittests.isolate
|
| index 024de78a2061f96290d6f4e5d96a5c04e41cab39..68e1e01504424d757f7b5c9c3c0798275317c67a 100644
|
| --- a/ui/events/events_unittests.isolate
|
| +++ b/ui/touch_selection/ui_touch_selection_unittests.isolate
|
| @@ -7,7 +7,7 @@
|
| 'variables': {
|
| 'files': [
|
| '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
| @@ -16,7 +16,7 @@
|
| 'command': [
|
| '../../testing/xvfb.py',
|
| '<(PRODUCT_DIR)',
|
| - '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
| @@ -53,7 +53,7 @@
|
| 'variables': {
|
| 'command': [
|
| '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
|
|