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

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

Issue 2513633002: Revert of Stop using hardcoded payload types for video codecs (Closed)
Patch Set: Created 4 years, 1 month 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/webrtcsdp_unittest.cc ('k') | webrtc/media/base/mediaconstants.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("../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/internalencoderfactory.cc",
85 "engine/internalencoderfactory.h",
86 "engine/nullwebrtcvideoengine.h", 84 "engine/nullwebrtcvideoengine.h",
87 "engine/payload_type_mapper.cc", 85 "engine/payload_type_mapper.cc",
88 "engine/payload_type_mapper.h", 86 "engine/payload_type_mapper.h",
89 "engine/simulcast.cc", 87 "engine/simulcast.cc",
90 "engine/simulcast.h", 88 "engine/simulcast.h",
91 "engine/videoencodersoftwarefallbackwrapper.cc", 89 "engine/videoencodersoftwarefallbackwrapper.cc",
92 "engine/videoencodersoftwarefallbackwrapper.h", 90 "engine/videoencodersoftwarefallbackwrapper.h",
93 "engine/webrtccommon.h", 91 "engine/webrtccommon.h",
94 "engine/webrtcmediaengine.cc", 92 "engine/webrtcmediaengine.cc",
95 "engine/webrtcmediaengine.h", 93 "engine/webrtcmediaengine.h",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. 337 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243.
340 ":rtc_media", 338 ":rtc_media",
341 ":rtc_unittest_main", 339 ":rtc_unittest_main",
342 "../audio", 340 "../audio",
343 "../base:rtc_base_tests_utils", 341 "../base:rtc_base_tests_utils",
344 "../modules/audio_device:mock_audio_device", 342 "../modules/audio_device:mock_audio_device",
345 "../system_wrappers:metrics_default", 343 "../system_wrappers:metrics_default",
346 ] 344 ]
347 } 345 }
348 } 346 }
OLDNEW
« no previous file with comments | « webrtc/api/webrtcsdp_unittest.cc ('k') | webrtc/media/base/mediaconstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698