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

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

Issue 3011093002: Revert of Delete Rtx-related methods from RTPPayloadRegistry. (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/modules/rtp_rtcp/include/rtp_payload_registry.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) 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 ] 340 ]
341 deps = [ 341 deps = [
342 ":fec_test_helper", 342 ":fec_test_helper",
343 ":mock_rtp_rtcp", 343 ":mock_rtp_rtcp",
344 ":rtp_rtcp", 344 ":rtp_rtcp",
345 "..:module_api", 345 "..:module_api",
346 "../..:webrtc_common", 346 "../..:webrtc_common",
347 "../../api:array_view", 347 "../../api:array_view",
348 "../../api:libjingle_peerconnection_api", 348 "../../api:libjingle_peerconnection_api",
349 "../../api:transport_api", 349 "../../api:transport_api",
350 "../../call:rtp_receiver",
351 "../../common_video:common_video", 350 "../../common_video:common_video",
352 "../../rtc_base:rtc_base_approved", 351 "../../rtc_base:rtc_base_approved",
353 "../../system_wrappers:system_wrappers", 352 "../../system_wrappers:system_wrappers",
354 "../../test:field_trial", 353 "../../test:field_trial",
355 "../../test:rtp_test_utils", 354 "../../test:rtp_test_utils",
356 "../../test:test_common", 355 "../../test:test_common",
357 "../../test:test_support", 356 "../../test:test_support",
358 "//testing/gmock", 357 "//testing/gmock",
359 ] 358 ]
360 359
361 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. 360 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
362 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 361 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
363 if (!build_with_chromium && is_clang) { 362 if (!build_with_chromium && is_clang) {
364 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 363 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
365 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 364 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
366 } 365 }
367 } 366 }
368 } 367 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698