Index: content/content_unittests.isolate |
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate |
index fe45bde16a552048bb6727af81fe5ab20e324827..5ff64366449a9e2d938659bc121d15f99ceede77 100644 |
--- a/content/content_unittests.isolate |
+++ b/content/content_unittests.isolate |
@@ -58,6 +58,13 @@ |
], |
}, |
}], |
+ ['OS=="linux" and libpeer_target_type=="loadable_module"', { |
+ 'variables': { |
+ 'isolate_dependency_tracked': [ |
+ '<(PRODUCT_DIR)/lib/libpeerconnection.so', |
+ ], |
+ }, |
+ }], |
['OS=="mac"', { |
'variables': { |
'command': [ |
@@ -97,6 +104,13 @@ |
], |
}, |
}], |
+ ['OS=="win" and libpeer_target_type=="loadable_module"', { |
+ 'variables': { |
+ 'isolate_dependency_tracked': [ |
+ '<(PRODUCT_DIR)/libpeerconnection.dll', |
+ ], |
+ }, |
+ }], |
], |
'includes': [ |
'../base/base.isolate', |