| Index: chrome/interactive_ui_tests.isolate
|
| diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
|
| index 3d2a1092ee7db8c9130977d83f6936def5103e3f..0fa49e2b08196ebfb86ffa7d5a905c150529a22d 100644
|
| --- a/chrome/interactive_ui_tests.isolate
|
| +++ b/chrome/interactive_ui_tests.isolate
|
| @@ -20,6 +20,13 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="linux" and use_mojo==1', {
|
| + 'variables': {
|
| + 'isolate_dependency_tracked': [
|
| + '<(PRODUCT_DIR)/lib/libmojo_system.so',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'isolate_dependency_tracked': [
|
|
|