| 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 # GN version: //remoting:test_support | 8 # GN version: //remoting:test_support |
| 9 'target_name': 'remoting_test_support', | 9 'target_name': 'remoting_test_support', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'host/heartbeat_sender_unittest.cc', | 272 'host/heartbeat_sender_unittest.cc', |
| 273 'host/host_change_notification_listener_unittest.cc', | 273 'host/host_change_notification_listener_unittest.cc', |
| 274 'host/host_config_unittest.cc', | 274 'host/host_config_unittest.cc', |
| 275 'host/host_extension_session_manager_unittest.cc', | 275 'host/host_extension_session_manager_unittest.cc', |
| 276 'host/host_mock_objects.cc', | 276 'host/host_mock_objects.cc', |
| 277 'host/host_status_logger_unittest.cc', | 277 'host/host_status_logger_unittest.cc', |
| 278 'host/ipc_desktop_environment_unittest.cc', | 278 'host/ipc_desktop_environment_unittest.cc', |
| 279 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', | 279 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', |
| 280 'host/it2me/it2me_native_messaging_host_unittest.cc', | 280 'host/it2me/it2me_native_messaging_host_unittest.cc', |
| 281 'host/linux/audio_pipe_reader_unittest.cc', | 281 'host/linux/audio_pipe_reader_unittest.cc', |
| 282 'host/linux/certificate_watcher_unittest.cc', |
| 282 'host/linux/unicode_to_keysym_unittest.cc', | 283 'host/linux/unicode_to_keysym_unittest.cc', |
| 283 'host/linux/x_server_clipboard_unittest.cc', | 284 'host/linux/x_server_clipboard_unittest.cc', |
| 284 'host/local_input_monitor_unittest.cc', | 285 'host/local_input_monitor_unittest.cc', |
| 285 'host/mouse_cursor_monitor_proxy_unittest.cc', | 286 'host/mouse_cursor_monitor_proxy_unittest.cc', |
| 286 'host/mouse_shape_pump_unittest.cc', | 287 'host/mouse_shape_pump_unittest.cc', |
| 287 'host/native_messaging/native_messaging_reader_unittest.cc', | 288 'host/native_messaging/native_messaging_reader_unittest.cc', |
| 288 'host/native_messaging/native_messaging_writer_unittest.cc', | 289 'host/native_messaging/native_messaging_writer_unittest.cc', |
| 289 'host/pairing_registry_delegate_linux_unittest.cc', | 290 'host/pairing_registry_delegate_linux_unittest.cc', |
| 290 'host/pairing_registry_delegate_win_unittest.cc', | 291 'host/pairing_registry_delegate_win_unittest.cc', |
| 291 'host/pin_hash_unittest.cc', | 292 'host/pin_hash_unittest.cc', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 '../build/isolate.gypi', | 623 '../build/isolate.gypi', |
| 623 ], | 624 ], |
| 624 'sources': [ | 625 'sources': [ |
| 625 'remoting_unittests.isolate', | 626 'remoting_unittests.isolate', |
| 626 ], | 627 ], |
| 627 }, | 628 }, |
| 628 ], | 629 ], |
| 629 }], | 630 }], |
| 630 ] # end of 'conditions' | 631 ] # end of 'conditions' |
| 631 } | 632 } |
| OLD | NEW |