| Index: ui/touch_selection/ui_touch_selection_unittests.isolate
|
| diff --git a/ui/touch_selection/ui_touch_selection_unittests.isolate b/ui/touch_selection/ui_touch_selection_unittests.isolate
|
| index cfa3cff7260730f26f358050957de035c3ece335..9def52fbb154f17e2d54f3f52e8169a0630bd2ab 100644
|
| --- a/ui/touch_selection/ui_touch_selection_unittests.isolate
|
| +++ b/ui/touch_selection/ui_touch_selection_unittests.isolate
|
| @@ -11,11 +11,10 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="linux"', {
|
| + ['use_x11==0', {
|
| 'variables': {
|
| 'command': [
|
| - '../../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)',
|
| + '../../testing/test_env.py',
|
| '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| @@ -24,23 +23,13 @@
|
| '--msan=<(msan)',
|
| '--tsan=<(tsan)',
|
| ],
|
| - 'files': [
|
| - '../../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)/libosmesa.so',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="linux" and use_ozone==0', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| - ],
|
| },
|
| }],
|
| - ['OS=="mac" or OS=="win"', {
|
| + ['use_x11==1', {
|
| 'variables': {
|
| 'command': [
|
| - '../../testing/test_env.py',
|
| + '../../testing/xvfb.py',
|
| + '<(PRODUCT_DIR)',
|
| '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| @@ -49,6 +38,17 @@
|
| '--msan=<(msan)',
|
| '--tsan=<(tsan)',
|
| ],
|
| + 'files': [
|
| + '../../testing/xvfb.py',
|
| + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| + ],
|
| + },
|
| + }],
|
| + ['OS=="linux"', {
|
| + 'variables': {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/libosmesa.so',
|
| + ],
|
| },
|
| }],
|
| ['OS=="mac" and asan==1 and fastbuild==0', {
|
|
|