Index: chrome/unit_tests.isolate |
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate |
index f35ecc87cfb866616fcfd08f73f6b7ae25f2dddd..1d55d7e9798861a1e9a8627747e531930f318673 100644 |
--- a/chrome/unit_tests.isolate |
+++ b/chrome/unit_tests.isolate |
@@ -57,6 +57,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': [ |