Commit dc5d96aa authored by maruel's avatar maruel Committed by Commit bot

Fix regression while I worked on removing support for isolate_dependency_tracked.

It's a trivial change. The next swarming_client/ DEPS roll will enforce that no
further regression occurs.

TBR=vadimsh@chromium.org
NOTRY=true
BUG=

Review URL: https://codereview.chromium.org/636283010

Cr-Commit-Position: refs/heads/master@{#300669}
parent 9f8fcc9b
......@@ -60,7 +60,7 @@
}],
['OS=="linux" and libpeer_target_type=="loadable_module"', {
'variables': {
'isolate_dependency_tracked': [
'files': [
'<(PRODUCT_DIR)/lib/libpeerconnection.so',
],
},
......@@ -106,7 +106,7 @@
}],
['OS=="win" and libpeer_target_type=="loadable_module"', {
'variables': {
'isolate_dependency_tracked': [
'files': [
'<(PRODUCT_DIR)/libpeerconnection.dll',
],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment