Roll src/third_party/WebKit e0eac24:489c548 (svn 193311:193320)
[chromium-blink-merge.git] / testing / chromoting / integration_tests.gyp
blobc3f7912b48eecbb45e209d0189e2e21d2e8c411c
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': 'chromoting_integration_tests_run',
11           'includes': [
12             './dependencies.gypi',
13           ],
14           'sources': [
15             'chromoting_integration_tests.isolate',
16           ],
17         },  # target_name: 'chromoting_integration_tests_run'
18         {
19           'target_name': 'chromoting_multi_machine_example_test',
20           'includes': [
21             './dependencies.gypi',
22           ],
23           'sources': [
24             'multi_machine_example/example_test_controller.isolate',
25             'multi_machine_example/example_task.isolate',
26           ],
27         },  # target_name: 'chromoting_multi_machine_example_test'
28       ],
29     }],
30   ],