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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'test/mock_access_token_fetcher.cc', | 81 'test/mock_access_token_fetcher.cc', |
82 'test/mock_access_token_fetcher.h', | 82 'test/mock_access_token_fetcher.h', |
83 'test/refresh_token_store.cc', | 83 'test/refresh_token_store.cc', |
84 'test/refresh_token_store.h', | 84 'test/refresh_token_store.h', |
85 'test/remote_application_details.h', | 85 'test/remote_application_details.h', |
86 'test/remote_connection_observer.h', | 86 'test/remote_connection_observer.h', |
87 'test/remote_host_info.cc', | 87 'test/remote_host_info.cc', |
88 'test/remote_host_info.h', | 88 'test/remote_host_info.h', |
89 'test/remote_host_info_fetcher.cc', | 89 'test/remote_host_info_fetcher.cc', |
90 'test/remote_host_info_fetcher.h', | 90 'test/remote_host_info_fetcher.h', |
| 91 'test/rgb_value.cc', |
| 92 'test/rgb_value.h', |
91 'test/test_chromoting_client.cc', | 93 'test/test_chromoting_client.cc', |
92 'test/test_chromoting_client.h', | 94 'test/test_chromoting_client.h', |
93 'test/test_video_renderer.cc', | 95 'test/test_video_renderer.cc', |
94 'test/test_video_renderer.h', | 96 'test/test_video_renderer.h', |
95 ], | 97 ], |
96 'conditions': [ | 98 'conditions': [ |
97 ['enable_remoting_host == 0', { | 99 ['enable_remoting_host == 0', { |
98 'dependencies!': [ | 100 'dependencies!': [ |
99 'remoting_host', | 101 'remoting_host', |
100 ], | 102 ], |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
604 '../build/isolate.gypi', | 606 '../build/isolate.gypi', |
605 ], | 607 ], |
606 'sources': [ | 608 'sources': [ |
607 'remoting_unittests.isolate', | 609 'remoting_unittests.isolate', |
608 ], | 610 ], |
609 }, | 611 }, |
610 ], | 612 ], |
611 }], | 613 }], |
612 ] # end of 'conditions' | 614 ] # end of 'conditions' |
613 } | 615 } |
OLD | NEW |