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 # Disabled the source filters because there are _mac files that need to
9 # be compiled on all platforms.
10 set_sources_assignment_filter([])
11 sources = rebase_path(remoting_srcs_gypi_values.remoting_client_sources,
14 set_sources_assignment_filter(sources_assignment_filter)
17 "//build/config/compiler:wexit_time_destructors",
24 "//remoting/protocol",
25 "//third_party/libyuv",
26 "//third_party/webrtc/modules/desktop_capture:primitives",
31 "client_status_logger.cc",
32 "server_log_entry_client.cc",
37 source_set("unit_tests") {
40 # Disabled the source filters because there are _mac files that need to
41 # be compiled on all platforms.
42 set_sources_assignment_filter([])
44 "audio_player_unittest.cc",
45 "client_status_logger_unittest.cc",
46 "empty_cursor_filter_unittest.cc",
47 "key_event_mapper_unittest.cc",
48 "normalizing_input_filter_cros_unittest.cc",
49 "normalizing_input_filter_mac_unittest.cc",
50 "server_log_entry_client_unittest.cc",
51 "software_video_renderer_unittest.cc",
52 "touch_input_scaler_unittest.cc",
54 set_sources_assignment_filter(sources_assignment_filter)
56 configs += [ "//remoting:version" ]
63 "//third_party/webrtc",