| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'host/fake_host_extension.h', | 152 'host/fake_host_extension.h', |
| 153 'host/fake_host_status_monitor.h', | 153 'host/fake_host_status_monitor.h', |
| 154 'host/gnubby_auth_handler_posix_unittest.cc', | 154 'host/gnubby_auth_handler_posix_unittest.cc', |
| 155 'host/heartbeat_sender_unittest.cc', | 155 'host/heartbeat_sender_unittest.cc', |
| 156 'host/host_change_notification_listener_unittest.cc', | 156 'host/host_change_notification_listener_unittest.cc', |
| 157 'host/host_config_unittest.cc', | 157 'host/host_config_unittest.cc', |
| 158 'host/host_extension_session_manager_unittest.cc', | 158 'host/host_extension_session_manager_unittest.cc', |
| 159 'host/host_mock_objects.cc', | 159 'host/host_mock_objects.cc', |
| 160 'host/host_status_logger_unittest.cc', | 160 'host/host_status_logger_unittest.cc', |
| 161 'host/ipc_desktop_environment_unittest.cc', | 161 'host/ipc_desktop_environment_unittest.cc', |
| 162 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', |
| 162 'host/it2me/it2me_native_messaging_host_unittest.cc', | 163 'host/it2me/it2me_native_messaging_host_unittest.cc', |
| 163 'host/linux/audio_pipe_reader_unittest.cc', | 164 'host/linux/audio_pipe_reader_unittest.cc', |
| 164 'host/linux/unicode_to_keysym_unittest.cc', | 165 'host/linux/unicode_to_keysym_unittest.cc', |
| 165 'host/linux/x_server_clipboard_unittest.cc', | 166 'host/linux/x_server_clipboard_unittest.cc', |
| 166 'host/local_input_monitor_unittest.cc', | 167 'host/local_input_monitor_unittest.cc', |
| 167 'host/native_messaging/native_messaging_reader_unittest.cc', | 168 'host/native_messaging/native_messaging_reader_unittest.cc', |
| 168 'host/native_messaging/native_messaging_writer_unittest.cc', | 169 'host/native_messaging/native_messaging_writer_unittest.cc', |
| 169 'host/pairing_registry_delegate_linux_unittest.cc', | 170 'host/pairing_registry_delegate_linux_unittest.cc', |
| 170 'host/pairing_registry_delegate_win_unittest.cc', | 171 'host/pairing_registry_delegate_win_unittest.cc', |
| 171 'host/pin_hash_unittest.cc', | 172 'host/pin_hash_unittest.cc', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'dependencies': [ | 445 'dependencies': [ |
| 445 '../base/allocator/allocator.gyp:allocator', | 446 '../base/allocator/allocator.gyp:allocator', |
| 446 ], | 447 ], |
| 447 }], | 448 }], |
| 448 ], # end of 'conditions' | 449 ], # end of 'conditions' |
| 449 }, # end of target 'remoting_perftests' | 450 }, # end of target 'remoting_perftests' |
| 450 ] | 451 ] |
| 451 }] | 452 }] |
| 452 ] | 453 ] |
| 453 } | 454 } |
| OLD | NEW |