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

Side by Side Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 2644303002: Delete class SSRCDatabase, and its global ssrc registry. (Closed)
Patch Set: Rebase. Created 3 years, 10 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
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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("../../webrtc.gni") 9 import("../../webrtc.gni")
10 10
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "source/rtp_rtcp_impl.cc", 136 "source/rtp_rtcp_impl.cc",
137 "source/rtp_rtcp_impl.h", 137 "source/rtp_rtcp_impl.h",
138 "source/rtp_sender.cc", 138 "source/rtp_sender.cc",
139 "source/rtp_sender.h", 139 "source/rtp_sender.h",
140 "source/rtp_sender_audio.cc", 140 "source/rtp_sender_audio.cc",
141 "source/rtp_sender_audio.h", 141 "source/rtp_sender_audio.h",
142 "source/rtp_sender_video.cc", 142 "source/rtp_sender_video.cc",
143 "source/rtp_sender_video.h", 143 "source/rtp_sender_video.h",
144 "source/rtp_utility.cc", 144 "source/rtp_utility.cc",
145 "source/rtp_utility.h", 145 "source/rtp_utility.h",
146 "source/ssrc_database.cc",
147 "source/ssrc_database.h",
148 "source/time_util.cc", 146 "source/time_util.cc",
149 "source/time_util.h", 147 "source/time_util.h",
150 "source/tmmbr_help.cc", 148 "source/tmmbr_help.cc",
151 "source/tmmbr_help.h", 149 "source/tmmbr_help.h",
152 "source/ulpfec_generator.cc", 150 "source/ulpfec_generator.cc",
153 "source/ulpfec_generator.h", 151 "source/ulpfec_generator.h",
154 "source/ulpfec_header_reader_writer.cc", 152 "source/ulpfec_header_reader_writer.cc",
155 "source/ulpfec_header_reader_writer.h", 153 "source/ulpfec_header_reader_writer.h",
156 "source/ulpfec_receiver_impl.cc", 154 "source/ulpfec_receiver_impl.cc",
157 "source/ulpfec_receiver_impl.h", 155 "source/ulpfec_receiver_impl.h",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ] 307 ]
310 308
311 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. 309 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
312 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 310 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
313 if (!build_with_chromium && is_clang) { 311 if (!build_with_chromium && is_clang) {
314 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 312 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
315 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 313 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
316 } 314 }
317 } 315 }
318 } 316 }
OLDNEW
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log.proto ('k') | webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698