| Index: ui/events/events_unittests.isolate
|
| diff --git a/ui/events/events_unittests.isolate b/ui/events/events_unittests.isolate
|
| index 9f352181889208b4b5292eadf1504128eb3bc931..220d1c220f59de64a74e85d0f250791557815b17 100644
|
| --- a/ui/events/events_unittests.isolate
|
| +++ b/ui/events/events_unittests.isolate
|
| @@ -3,15 +3,20 @@
|
| # found in the LICENSE file.
|
| {
|
| 'conditions': [
|
| - ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| + ['use_x11==0', {
|
| 'variables': {
|
| - 'files': [
|
| + 'command': [
|
| '../../testing/test_env.py',
|
| '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
|
| + '--brave-new-test-launcher',
|
| + '--test-launcher-bot-mode',
|
| + '--asan=<(asan)',
|
| + '--msan=<(msan)',
|
| + '--tsan=<(tsan)',
|
| ],
|
| },
|
| }],
|
| - ['OS=="linux"', {
|
| + ['use_x11==1', {
|
| 'variables': {
|
| 'command': [
|
| '../../testing/xvfb.py',
|
| @@ -25,14 +30,22 @@
|
| ],
|
| 'files': [
|
| '../../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)/libosmesa.so',
|
| + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| + ],
|
| + },
|
| + }],
|
| + ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| + 'variables': {
|
| + 'files': [
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
| ['OS=="linux" and use_ozone==0', {
|
| 'variables': {
|
| 'files': [
|
| - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/libosmesa.so',
|
| ],
|
| },
|
| }],
|
| @@ -50,19 +63,6 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="mac" or OS=="win"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
|
| - '--brave-new-test-launcher',
|
| - '--test-launcher-bot-mode',
|
| - '--asan=<(asan)',
|
| - '--msan=<(msan)',
|
| - '--tsan=<(tsan)',
|
| - ],
|
| - },
|
| - }],
|
| ['OS=="mac" and asan==1 and fastbuild==0', {
|
| 'variables': {
|
| 'files': [
|
|
|