Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Side by Side Diff: testing/chromoting/app_remoting_integration_tests.isolate

Issue 1357973002: Removing Test and Staging environments from App Remoting Test Driver tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing unittest Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/test/remote_host_info_fetcher_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../xvfb.py', 9 '../xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
11 '<(PRODUCT_DIR)/ar_test_driver', 11 '<(PRODUCT_DIR)/ar_test_driver',
12 '--username=appremotingtestdriver_chromium_01@lgtestuser.com', 12 '--username=appremotingtestdriver_chromium_01@lgtestuser.com',
13 '--environment=dev',
14 '--refresh-token-file=../../remoting/tools/internal/refresh_tokens.jso n', 13 '--refresh-token-file=../../remoting/tools/internal/refresh_tokens.jso n',
15 '--show-host-availability', 14 '--show-host-availability',
16 '--release-hosts-after-tests', 15 '--release-hosts-after-tests',
17 '--verbosity=2', 16 '--verbosity=2',
18 '--v=2', 17 '--v=2',
19 ], 18 ],
20 'files': [ 19 'files': [
21 '../xvfb.py', 20 '../xvfb.py',
22 '../test_env.py', 21 '../test_env.py',
23 '<(PRODUCT_DIR)/ar_test_driver', 22 '<(PRODUCT_DIR)/ar_test_driver',
24 '../../remoting/tools/internal/refresh_tokens.json', 23 '../../remoting/tools/internal/refresh_tokens.json',
25 ], 24 ],
26 }, 25 },
27 }], 26 }],
28 ['OS=="linux" and use_ozone==0', { 27 ['OS=="linux" and use_ozone==0', {
29 'variables': { 28 'variables': {
30 'files': [ 29 'files': [
31 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 30 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
32 ], 31 ],
33 }, 32 },
34 }], 33 }],
35 ], 34 ],
36 'includes': [ 35 'includes': [
37 '../../base/base.isolate', 36 '../../base/base.isolate',
38 ], 37 ],
39 } 38 }
OLDNEW
« no previous file with comments | « remoting/test/remote_host_info_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698