Convert events_unittests to run exclusively on Swarming
[chromium-blink-merge.git] / testing / chromoting / integration_tests.gyp
blob8e535ac5e458bf5ee423968e5de8b54f2d0f6fd4
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.
6   'conditions': [
7     ['archive_chromoting_tests==1', {
8       'targets': [
9         {
10           'target_name': 'app_remoting_integration_tests_run',
11           'includes': [
12             './dependencies.gypi',
13           ],
14           'sources': [
15             'app_remoting_integration_tests.isolate',
16           ],
17         },  # target_name: 'app_remoting_integration_tests_run'
18         {
19           'target_name': 'chromoting_integration_tests_run',
20           'includes': [
21             './dependencies.gypi',
22           ],
23           'sources': [
24             'chromoting_integration_tests.isolate',
25           ],
26         },  # target_name: 'chromoting_integration_tests_run'
27         {
28           'target_name': 'chromoting_multi_machine_example_test',
29           'includes': [
30             './dependencies.gypi',
31           ],
32           'sources': [
33             'multi_machine_example/example_test_controller.isolate',
34             'multi_machine_example/example_task.isolate',
35           ],
36         },  # target_name: 'chromoting_multi_machine_example_test'
37       ],
38     }],
39   ],