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

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

Issue 2964953002: Remove webrtc::VideoEncoderFactory (Closed)
Patch Set: Add dep to base:sequenced_task_checker Created 3 years, 5 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/simulcast_encoder_adapter.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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "engine/apm_helpers.h", 136 "engine/apm_helpers.h",
137 "engine/internaldecoderfactory.cc", 137 "engine/internaldecoderfactory.cc",
138 "engine/internaldecoderfactory.h", 138 "engine/internaldecoderfactory.h",
139 "engine/internalencoderfactory.cc", 139 "engine/internalencoderfactory.cc",
140 "engine/internalencoderfactory.h", 140 "engine/internalencoderfactory.h",
141 "engine/nullwebrtcvideoengine.h", 141 "engine/nullwebrtcvideoengine.h",
142 "engine/payload_type_mapper.cc", 142 "engine/payload_type_mapper.cc",
143 "engine/payload_type_mapper.h", 143 "engine/payload_type_mapper.h",
144 "engine/simulcast.cc", 144 "engine/simulcast.cc",
145 "engine/simulcast.h", 145 "engine/simulcast.h",
146 "engine/simulcast_encoder_adapter.cc",
147 "engine/simulcast_encoder_adapter.h",
146 "engine/videodecodersoftwarefallbackwrapper.cc", 148 "engine/videodecodersoftwarefallbackwrapper.cc",
147 "engine/videodecodersoftwarefallbackwrapper.h", 149 "engine/videodecodersoftwarefallbackwrapper.h",
148 "engine/videoencodersoftwarefallbackwrapper.cc", 150 "engine/videoencodersoftwarefallbackwrapper.cc",
149 "engine/videoencodersoftwarefallbackwrapper.h", 151 "engine/videoencodersoftwarefallbackwrapper.h",
150 "engine/webrtccommon.h", 152 "engine/webrtccommon.h",
151 "engine/webrtcmediaengine.cc", 153 "engine/webrtcmediaengine.cc",
152 "engine/webrtcmediaengine.h", 154 "engine/webrtcmediaengine.h",
153 "engine/webrtcvideocapturer.cc", 155 "engine/webrtcvideocapturer.cc",
154 "engine/webrtcvideocapturer.h", 156 "engine/webrtcvideocapturer.h",
155 "engine/webrtcvideocapturerfactory.cc", 157 "engine/webrtcvideocapturerfactory.cc",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "../api:libjingle_peerconnection_api", 223 "../api:libjingle_peerconnection_api",
222 "../api:transport_api", 224 "../api:transport_api",
223 "../api:video_frame_api", 225 "../api:video_frame_api",
224 "../api/audio_codecs:audio_codecs_api", 226 "../api/audio_codecs:audio_codecs_api",
225 "../api/audio_codecs:builtin_audio_decoder_factory", 227 "../api/audio_codecs:builtin_audio_decoder_factory",
226 "../api/audio_codecs:builtin_audio_encoder_factory", 228 "../api/audio_codecs:builtin_audio_encoder_factory",
227 "../api/video_codecs:video_codecs_api", 229 "../api/video_codecs:video_codecs_api",
228 "../base:rtc_base", 230 "../base:rtc_base",
229 "../base:rtc_base_approved", 231 "../base:rtc_base_approved",
230 "../base:rtc_task_queue", 232 "../base:rtc_task_queue",
233 "../base:sequenced_task_checker",
231 "../call", 234 "../call",
232 "../common_video:common_video", 235 "../common_video:common_video",
233 "../modules/audio_coding:rent_a_codec", 236 "../modules/audio_coding:rent_a_codec",
234 "../modules/audio_device:audio_device", 237 "../modules/audio_device:audio_device",
235 "../modules/audio_mixer:audio_mixer_impl", 238 "../modules/audio_mixer:audio_mixer_impl",
236 "../modules/audio_processing:audio_processing", 239 "../modules/audio_processing:audio_processing",
237 "../modules/audio_processing/aec_dump", 240 "../modules/audio_processing/aec_dump",
238 "../modules/video_capture:video_capture_module", 241 "../modules/video_capture:video_capture_module",
239 "../modules/video_coding", 242 "../modules/video_coding",
240 "../modules/video_coding:webrtc_h264", 243 "../modules/video_coding:webrtc_h264",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "base/turnutils_unittest.cc", 432 "base/turnutils_unittest.cc",
430 "base/videoadapter_unittest.cc", 433 "base/videoadapter_unittest.cc",
431 "base/videobroadcaster_unittest.cc", 434 "base/videobroadcaster_unittest.cc",
432 "base/videocapturer_unittest.cc", 435 "base/videocapturer_unittest.cc",
433 "base/videocommon_unittest.cc", 436 "base/videocommon_unittest.cc",
434 "base/videoengine_unittest.h", 437 "base/videoengine_unittest.h",
435 "engine/apm_helpers_unittest.cc", 438 "engine/apm_helpers_unittest.cc",
436 "engine/internaldecoderfactory_unittest.cc", 439 "engine/internaldecoderfactory_unittest.cc",
437 "engine/nullwebrtcvideoengine_unittest.cc", 440 "engine/nullwebrtcvideoengine_unittest.cc",
438 "engine/payload_type_mapper_unittest.cc", 441 "engine/payload_type_mapper_unittest.cc",
442 "engine/simulcast_encoder_adapter_unittest.cc",
439 "engine/simulcast_unittest.cc", 443 "engine/simulcast_unittest.cc",
440 "engine/videodecodersoftwarefallbackwrapper_unittest.cc", 444 "engine/videodecodersoftwarefallbackwrapper_unittest.cc",
441 "engine/videoencodersoftwarefallbackwrapper_unittest.cc", 445 "engine/videoencodersoftwarefallbackwrapper_unittest.cc",
442 "engine/webrtcmediaengine_unittest.cc", 446 "engine/webrtcmediaengine_unittest.cc",
443 "engine/webrtcvideocapturer_unittest.cc", 447 "engine/webrtcvideocapturer_unittest.cc",
444 "engine/webrtcvideoencoderfactory_unittest.cc", 448 "engine/webrtcvideoencoderfactory_unittest.cc",
445 "engine/webrtcvideoengine_unittest.cc", 449 "engine/webrtcvideoengine_unittest.cc",
446 ] 450 ]
447 451
448 # TODO(kthelgason): Reenable this test on iOS. 452 # TODO(kthelgason): Reenable this test on iOS.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 "../audio", 510 "../audio",
507 "../base:rtc_base", 511 "../base:rtc_base",
508 "../base:rtc_base_approved", 512 "../base:rtc_base_approved",
509 "../base:rtc_base_tests_main", 513 "../base:rtc_base_tests_main",
510 "../base:rtc_base_tests_utils", 514 "../base:rtc_base_tests_utils",
511 "../call:call_interfaces", 515 "../call:call_interfaces",
512 "../common_video:common_video", 516 "../common_video:common_video",
513 "../logging:rtc_event_log_api", 517 "../logging:rtc_event_log_api",
514 "../modules/audio_device:mock_audio_device", 518 "../modules/audio_device:mock_audio_device",
515 "../modules/audio_processing:audio_processing", 519 "../modules/audio_processing:audio_processing",
520 "../modules/video_coding:simulcast_test_utility",
516 "../modules/video_coding:video_coding_utility", 521 "../modules/video_coding:video_coding_utility",
517 "../modules/video_coding:webrtc_vp8", 522 "../modules/video_coding:webrtc_vp8",
518 "../p2p:p2p_test_utils", 523 "../p2p:p2p_test_utils",
519 "../system_wrappers:metrics_default", 524 "../system_wrappers:metrics_default",
520 "../test:audio_codec_mocks", 525 "../test:audio_codec_mocks",
521 "../test:test_support", 526 "../test:test_support",
522 "../voice_engine:voice_engine", 527 "../voice_engine:voice_engine",
523 ] 528 ]
524 } 529 }
525 } 530 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/engine/simulcast_encoder_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698