| Index: chrome/interactive_ui_tests.isolate
|
| diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
|
| index b5595bf480626fac1118dee15950c7f2b4ada1fd..0ebf5f182aea551ade29862d055dc832425bfe88 100644
|
| --- a/chrome/interactive_ui_tests.isolate
|
| +++ b/chrome/interactive_ui_tests.isolate
|
| @@ -15,13 +15,19 @@
|
| '../testing/xvfb.py',
|
| '<(PRODUCT_DIR)/libffmpegsumo.so',
|
| '<(PRODUCT_DIR)/libosmesa.so',
|
| - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'isolate_dependency_untracked': [
|
| '<(PRODUCT_DIR)/pyproto/',
|
| ],
|
| },
|
| }],
|
| + ['OS=="linux" and use_ozone==0', {
|
| + 'variables': {
|
| + 'isolate_dependency_tracked': [
|
| + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'isolate_dependency_tracked': [
|
|
|