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..db21d82b6a55f362bbe794679a3119ac18bf351d 100644 |
--- a/testing/chromoting/chromoting_integration_tests.isolate |
+++ b/testing/chromoting/chromoting_integration_tests.isolate |
@@ -49,6 +49,23 @@ |
], |
}, |
}], |
+ ['OS=="win"', { |
+ 'variables': { |
+ 'files': [ |
+ '<(PRODUCT_DIR)/chrome_elf.dll', |
+ '<(PRODUCT_DIR)/ffmpegsumo.dll', |
+ ], |
+ }, |
+ }], |
+ ['OS=="mac"', { |
+ 'variables': { |
+ 'files': [ |
+ '<(PRODUCT_DIR)/<(mac_product_name).app/', |
+ '<(PRODUCT_DIR)/exif.so', |
+ '<(PRODUCT_DIR)/ffmpegsumo.so', |
+ ], |
+ }, |
+ }], |
['OS=="mac" or OS=="win"', { |
'variables': { |
'command': [ |