Chromium Code Reviews| Index: testing/chromoting/chromoting_integration_tests.isolate |
| diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate |
| index b0c2d0023d18fe6323859c0fad2ec6d7688fbb3e..ac27705e40c4dc66669f53a10e540e81a6847833 100644 |
| --- a/testing/chromoting/chromoting_integration_tests.isolate |
| +++ b/testing/chromoting/chromoting_integration_tests.isolate |
| @@ -49,6 +49,16 @@ |
| ], |
| }, |
| }], |
| + ['OS=="win"', { |
| + 'variables': { |
| + 'files': [ |
| + # Copy the VS runtime DLLs into the isolate so that they |
|
M-A Ruel
2014/11/05 00:22:40
The comment doesn't match the files. Remove it.
I
anandc
2014/11/05 00:32:33
Right, we want browser_tests.exe, but not chrome.e
|
| + # don't have to be preinstalled on the target machine. |
| + '<(PRODUCT_DIR)/chrome_elf.dll', |
| + '<(PRODUCT_DIR)/ffmpegsumo.dll', |
| + ], |
| + }, |
| + }], |
| ['OS=="mac" or OS=="win"', { |
| 'variables': { |
| 'command': [ |