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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'test/mock_access_token_fetcher.cc', | 87 'test/mock_access_token_fetcher.cc', |
88 'test/mock_access_token_fetcher.h', | 88 'test/mock_access_token_fetcher.h', |
89 'test/refresh_token_store.cc', | 89 'test/refresh_token_store.cc', |
90 'test/refresh_token_store.h', | 90 'test/refresh_token_store.h', |
91 'test/remote_application_details.h', | 91 'test/remote_application_details.h', |
92 'test/remote_connection_observer.h', | 92 'test/remote_connection_observer.h', |
93 'test/remote_host_info.cc', | 93 'test/remote_host_info.cc', |
94 'test/remote_host_info.h', | 94 'test/remote_host_info.h', |
95 'test/remote_host_info_fetcher.cc', | 95 'test/remote_host_info_fetcher.cc', |
96 'test/remote_host_info_fetcher.h', | 96 'test/remote_host_info_fetcher.h', |
| 97 'test/rgb_value.cc', |
| 98 'test/rgb_value.h', |
97 'test/test_chromoting_client.cc', | 99 'test/test_chromoting_client.cc', |
98 'test/test_chromoting_client.h', | 100 'test/test_chromoting_client.h', |
99 'test/test_video_renderer.cc', | 101 'test/test_video_renderer.cc', |
100 'test/test_video_renderer.h', | 102 'test/test_video_renderer.h', |
101 ], | 103 ], |
102 'conditions': [ | 104 'conditions': [ |
103 ['enable_remoting_host == 0', { | 105 ['enable_remoting_host == 0', { |
104 'dependencies!': [ | 106 'dependencies!': [ |
105 'remoting_host', | 107 'remoting_host', |
106 ], | 108 ], |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 '../build/isolate.gypi', | 613 '../build/isolate.gypi', |
612 ], | 614 ], |
613 'sources': [ | 615 'sources': [ |
614 'remoting_unittests.isolate', | 616 'remoting_unittests.isolate', |
615 ], | 617 ], |
616 }, | 618 }, |
617 ], | 619 ], |
618 }], | 620 }], |
619 ] # end of 'conditions' | 621 ] # end of 'conditions' |
620 } | 622 } |
OLD | NEW |