Add NetLog to CastBrowserProcess.
[chromium-blink-merge.git] / testing / chromoting / integration_tests.gyp
blob40c80eeed89d5295509cd905b9b420c859b8f693
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   'variables': {
7     'run_multi_machine_tests%': '0',
8   },
10   'conditions': [
11     ['archive_chromoting_tests==1', {
12       'conditions': [
13         ['OS=="linux"', {
14           'targets': [
15             {
16               'target_name': 'app_remoting_integration_tests_run',
17               'includes': [
18                 './dependencies.gypi',
19               ],
20               'sources': [
21                 'app_remoting_integration_tests.isolate',
22               ],
23             },  # target_name: 'app_remoting_integration_tests_run'
24           ],
25         }],
26         ['run_multi_machine_tests==1', {
27           'targets': [
28             {
29               'target_name': 'chromoting_multi_machine_example_test',
30               'includes': [
31                 './dependencies.gypi',
32               ],
33               'sources': [
34                 'multi_machine_example/example_test_controller.isolate',
35                 'multi_machine_example/example_task.isolate',
36               ],
37             },  # target_name: 'chromoting_multi_machine_example_test'
38           ],
39         }],
40       ],
41       'targets': [
42         {
43           'target_name': 'chromoting_integration_tests_run',
44           'includes': [
45             './dependencies.gypi',
46           ],
47           'sources': [
48             'chromoting_integration_tests.isolate',
49           ],
50         },  # target_name: 'chromoting_integration_tests_run'
51       ],
52     }],
53   ],