OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 source_set("test_support") { | 5 source_set("test_support") { |
6 testonly = true | 6 testonly = true |
7 | 7 |
8 sources = [ | 8 sources = [ |
9 "access_token_fetcher.cc", | 9 "access_token_fetcher.cc", |
10 "access_token_fetcher.h", | 10 "access_token_fetcher.h", |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "app_remoting_test_driver_environment_unittest.cc", | 144 "app_remoting_test_driver_environment_unittest.cc", |
145 "chromoting_test_driver_environment_unittest.cc", | 145 "chromoting_test_driver_environment_unittest.cc", |
146 "connection_time_observer_unittest.cc", | 146 "connection_time_observer_unittest.cc", |
147 "host_list_fetcher_unittest.cc", | 147 "host_list_fetcher_unittest.cc", |
148 "remote_host_info_fetcher_unittest.cc", | 148 "remote_host_info_fetcher_unittest.cc", |
149 "test_chromoting_client_unittest.cc", | 149 "test_chromoting_client_unittest.cc", |
150 "test_video_renderer_unittest.cc", | 150 "test_video_renderer_unittest.cc", |
151 ] | 151 ] |
152 | 152 |
153 deps = [ | 153 deps = [ |
| 154 ":ar_test_driver_common", |
154 ":test_support", | 155 ":test_support", |
155 ":ar_test_driver_common", | |
156 "//base", | 156 "//base", |
157 "//net:test_support", | 157 "//net:test_support", |
158 "//testing/gmock", | 158 "//testing/gmock", |
159 "//testing/gtest", | 159 "//testing/gtest", |
160 "//third_party/libyuv", | 160 "//third_party/libyuv", |
161 "//third_party/webrtc/modules/desktop_capture", | 161 "//third_party/webrtc/modules/desktop_capture", |
162 ] | 162 ] |
163 } | 163 } |
OLD | NEW |