| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'host/config_file_watcher_unittest.cc', | 274 'host/config_file_watcher_unittest.cc', |
| 275 'host/daemon_process_unittest.cc', | 275 'host/daemon_process_unittest.cc', |
| 276 'host/desktop_process_unittest.cc', | 276 'host/desktop_process_unittest.cc', |
| 277 'host/gcd_rest_client_unittest.cc', | 277 'host/gcd_rest_client_unittest.cc', |
| 278 'host/gcd_state_updater_unittest.cc', | 278 'host/gcd_state_updater_unittest.cc', |
| 279 'host/heartbeat_sender_unittest.cc', | 279 'host/heartbeat_sender_unittest.cc', |
| 280 'host/host_change_notification_listener_unittest.cc', | 280 'host/host_change_notification_listener_unittest.cc', |
| 281 'host/host_config_unittest.cc', | 281 'host/host_config_unittest.cc', |
| 282 'host/host_extension_session_manager_unittest.cc', | 282 'host/host_extension_session_manager_unittest.cc', |
| 283 'host/host_mock_objects.cc', | 283 'host/host_mock_objects.cc', |
| 284 'host/host_power_save_blocker_unittest.cc', |
| 284 'host/host_status_logger_unittest.cc', | 285 'host/host_status_logger_unittest.cc', |
| 285 'host/ipc_desktop_environment_unittest.cc', | 286 'host/ipc_desktop_environment_unittest.cc', |
| 286 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', | 287 'host/it2me/it2me_confirmation_dialog_proxy_unittest.cc', |
| 287 'host/it2me/it2me_native_messaging_host_unittest.cc', | 288 'host/it2me/it2me_native_messaging_host_unittest.cc', |
| 288 'host/linux/audio_pipe_reader_unittest.cc', | 289 'host/linux/audio_pipe_reader_unittest.cc', |
| 289 'host/linux/certificate_watcher_unittest.cc', | 290 'host/linux/certificate_watcher_unittest.cc', |
| 290 'host/linux/unicode_to_keysym_unittest.cc', | 291 'host/linux/unicode_to_keysym_unittest.cc', |
| 291 'host/linux/x_server_clipboard_unittest.cc', | 292 'host/linux/x_server_clipboard_unittest.cc', |
| 292 'host/local_input_monitor_unittest.cc', | 293 'host/local_input_monitor_unittest.cc', |
| 293 'host/mouse_cursor_monitor_proxy_unittest.cc', | 294 'host/mouse_cursor_monitor_proxy_unittest.cc', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 '../build/isolate.gypi', | 629 '../build/isolate.gypi', |
| 629 ], | 630 ], |
| 630 'sources': [ | 631 'sources': [ |
| 631 'remoting_unittests.isolate', | 632 'remoting_unittests.isolate', |
| 632 ], | 633 ], |
| 633 }, | 634 }, |
| 634 ], | 635 ], |
| 635 }], | 636 }], |
| 636 ] # end of 'conditions' | 637 ] # end of 'conditions' |
| 637 } | 638 } |
| OLD | NEW |