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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//remoting/remoting_host.gni") | 7 import("//remoting/remoting_host.gni") |
8 import("//remoting/remoting_locales.gni") | 8 import("//remoting/remoting_locales.gni") |
9 import("//remoting/remoting_srcs.gni") | 9 import("//remoting/remoting_srcs.gni") |
10 import("//remoting/remoting_version.gni") | 10 import("//remoting/remoting_version.gni") |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 "pairing_registry_delegate_linux_unittest.cc", | 228 "pairing_registry_delegate_linux_unittest.cc", |
229 "pairing_registry_delegate_win_unittest.cc", | 229 "pairing_registry_delegate_win_unittest.cc", |
230 "pin_hash_unittest.cc", | 230 "pin_hash_unittest.cc", |
231 "policy_watcher_unittest.cc", | 231 "policy_watcher_unittest.cc", |
232 "register_support_host_request_unittest.cc", | 232 "register_support_host_request_unittest.cc", |
233 "remote_input_filter_unittest.cc", | 233 "remote_input_filter_unittest.cc", |
234 "resizing_host_observer_unittest.cc", | 234 "resizing_host_observer_unittest.cc", |
235 "screen_resolution_unittest.cc", | 235 "screen_resolution_unittest.cc", |
236 "server_log_entry_host_unittest.cc", | 236 "server_log_entry_host_unittest.cc", |
237 "setup/me2me_native_messaging_host_unittest.cc", | 237 "setup/me2me_native_messaging_host_unittest.cc", |
| 238 "setup/mock_oauth_client.cc", |
238 "setup/oauth_helper_unittest.cc", | 239 "setup/oauth_helper_unittest.cc", |
239 "setup/pin_validator_unittest.cc", | 240 "setup/pin_validator_unittest.cc", |
240 "shaped_desktop_capturer_unittest.cc", | 241 "shaped_desktop_capturer_unittest.cc", |
241 "token_validator_factory_impl_unittest.cc", | 242 "token_validator_factory_impl_unittest.cc", |
242 "video_frame_pump_unittest.cc", | 243 "video_frame_pump_unittest.cc", |
243 "video_frame_recorder_unittest.cc", | 244 "video_frame_recorder_unittest.cc", |
244 "win/rdp_client_unittest.cc", | 245 "win/rdp_client_unittest.cc", |
245 "win/worker_process_launcher.cc", | 246 "win/worker_process_launcher.cc", |
246 "win/worker_process_launcher.h", | 247 "win/worker_process_launcher.h", |
247 "win/worker_process_launcher_unittest.cc", | 248 "win/worker_process_launcher_unittest.cc", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 "host_main.h", | 414 "host_main.h", |
414 ] | 415 ] |
415 | 416 |
416 deps = [ | 417 deps = [ |
417 ":remoting_me2me_host_static", | 418 ":remoting_me2me_host_static", |
418 ] | 419 ] |
419 } | 420 } |
420 } | 421 } |
421 } | 422 } |
422 } | 423 } |
OLD | NEW |