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
3 # found in the LICENSE file.
5 import("//remoting/remoting_srcs.gni")
8 sources = rebase_path(remoting_srcs_gypi_values.remoting_codec_sources,
12 configs += [ "//build/config/compiler:wexit_time_destructors" ]
15 "//base/third_party/dynamic_annotations",
17 "//media:shared_memory_support",
19 "//third_party/libvpx_new",
20 "//third_party/libyuv",
22 "//third_party/webrtc/modules/desktop_capture:primitives",
28 "//media:shared_memory_support",
32 "audio_encoder_opus.cc",
33 "audio_encoder_opus.h",
34 "audio_encoder_verbatim.cc",
35 "audio_encoder_verbatim.h",
37 "video_encoder_helper.cc",
38 "video_encoder_helper.h",
39 "video_encoder_verbatim.cc",
40 "video_encoder_verbatim.h",
41 "video_encoder_vpx.cc",
42 "video_encoder_vpx.h",
47 source_set("unit_tests") {
51 "audio_encoder_opus_unittest.cc",
54 "video_decoder_vpx_unittest.cc",
55 "video_encoder_helper_unittest.cc",
56 "video_encoder_verbatim_unittest.cc",
57 "video_encoder_vpx_unittest.cc",
65 "//third_party/webrtc/modules/desktop_capture",