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

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

Issue 3010953002: Revert of Prepare for injectable SW decoders (Closed)
Patch Set: 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 | « no previous file | 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "engine/adm_helpers.h", 139 "engine/adm_helpers.h",
140 "engine/apm_helpers.cc", 140 "engine/apm_helpers.cc",
141 "engine/apm_helpers.h", 141 "engine/apm_helpers.h",
142 "engine/internaldecoderfactory.cc", 142 "engine/internaldecoderfactory.cc",
143 "engine/internaldecoderfactory.h", 143 "engine/internaldecoderfactory.h",
144 "engine/internalencoderfactory.cc", 144 "engine/internalencoderfactory.cc",
145 "engine/internalencoderfactory.h", 145 "engine/internalencoderfactory.h",
146 "engine/nullwebrtcvideoengine.h", 146 "engine/nullwebrtcvideoengine.h",
147 "engine/payload_type_mapper.cc", 147 "engine/payload_type_mapper.cc",
148 "engine/payload_type_mapper.h", 148 "engine/payload_type_mapper.h",
149 "engine/scopedvideodecoder.cc",
150 "engine/scopedvideodecoder.h",
151 "engine/scopedvideoencoder.cc", 149 "engine/scopedvideoencoder.cc",
152 "engine/scopedvideoencoder.h", 150 "engine/scopedvideoencoder.h",
153 "engine/simulcast.cc", 151 "engine/simulcast.cc",
154 "engine/simulcast.h", 152 "engine/simulcast.h",
155 "engine/simulcast_encoder_adapter.cc", 153 "engine/simulcast_encoder_adapter.cc",
156 "engine/simulcast_encoder_adapter.h", 154 "engine/simulcast_encoder_adapter.h",
157 "engine/videodecodersoftwarefallbackwrapper.cc", 155 "engine/videodecodersoftwarefallbackwrapper.cc",
158 "engine/videodecodersoftwarefallbackwrapper.h", 156 "engine/videodecodersoftwarefallbackwrapper.h",
159 "engine/videoencodersoftwarefallbackwrapper.cc", 157 "engine/videoencodersoftwarefallbackwrapper.cc",
160 "engine/videoencodersoftwarefallbackwrapper.h", 158 "engine/videoencodersoftwarefallbackwrapper.h",
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "../rtc_base:rtc_base_approved", 529 "../rtc_base:rtc_base_approved",
532 "../rtc_base:rtc_base_tests_main", 530 "../rtc_base:rtc_base_tests_main",
533 "../rtc_base:rtc_base_tests_utils", 531 "../rtc_base:rtc_base_tests_utils",
534 "../system_wrappers:metrics_default", 532 "../system_wrappers:metrics_default",
535 "../test:audio_codec_mocks", 533 "../test:audio_codec_mocks",
536 "../test:test_support", 534 "../test:test_support",
537 "../voice_engine:voice_engine", 535 "../voice_engine:voice_engine",
538 ] 536 ]
539 } 537 }
540 } 538 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/engine/scopedvideodecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698