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

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

Issue 2521203002: Move VideoDecoder::Create() logic to separate internal video decoder factory (Closed)
Patch Set: Rebase Created 4 years 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
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("../build/webrtc.gni") 10 import("../build/webrtc.gni")
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "base/videobroadcaster.cc", 74 "base/videobroadcaster.cc",
75 "base/videobroadcaster.h", 75 "base/videobroadcaster.h",
76 "base/videocapturer.cc", 76 "base/videocapturer.cc",
77 "base/videocapturer.h", 77 "base/videocapturer.h",
78 "base/videocapturerfactory.h", 78 "base/videocapturerfactory.h",
79 "base/videocommon.cc", 79 "base/videocommon.cc",
80 "base/videocommon.h", 80 "base/videocommon.h",
81 "base/videoframe.h", 81 "base/videoframe.h",
82 "base/videosourcebase.cc", 82 "base/videosourcebase.cc",
83 "base/videosourcebase.h", 83 "base/videosourcebase.h",
84 "engine/internaldecoderfactory.cc",
85 "engine/internaldecoderfactory.h",
84 "engine/internalencoderfactory.cc", 86 "engine/internalencoderfactory.cc",
85 "engine/internalencoderfactory.h", 87 "engine/internalencoderfactory.h",
86 "engine/nullwebrtcvideoengine.h", 88 "engine/nullwebrtcvideoengine.h",
87 "engine/payload_type_mapper.cc", 89 "engine/payload_type_mapper.cc",
88 "engine/payload_type_mapper.h", 90 "engine/payload_type_mapper.h",
89 "engine/simulcast.cc", 91 "engine/simulcast.cc",
90 "engine/simulcast.h", 92 "engine/simulcast.h",
91 "engine/videodecodersoftwarefallbackwrapper.cc", 93 "engine/videodecodersoftwarefallbackwrapper.cc",
92 "engine/videodecodersoftwarefallbackwrapper.h", 94 "engine/videodecodersoftwarefallbackwrapper.h",
93 "engine/videoencodersoftwarefallbackwrapper.cc", 95 "engine/videoencodersoftwarefallbackwrapper.cc",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 344 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
343 ":rtc_media", 345 ":rtc_media",
344 ":rtc_unittest_main", 346 ":rtc_unittest_main",
345 "../audio", 347 "../audio",
346 "../base:rtc_base_tests_utils", 348 "../base:rtc_base_tests_utils",
347 "../modules/audio_device:mock_audio_device", 349 "../modules/audio_device:mock_audio_device",
348 "../system_wrappers:metrics_default", 350 "../system_wrappers:metrics_default",
349 ] 351 ]
350 } 352 }
351 } 353 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/engine/internaldecoderfactory.h » ('j') | webrtc/media/engine/internaldecoderfactory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698