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 static_library("base") {
11 "auto_thread_task_runner.cc",
12 "auto_thread_task_runner.h",
19 "plugin_thread_task_runner.cc",
20 "plugin_thread_task_runner.h",
31 "scoped_sc_handle_win.h",
37 "url_request_context_getter.cc",
38 "url_request_context_getter.h",
43 "../codec/audio_decoder.cc",
44 "../codec/audio_decoder.h",
45 "../codec/audio_decoder_opus.cc",
46 "../codec/audio_decoder_opus.h",
47 "../codec/audio_decoder_verbatim.cc",
48 "../codec/audio_decoder_verbatim.h",
49 "../codec/audio_encoder.h",
50 "../codec/audio_encoder_opus.cc",
51 "../codec/audio_encoder_opus.h",
52 "../codec/audio_encoder_verbatim.cc",
53 "../codec/audio_encoder_verbatim.h",
54 "../codec/scoped_vpx_codec.cc",
55 "../codec/scoped_vpx_codec.h",
56 "../codec/video_decoder.h",
57 "../codec/video_decoder_verbatim.cc",
58 "../codec/video_decoder_verbatim.h",
59 "../codec/video_decoder_vpx.cc",
60 "../codec/video_decoder_vpx.h",
61 "../codec/video_encoder.h",
62 "../codec/video_encoder_verbatim.cc",
63 "../codec/video_encoder_verbatim.h",
64 "../codec/video_encoder_vpx.cc",
65 "../codec/video_encoder_vpx.h",
68 configs += [ "//build/config/compiler:wexit_time_destructors" ]
69 # TODO(GYP) Remove when WebRTC is converted.
70 configs += [ "//content:webrtc_stub_config" ]
74 "//base/third_party/dynamic_annotations",
76 "//media:shared_memory_support",
79 "//remoting/resources",
80 #"//third_party/libvpx", TODO(GYP)
81 "//third_party/libyuv",
83 "//third_party/protobuf:protobuf_lite",
84 #"//third_party/webrtc/modules/desktop_capture", TODO(GYP)
90 forward_dependent_configs_from = [
94 "//third_party/protobuf:protobuf_lite",