Commit 9ebd096f authored by machenbach's avatar machenbach Committed by Commit bot

[Swarming] Isolate shared libraries for windows.

BUG=chromium:535160
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#32114}
parent 6adea835
......@@ -29,6 +29,15 @@
],
},
}],
['OS=="win" and component=="shared_library"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/icui18n.dll',
'<(PRODUCT_DIR)/icuuc.dll',
'<(PRODUCT_DIR)/v8.dll',
],
},
}],
['tsan==1', {
'variables': {
'files': [
......
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