| Index: content/content_unittests.isolate
|
| diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
|
| index 212893685937d3205b41e5a4afc9b8f8534be440..19820370253a7e4321a9f4904af9a2991d2ccb28 100644
|
| --- a/content/content_unittests.isolate
|
| +++ b/content/content_unittests.isolate
|
| @@ -56,6 +56,13 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="linux" and libpeer_target_type=="loadable_module"', {
|
| + 'variables': {
|
| + 'isolate_dependency_tracked': [
|
| + '<(PRODUCT_DIR)/lib/libpeerconnection.so',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="mac"', {
|
| 'variables': {
|
| 'command': [
|
| @@ -91,6 +98,13 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="win" and libpeer_target_type=="loadable_module"', {
|
| + 'variables': {
|
| + 'isolate_dependency_tracked': [
|
| + '<(PRODUCT_DIR)/libpeerconnection.dll',
|
| + ],
|
| + },
|
| + }],
|
| ],
|
| 'includes': [
|
| '../third_party/icu/icu.isolate',
|
|
|