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.
7 'run_multi_machine_tests%': '0',
11 ['archive_chromoting_tests==1', {
16 'target_name': 'app_remoting_integration_tests_run',
18 './dependencies.gypi',
21 'app_remoting_integration_tests.isolate',
23 }, # target_name: 'app_remoting_integration_tests_run'
25 'target_name': 'chromoting_integration_tests_run',
27 './dependencies.gypi',
30 'chromoting_integration_tests.isolate',
32 }, # target_name: 'chromoting_integration_tests_run'
35 ['run_multi_machine_tests==1', {
38 'target_name': 'chromoting_multi_machine_example_test',
40 './dependencies.gypi',
43 'multi_machine_example/example_test_controller.isolate',
44 'multi_machine_example/example_task.isolate',
46 }, # target_name: 'chromoting_multi_machine_example_test'
52 'target_name': 'chromoting_browser_tests_run',
54 './dependencies.gypi',
57 'chromoting_browser_tests.isolate',
63 'action_name': 'download_test_files',
65 'dl_files_script': './download_test_files.py',
66 'files_list': './chromoting_test_files.txt',
67 'output_folder': './',
83 'message': 'Downloading required Remoting test files.',
88 }, # target_name: 'chromoting_browser_integration_tests_run'