| Index: chrome/sync_integration_tests.isolate
|
| diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
|
| index 3c5e0e1f544455dd064880af90c08b28dbb7e507..20640c7403d4494a0a5a6aa24b274534e8e196d8 100644
|
| --- a/chrome/sync_integration_tests.isolate
|
| +++ b/chrome/sync_integration_tests.isolate
|
| @@ -3,7 +3,15 @@
|
| # found in the LICENSE file.
|
| {
|
| 'conditions': [
|
| - ['OS=="linux"', {
|
| + ['use_x11==0', {
|
| + 'variables': {
|
| + 'command': [
|
| + '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
|
| + '--test-launcher-bot-mode',
|
| + ],
|
| + },
|
| + }],
|
| + ['use_x11==1', {
|
| 'variables': {
|
| 'command': [
|
| '../testing/xvfb.py',
|
| @@ -14,15 +22,15 @@
|
| 'files': [
|
| '../testing/test_env.py',
|
| '../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)/libffmpegsumo.so',
|
| - '<(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)/libffmpegsumo.so',
|
| + '<(PRODUCT_DIR)/libosmesa.so',
|
| ],
|
| },
|
| }],
|
| @@ -49,14 +57,6 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="mac" or OS=="win"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
|
| - '--test-launcher-bot-mode',
|
| - ],
|
| - },
|
| - }],
|
| ['OS=="mac"', {
|
| 'variables': {
|
| 'files': [
|
|
|