OLD | NEW |
(Empty) | |
| 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. |
| 4 |
| 5 { |
| 6 'includes': [ |
| 7 '../../legion/legion.isolate', |
| 8 ], |
| 9 'variables': { |
| 10 'command': [ |
| 11 'python', |
| 12 'example_test_controller.py', |
| 13 '--commands_file', |
| 14 '../browser_test_commands_linux.txt', |
| 15 '--prod_dir', |
| 16 '<(PRODUCT_DIR)', |
| 17 '--cfg_file', |
| 18 '../../../remoting/tools/internal/test-account-host-config.json', |
| 19 '--me2me_manifest_file', |
| 20 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json', |
| 21 '--it2me_manifest_file', |
| 22 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json', |
| 23 '--user_profile_dir', |
| 24 '/tmp/chromoting_test_profile', |
| 25 ], |
| 26 'files': [ |
| 27 'example_test_controller.py', |
| 28 '../../../tools/swarming_client/', |
| 29 ], |
| 30 }, |
| 31 } |
OLD | NEW |