Update V8 to version 4.6.62.
[chromium-blink-merge.git] / testing / chromoting / app_remoting_integration_tests.isolate
blob3a4453c7777fcf6203045ee11dfc5f2e048c657b
1 # Copyright 2015 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)/ar_test_driver',
12           '--username=appremotingtestdriver_chromium_01@lgtestuser.com',
13           '--environment=staging',
14           '--refresh-token-file=../../remoting/tools/internal/refresh_tokens.json',
15           '--show-host-availability',
16           '--release-hosts-after-tests',
17           '--verbosity=2',
18           '--v=2',
19         ],
20         'files': [
21           '../xvfb.py',
22           '../test_env.py',
23           '<(PRODUCT_DIR)/ar_test_driver',
24           '../../remoting/tools/internal/refresh_tokens.json',
25         ],
26       },
27     }],
28     ['OS=="linux" and use_ozone==0', {
29       'variables': {
30         'files': [
31           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
32         ],
33       },
34     }],
35   ],
36   'includes': [
37     '../../base/base.isolate',
38   ],