Update V8 to version 4.6.62.
[chromium-blink-merge.git] / testing / chromoting / chromoting_integration_tests.isolate
blobda6b5f41d53491a94d2db0f1368446e3732bb095
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)/remoting_me2me_host',
28           '<(PRODUCT_DIR)/libosmesa.so',
29           '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
30           '../../remoting/tools/internal/test-account-host-config.json',
31           '../../remoting/host/linux/linux_me2me_host.py',
32           '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
33           '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
34           '<(PRODUCT_DIR)/remoting-me2me-host.deb',
35           '<(PRODUCT_DIR)/nacl_helper',
36           '<(PRODUCT_DIR)/nacl_helper_bootstrap',
37           '<(PRODUCT_DIR)/pnacl/',
38           '<(PRODUCT_DIR)/remoting_locales/',
39           '../../remoting/internal/config/',
40         ],
41       },
42     }],
43     ['OS=="linux" and use_ozone==0', {
44       'variables': {
45         'files': [
46           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
47         ],
48       },
49     }],
50      ['OS=="linux" or OS=="mac" or OS=="win"', {
51       'variables': {
52         'files': [
53           '../test_env.py',
54           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
55           '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/',
56           '<(PRODUCT_DIR)/remoting/browser_test_resources/',
57           '<(PRODUCT_DIR)/resources.pak',
58           '../../remoting/tools/internal/test_accounts.json',
59         ],
60       },
61     }],
62     ['OS=="linux" or OS=="win"', {
63       'variables': {
64         'files': [
65           '<(PRODUCT_DIR)/chrome_100_percent.pak',
66           '<(PRODUCT_DIR)/locales/en-US.pak',
67         ],
68       },
69     }],
70     ['OS=="win"', {
71       'variables': {
72         'files': [
73           '<(PRODUCT_DIR)/chrome_elf.dll',
74           '<(PRODUCT_DIR)/libglesv2.dll',
75         ],
76       },
77     }],
78     ['OS=="mac"', {
79       'variables': {
80         'files': [
81           '<(PRODUCT_DIR)/<(mac_product_name).app/',
82           '<(PRODUCT_DIR)/exif.so',
83         ],
84       },
85     }],
86     ['OS=="win"', {
87       'variables': {
88         'command': [
89           '../test_env.py',
90           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
91           '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBrowserTest.MANUAL_Auth',
92           '--run-manual',
93           '--ui-test-action-timeout=100000',
94           '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
95           '--extension-name=Chromoting',
96           '--accounts-file=../../remoting/tools/internal/test_accounts.json',
97           '--account-type=gmail',
98         ],
99       },
100     }],
101     ['OS=="mac"', {
102       'variables': {
103         'command': [
104           '../test_env.py',
105           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
106           '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
107           '--run-manual',
108           '--ui-test-action-timeout=100000',
109           '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
110           '--extension-name=Chromoting',
111           '--accounts-file=../../remoting/tools/internal/test_accounts.json',
112           '--account-type=gmail',
113         ],
114       },
115     }],
116     ['OS=="win" and kasko==1', {
117       'variables': {
118         'files': [
119           '<(PRODUCT_DIR)/kasko.dll',
120         ],
121       },
122     }],
123   ],
124   'includes': [
125     '../../base/base.isolate',
126     '../../gin/v8.isolate',
127   ],