Index: testing/chromoting/chromoting_integration_tests.isolate |
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate |
index 0bf8b7ac7f36d416d84b6b087863e7fd9d851574..6062cb2b2081c39f1ce07acef5c9968dc6c65636 100644 |
--- a/testing/chromoting/chromoting_integration_tests.isolate |
+++ b/testing/chromoting/chromoting_integration_tests.isolate |
@@ -85,7 +85,7 @@ |
], |
}, |
}], |
- ['OS=="win" or OS=="mac"', { |
+ ['OS=="win"', { |
'variables': { |
'command': [ |
'../test_env.py', |
@@ -100,6 +100,28 @@ |
], |
}, |
}], |
+ ['OS=="mac"', { |
+ 'variables': { |
+ 'command': [ |
+ '../test_env.py', |
+ '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
+ '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch', |
+ '--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', |
+ ], |
+ }, |
+ }], |
+ ['OS=="win" and kasko==1', { |
+ 'variables': { |
+ 'files': [ |
+ '<(PRODUCT_DIR)/kasko.dll', |
+ ], |
+ }, |
+ }], |
], |
'includes': [ |
'../../base/base.isolate', |