Index: testing/chromoting/chromoting_integration_tests.isolate |
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate |
index 88fe16212cfc703e9f10e01e0c847ba217c94b04..c091ac8d3ae4e07d61bfb5fec19abcab4e49778e 100644 |
--- a/testing/chromoting/chromoting_integration_tests.isolate |
+++ b/testing/chromoting/chromoting_integration_tests.isolate |
@@ -75,7 +75,7 @@ |
], |
}, |
}], |
- ['OS=="mac" or OS=="win"', { |
+ ['OS=="mac"', { |
'variables': { |
'command': [ |
'../test_env.py', |
@@ -88,6 +88,21 @@ |
], |
}, |
}], |
+ ['OS=="win"', { |
+ 'variables': { |
+ 'command': [ |
+ '../test_env.py', |
+ '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
+ '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBrowserTest.MANUAL_Auth', |
+ '--run-manual', |
+ '--ui-test-action-timeout=100000', |
+ '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2', |
+ '--extension-name=Chromoting', |
+ '--accounts-file=../../remoting/tools/internal/test_accounts.json', |
+ '--account-type=gmail', |
+ ], |
+ }, |
+ }], |
], |
'includes': [ |
'../../base/base.isolate', |