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
3 # found in the LICENSE file.
5 import("//remoting/remoting_srcs.gni")
8 sources = rebase_path(remoting_srcs_gypi_values.remoting_client_sources,
13 "//build/config/compiler:wexit_time_destructors",
20 "//remoting/protocol",
21 "//third_party/libyuv",
22 "//third_party/webrtc/modules/desktop_capture",
26 source_set("unit_tests") {
30 "audio_player_unittest.cc",
31 "client_status_logger_unittest.cc",
32 "key_event_mapper_unittest.cc",
33 "server_log_entry_client_unittest.cc",
41 "//third_party/webrtc",