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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'test/fake_network_manager.cc', | 89 'test/fake_network_manager.cc', |
90 'test/fake_network_manager.h', | 90 'test/fake_network_manager.h', |
91 'test/fake_port_allocator.cc', | 91 'test/fake_port_allocator.cc', |
92 'test/fake_port_allocator.h', | 92 'test/fake_port_allocator.h', |
93 'test/fake_refresh_token_store.cc', | 93 'test/fake_refresh_token_store.cc', |
94 'test/fake_refresh_token_store.h', | 94 'test/fake_refresh_token_store.h', |
95 'test/fake_remote_host_info_fetcher.cc', | 95 'test/fake_remote_host_info_fetcher.cc', |
96 'test/fake_remote_host_info_fetcher.h', | 96 'test/fake_remote_host_info_fetcher.h', |
97 'test/fake_socket_factory.cc', | 97 'test/fake_socket_factory.cc', |
98 'test/fake_socket_factory.h', | 98 'test/fake_socket_factory.h', |
| 99 'test/frame_generator_util.cc', |
| 100 'test/frame_generator_util.h', |
99 'test/host_info.cc', | 101 'test/host_info.cc', |
100 'test/host_info.h', | 102 'test/host_info.h', |
101 'test/host_list_fetcher.cc', | 103 'test/host_list_fetcher.cc', |
102 'test/host_list_fetcher.h', | 104 'test/host_list_fetcher.h', |
103 'test/leaky_bucket.cc', | 105 'test/leaky_bucket.cc', |
104 'test/leaky_bucket.h', | 106 'test/leaky_bucket.h', |
105 'test/mock_access_token_fetcher.cc', | 107 'test/mock_access_token_fetcher.cc', |
106 'test/mock_access_token_fetcher.h', | 108 'test/mock_access_token_fetcher.h', |
107 'test/refresh_token_store.cc', | 109 'test/refresh_token_store.cc', |
108 'test/refresh_token_store.h', | 110 'test/refresh_token_store.h', |
109 'test/remote_application_details.h', | 111 'test/remote_application_details.h', |
110 'test/remote_connection_observer.h', | 112 'test/remote_connection_observer.h', |
111 'test/remote_host_info.cc', | 113 'test/remote_host_info.cc', |
112 'test/remote_host_info.h', | 114 'test/remote_host_info.h', |
113 'test/remote_host_info_fetcher.cc', | 115 'test/remote_host_info_fetcher.cc', |
114 'test/remote_host_info_fetcher.h', | 116 'test/remote_host_info_fetcher.h', |
115 'test/rgb_value.cc', | 117 'test/rgb_value.cc', |
116 'test/rgb_value.h', | 118 'test/rgb_value.h', |
| 119 'test/scroll_frame_generator.cc', |
| 120 'test/scroll_frame_generator.h', |
117 'test/test_chromoting_client.cc', | 121 'test/test_chromoting_client.cc', |
118 'test/test_chromoting_client.h', | 122 'test/test_chromoting_client.h', |
119 'test/test_video_renderer.cc', | 123 'test/test_video_renderer.cc', |
120 'test/test_video_renderer.h', | 124 'test/test_video_renderer.h', |
121 'test/video_frame_writer.cc', | 125 'test/video_frame_writer.cc', |
122 'test/video_frame_writer.h', | 126 'test/video_frame_writer.h', |
123 ], | 127 ], |
124 'conditions': [ | 128 'conditions': [ |
125 ['enable_remoting_host == 0', { | 129 ['enable_remoting_host == 0', { |
126 'dependencies!': [ | 130 'dependencies!': [ |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 '../build/isolate.gypi', | 628 '../build/isolate.gypi', |
625 ], | 629 ], |
626 'sources': [ | 630 'sources': [ |
627 'remoting_unittests.isolate', | 631 'remoting_unittests.isolate', |
628 ], | 632 ], |
629 }, | 633 }, |
630 ], | 634 ], |
631 }], | 635 }], |
632 ] # end of 'conditions' | 636 ] # end of 'conditions' |
633 } | 637 } |
OLD | NEW |