Remove the RenderProcessHost observer and attach the WebContentsObserver earlier...
[chromium-blink-merge.git] / testing / chromoting / chromoting_integration_tests.isolate
blob4b45213e98c4ad492a5b80028c89c839b1c479de
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           '../xvfb.py',
10           '<(PRODUCT_DIR)',
11           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
12           '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
13           '--run-manual',
14           '--ui-test-action-timeout=100000',
15           '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
16           '--extension-name=Chromoting',
17         ],
18         'files': [
19           '../xvfb.py',
20           '<(PRODUCT_DIR)/libffmpegsumo.so',
21           '<(PRODUCT_DIR)/libosmesa.so',
22           '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
23         ],
24       },
25     }],
26     ['OS=="linux" and use_ozone==0', {
27       'variables': {
28         'files': [
29           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
30         ],
31       },
32     }],
33      ['OS=="linux" or OS=="mac" or OS=="win"', {
34       'variables': {
35         'files': [
36           '../test_env.py',
37           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
38           '<(PRODUCT_DIR)/remoting/remoting.webapp/',
39           '<(PRODUCT_DIR)/resources.pak',
40         ],
41         'read_only': 1,
42       },
43     }],
44     ['OS=="linux" or OS=="win"', {
45       'variables': {
46         'files': [
47           '<(PRODUCT_DIR)/chrome_100_percent.pak',
48           '<(PRODUCT_DIR)/locales/en-US.pak',
49         ],
50       },
51     }],
52     ['OS=="mac" or OS=="win"', {
53       'variables': {
54         'command': [
55           '../testing/test_env.py',
56           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
57           '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
58           '--run-manual',
59           '--ui-test-action-timeout=100000',
60           '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
61           '--extension-name=Chromoting',
62         ],
63       },
64     }],
65   ],
66   'includes': [
67     '../../base/base.isolate',
68   ],