| 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 26 matching lines...) Expand all Loading... |
| 37 'protocol/fake_connection_to_host.cc', | 37 'protocol/fake_connection_to_host.cc', |
| 38 'protocol/fake_connection_to_host.h', | 38 'protocol/fake_connection_to_host.h', |
| 39 'protocol/fake_datagram_socket.cc', | 39 'protocol/fake_datagram_socket.cc', |
| 40 'protocol/fake_datagram_socket.h', | 40 'protocol/fake_datagram_socket.h', |
| 41 'protocol/fake_desktop_capturer.cc', | 41 'protocol/fake_desktop_capturer.cc', |
| 42 'protocol/fake_desktop_capturer.h', | 42 'protocol/fake_desktop_capturer.h', |
| 43 'protocol/fake_session.cc', | 43 'protocol/fake_session.cc', |
| 44 'protocol/fake_session.h', | 44 'protocol/fake_session.h', |
| 45 'protocol/fake_stream_socket.cc', | 45 'protocol/fake_stream_socket.cc', |
| 46 'protocol/fake_stream_socket.h', | 46 'protocol/fake_stream_socket.h', |
| 47 'protocol/fake_video_renderer.cc', |
| 48 'protocol/fake_video_renderer.h', |
| 47 'protocol/protocol_mock_objects.cc', | 49 'protocol/protocol_mock_objects.cc', |
| 48 'protocol/protocol_mock_objects.h', | 50 'protocol/protocol_mock_objects.h', |
| 49 'protocol/test_event_matchers.h', | 51 'protocol/test_event_matchers.h', |
| 50 'signaling/fake_signal_strategy.cc', | 52 'signaling/fake_signal_strategy.cc', |
| 51 'signaling/fake_signal_strategy.h', | 53 'signaling/fake_signal_strategy.h', |
| 52 'signaling/mock_signal_strategy.cc', | 54 'signaling/mock_signal_strategy.cc', |
| 53 'signaling/mock_signal_strategy.h', | 55 'signaling/mock_signal_strategy.h', |
| 54 'test/access_token_fetcher.cc', | 56 'test/access_token_fetcher.cc', |
| 55 'test/access_token_fetcher.h', | 57 'test/access_token_fetcher.h', |
| 56 'test/app_remoting_report_issue_request.cc', | 58 'test/app_remoting_report_issue_request.cc', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 '../build/isolate.gypi', | 620 '../build/isolate.gypi', |
| 619 ], | 621 ], |
| 620 'sources': [ | 622 'sources': [ |
| 621 'remoting_unittests.isolate', | 623 'remoting_unittests.isolate', |
| 622 ], | 624 ], |
| 623 }, | 625 }, |
| 624 ], | 626 ], |
| 625 }], | 627 }], |
| 626 ] # end of 'conditions' | 628 ] # end of 'conditions' |
| 627 } | 629 } |
| OLD | NEW |