| Index: media/cast/cast_unittests.isolate
|
| diff --git a/media/cast/cast_unittests.isolate b/media/cast/cast_unittests.isolate
|
| index bdbca13b459689fe0dbef4071720d1212159f8ca..26b93953e73c8d7bafaed8192c39f17f9c2305a6 100644
|
| --- a/media/cast/cast_unittests.isolate
|
| +++ b/media/cast/cast_unittests.isolate
|
| @@ -3,7 +3,20 @@
|
| # found in the LICENSE file.
|
| {
|
| 'conditions': [
|
| - ['OS=="linux"', {
|
| + ['use_x11==0', {
|
| + 'variables': {
|
| + 'command': [
|
| + '../../testing/test_env.py',
|
| + '<(PRODUCT_DIR)/cast_unittests<(EXECUTABLE_SUFFIX)',
|
| + '--brave-new-test-launcher',
|
| + '--test-launcher-bot-mode',
|
| + '--asan=<(asan)',
|
| + '--msan=<(msan)',
|
| + '--tsan=<(tsan)',
|
| + ],
|
| + },
|
| + }],
|
| + ['use_x11==1', {
|
| 'variables': {
|
| 'command': [
|
| '../../testing/xvfb.py',
|
| @@ -17,14 +30,14 @@
|
| ],
|
| 'files': [
|
| '../../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)/libffmpegsumo.so',
|
| + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
| - ['OS=="linux" and use_ozone==0', {
|
| + ['OS=="linux"', {
|
| 'variables': {
|
| 'files': [
|
| - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/libffmpegsumo.so',
|
| ],
|
| },
|
| }],
|
| @@ -43,19 +56,6 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="mac" or OS=="win"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/cast_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': [
|
|
|