| OLD | NEW |
| 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 } |
| OLD | NEW |