Commit d42e0915 authored by anandc's avatar anandc Committed by Commit bot

Include chrome_elf.dll and ffmpegsumo.dll in Windows isolate for Chromoting tests.

BUG=425176

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

Cr-Commit-Position: refs/heads/master@{#302735}
parent c44cb64d
......@@ -49,6 +49,14 @@
],
},
}],
['OS=="win"', {
'variables': {
'files': [
'<(PRODUCT_DIR)/chrome_elf.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
],
},
}],
['OS=="mac" or OS=="win"', {
'variables': {
'command': [
......
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