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

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

Issue 2880323002: Move ownership of RtpTransportControllerSendInterface from Call to PeerConnection.
Patch Set: Delete shadowing member variables in BitrateEstimatorTest. Created 3 years, 6 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 | « webrtc/call/rtp_transport_controller_send.h ('k') | webrtc/media/base/videoengine_unittest.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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 ":rtc_media_tests_utils", 448 ":rtc_media_tests_utils",
449 "../api:video_frame_api", 449 "../api:video_frame_api",
450 "../api/audio_codecs:builtin_audio_decoder_factory", 450 "../api/audio_codecs:builtin_audio_decoder_factory",
451 "../api/audio_codecs:builtin_audio_encoder_factory", 451 "../api/audio_codecs:builtin_audio_encoder_factory",
452 "../api/video_codecs:video_codecs_api", 452 "../api/video_codecs:video_codecs_api",
453 "../audio", 453 "../audio",
454 "../base:rtc_base", 454 "../base:rtc_base",
455 "../base:rtc_base_approved", 455 "../base:rtc_base_approved",
456 "../base:rtc_base_tests_main", 456 "../base:rtc_base_tests_main",
457 "../base:rtc_base_tests_utils", 457 "../base:rtc_base_tests_utils",
458 "../call:call",
458 "../call:call_interfaces", 459 "../call:call_interfaces",
459 "../common_video:common_video", 460 "../common_video:common_video",
460 "../logging:rtc_event_log_api", 461 "../logging:rtc_event_log_api",
461 "../modules/audio_device:mock_audio_device", 462 "../modules/audio_device:mock_audio_device",
462 "../modules/audio_processing:audio_processing", 463 "../modules/audio_processing:audio_processing",
463 "../modules/video_coding:video_coding_utility", 464 "../modules/video_coding:video_coding_utility",
464 "../modules/video_coding:webrtc_vp8", 465 "../modules/video_coding:webrtc_vp8",
465 "../p2p:p2p_test_utils", 466 "../p2p:p2p_test_utils",
466 "../system_wrappers:metrics_default", 467 "../system_wrappers:metrics_default",
467 "../test:audio_codec_mocks", 468 "../test:audio_codec_mocks",
468 "../test:test_support", 469 "../test:test_support",
469 "../voice_engine:voice_engine", 470 "../voice_engine:voice_engine",
470 ] 471 ]
471 } 472 }
472 } 473 }
OLDNEW
« no previous file with comments | « webrtc/call/rtp_transport_controller_send.h ('k') | webrtc/media/base/videoengine_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698