| 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 14 matching lines...) Expand all Loading... |
| 25 'host/fake_desktop_environment.h', | 25 'host/fake_desktop_environment.h', |
| 26 'host/fake_host_extension.cc', | 26 'host/fake_host_extension.cc', |
| 27 'host/fake_host_extension.h', | 27 'host/fake_host_extension.h', |
| 28 'host/fake_host_status_monitor.h', | 28 'host/fake_host_status_monitor.h', |
| 29 'host/fake_mouse_cursor_monitor.cc', | 29 'host/fake_mouse_cursor_monitor.cc', |
| 30 'host/fake_mouse_cursor_monitor.h', | 30 'host/fake_mouse_cursor_monitor.h', |
| 31 'host/fake_oauth_token_getter.cc', | 31 'host/fake_oauth_token_getter.cc', |
| 32 'host/fake_oauth_token_getter.h', | 32 'host/fake_oauth_token_getter.h', |
| 33 'protocol/fake_authenticator.cc', | 33 'protocol/fake_authenticator.cc', |
| 34 'protocol/fake_authenticator.h', | 34 'protocol/fake_authenticator.h', |
| 35 'protocol/fake_connection_to_client.cc', |
| 36 'protocol/fake_connection_to_client.h', |
| 35 'protocol/fake_connection_to_host.cc', | 37 'protocol/fake_connection_to_host.cc', |
| 36 'protocol/fake_connection_to_host.h', | 38 'protocol/fake_connection_to_host.h', |
| 37 'protocol/fake_datagram_socket.cc', | 39 'protocol/fake_datagram_socket.cc', |
| 38 'protocol/fake_datagram_socket.h', | 40 'protocol/fake_datagram_socket.h', |
| 39 'protocol/fake_desktop_capturer.cc', | 41 'protocol/fake_desktop_capturer.cc', |
| 40 'protocol/fake_desktop_capturer.h', | 42 'protocol/fake_desktop_capturer.h', |
| 41 'protocol/fake_session.cc', | 43 'protocol/fake_session.cc', |
| 42 'protocol/fake_session.h', | 44 'protocol/fake_session.h', |
| 43 'protocol/fake_stream_socket.cc', | 45 'protocol/fake_stream_socket.cc', |
| 44 'protocol/fake_stream_socket.h', | 46 'protocol/fake_stream_socket.h', |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 '../build/isolate.gypi', | 617 '../build/isolate.gypi', |
| 616 ], | 618 ], |
| 617 'sources': [ | 619 'sources': [ |
| 618 'remoting_unittests.isolate', | 620 'remoting_unittests.isolate', |
| 619 ], | 621 ], |
| 620 }, | 622 }, |
| 621 ], | 623 ], |
| 622 }], | 624 }], |
| 623 ] # end of 'conditions' | 625 ] # end of 'conditions' |
| 624 } | 626 } |
| OLD | NEW |