Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: webrtc/media/BUILD.gn

Issue 3005363002: Reland of Prepare for injectable SW decoders (Closed)
Patch Set: Address comments. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/api/video_codecs/sdp_video_format.h ('k') | webrtc/media/engine/scopedvideodecoder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "engine/adm_helpers.h", 140 "engine/adm_helpers.h",
141 "engine/apm_helpers.cc", 141 "engine/apm_helpers.cc",
142 "engine/apm_helpers.h", 142 "engine/apm_helpers.h",
143 "engine/internaldecoderfactory.cc", 143 "engine/internaldecoderfactory.cc",
144 "engine/internaldecoderfactory.h", 144 "engine/internaldecoderfactory.h",
145 "engine/internalencoderfactory.cc", 145 "engine/internalencoderfactory.cc",
146 "engine/internalencoderfactory.h", 146 "engine/internalencoderfactory.h",
147 "engine/nullwebrtcvideoengine.h", 147 "engine/nullwebrtcvideoengine.h",
148 "engine/payload_type_mapper.cc", 148 "engine/payload_type_mapper.cc",
149 "engine/payload_type_mapper.h", 149 "engine/payload_type_mapper.h",
150 "engine/scopedvideodecoder.cc",
151 "engine/scopedvideodecoder.h",
150 "engine/scopedvideoencoder.cc", 152 "engine/scopedvideoencoder.cc",
151 "engine/scopedvideoencoder.h", 153 "engine/scopedvideoencoder.h",
152 "engine/simulcast.cc", 154 "engine/simulcast.cc",
153 "engine/simulcast.h", 155 "engine/simulcast.h",
154 "engine/simulcast_encoder_adapter.cc", 156 "engine/simulcast_encoder_adapter.cc",
155 "engine/simulcast_encoder_adapter.h", 157 "engine/simulcast_encoder_adapter.h",
156 "engine/videodecodersoftwarefallbackwrapper.cc", 158 "engine/videodecodersoftwarefallbackwrapper.cc",
157 "engine/videodecodersoftwarefallbackwrapper.h", 159 "engine/videodecodersoftwarefallbackwrapper.h",
158 "engine/videoencodersoftwarefallbackwrapper.cc", 160 "engine/videoencodersoftwarefallbackwrapper.cc",
159 "engine/videoencodersoftwarefallbackwrapper.h", 161 "engine/videoencodersoftwarefallbackwrapper.h",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "../rtc_base:rtc_base_approved", 533 "../rtc_base:rtc_base_approved",
532 "../rtc_base:rtc_base_tests_main", 534 "../rtc_base:rtc_base_tests_main",
533 "../rtc_base:rtc_base_tests_utils", 535 "../rtc_base:rtc_base_tests_utils",
534 "../system_wrappers:metrics_default", 536 "../system_wrappers:metrics_default",
535 "../test:audio_codec_mocks", 537 "../test:audio_codec_mocks",
536 "../test:test_support", 538 "../test:test_support",
537 "../voice_engine:voice_engine", 539 "../voice_engine:voice_engine",
538 ] 540 ]
539 } 541 }
540 } 542 }
OLDNEW
« no previous file with comments | « webrtc/api/video_codecs/sdp_video_format.h ('k') | webrtc/media/engine/scopedvideodecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698