| OLD | NEW |
| (Empty) |
| 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. | |
| 4 | |
| 5 { | |
| 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 ], | |
| 31 } | |
| OLD | NEW |