[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}
This commit is contained in:
machenbach 2015-11-19 05:30:28 -08:00 committed by Commit bot
parent 6adea83502
commit 9ebd096fa3

View File

@ -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': [