[Android WebView] Fix webview perf bot switchover to use org.chromium.webview_shell...
[chromium-blink-merge.git] / testing / chromoting / chromoting_integration_tests.isolate
blobeb7fec054479c321a0517e293a8f4929b538fe86
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'conditions': [
6     ['OS=="linux"', {
7       'variables': {
8         'command': [
9           './browser_tests_launcher.py',
10           '--commands_file',
11           './browser_test_commands_linux.txt',
12           '--prod_dir',
13           '<(PRODUCT_DIR)',
14           '--cfg_file',
15           '../../remoting/tools/internal/test-account-host-config.json',
16           '--me2me_manifest_file',
17           '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
18           '--it2me_manifest_file',
19           '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
20           '--user_profile_dir',
21           '/tmp/chromoting_test_profile',
22         ],
23         'files': [
24           '../xvfb.py',
25           './browser_tests_launcher.py',
26           './browser_test_commands_linux.txt',
27           '<(PRODUCT_DIR)/libosmesa.so',
28           '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
29           '../../remoting/tools/internal/test-account-host-config.json',
30           '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
31           '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
32           '<(PRODUCT_DIR)/remoting-me2me-host.deb',
33           '<(PRODUCT_DIR)/nacl_helper',
34           '<(PRODUCT_DIR)/nacl_helper_bootstrap',
35           '<(PRODUCT_DIR)/pnacl/',
36           '../../remoting/internal/config/',
37         ],
38       },
39     }],
40     ['OS=="linux" and use_ozone==0', {
41       'variables': {
42         'files': [
43           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
44         ],
45       },
46     }],
47      ['OS=="linux" or OS=="mac" or OS=="win"', {
48       'variables': {
49         'files': [
50           '../test_env.py',
51           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
52           '<(PRODUCT_DIR)/remoting/remoting.webapp/',
53           '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/',
54           '<(PRODUCT_DIR)/remoting/browser_test_resources/',
55           '<(PRODUCT_DIR)/resources.pak',
56           '../../remoting/tools/internal/test_accounts.json',
57         ],
58         'read_only': 1,
59       },
60     }],
61     ['OS=="linux" or OS=="win"', {
62       'variables': {
63         'files': [
64           '<(PRODUCT_DIR)/chrome_100_percent.pak',
65           '<(PRODUCT_DIR)/locales/en-US.pak',
66         ],
67       },
68     }],
69     ['OS=="win"', {
70       'variables': {
71         'files': [
72           '<(PRODUCT_DIR)/chrome_elf.dll',
73           '<(PRODUCT_DIR)/libglesv2.dll',
74         ],
75       },
76     }],
77     ['OS=="mac"', {
78       'variables': {
79         'files': [
80           '<(PRODUCT_DIR)/<(mac_product_name).app/',
81           '<(PRODUCT_DIR)/exif.so',
82         ],
83       },
84     }],
85     ['OS=="win"', {
86       'variables': {
87         'command': [
88           '../test_env.py',
89           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
90           '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBrowserTest.MANUAL_Auth',
91           '--run-manual',
92           '--ui-test-action-timeout=100000',
93           '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
94           '--extension-name=Chromoting',
95           '--accounts-file=../../remoting/tools/internal/test_accounts.json',
96           '--account-type=gmail',
97         ],
98       },
99     }],
100     ['OS=="mac"', {
101       'variables': {
102         'command': [
103           '../test_env.py',
104           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
105           '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
106           '--run-manual',
107           '--ui-test-action-timeout=100000',
108           '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
109           '--extension-name=Chromoting',
110           '--accounts-file=../../remoting/tools/internal/test_accounts.json',
111           '--account-type=gmail',
112         ],
113       },
114     }],
115     ['OS=="win" and kasko==1', {
116       'variables': {
117         'files': [
118           '<(PRODUCT_DIR)/kasko.dll',
119         ],
120       },
121     }],
122   ],
123   'includes': [
124     '../../base/base.isolate',
125     '../../gin/v8.isolate',
126   ],