| Index: ui/base/ui_base_unittests.isolate
|
| diff --git a/ui/base/ui_base_unittests.isolate b/ui/base/ui_base_unittests.isolate
|
| index 16f6dd5fae04848172cbd51af4633d673df4fd15..cc220b6bd16dc4011fab0d026c1f777900d05d32 100644
|
| --- a/ui/base/ui_base_unittests.isolate
|
| +++ b/ui/base/ui_base_unittests.isolate
|
| @@ -21,7 +21,19 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="linux"', {
|
| + ['use_x11==0', {
|
| + 'variables': {
|
| + 'command': [
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
|
| + '--brave-new-test-launcher',
|
| + '--test-launcher-bot-mode',
|
| + '--asan=<(asan)',
|
| + '--lsan=<(lsan)',
|
| + ],
|
| + },
|
| + }],
|
| + ['use_x11==1', {
|
| 'variables': {
|
| 'command': [
|
| '../../testing/xvfb.py',
|
| @@ -34,14 +46,14 @@
|
| ],
|
| 'files': [
|
| '../../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)/libosmesa.so',
|
| + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
| - ['OS=="linux" and use_ozone==0', {
|
| + ['OS=="linux"', {
|
| 'variables': {
|
| 'files': [
|
| - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/libosmesa.so',
|
| ],
|
| },
|
| }],
|
| @@ -60,18 +72,6 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="mac" or OS=="win"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)',
|
| - '--brave-new-test-launcher',
|
| - '--test-launcher-bot-mode',
|
| - '--asan=<(asan)',
|
| - '--lsan=<(lsan)',
|
| - ],
|
| - },
|
| - }],
|
| ],
|
| 'includes': [
|
| '../../base/base.isolate',
|
|
|