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

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

Issue 2996643002: BWE allocation strategy
Patch Set: BWE allocation strategy 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
OLDNEW
1 # Copyright 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright 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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_ios) { 10 if (is_ios) {
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "../rtc_base:rtc_base", 371 "../rtc_base:rtc_base",
372 ] 372 ]
373 } 373 }
374 374
375 rtc_static_library("objc_peerconnectionfactory_base") { 375 rtc_static_library("objc_peerconnectionfactory_base") {
376 sources = [ 376 sources = [
377 "objc/Framework/Classes/PeerConnection/RTCAudioSource+Private.h", 377 "objc/Framework/Classes/PeerConnection/RTCAudioSource+Private.h",
378 "objc/Framework/Classes/PeerConnection/RTCAudioSource.mm", 378 "objc/Framework/Classes/PeerConnection/RTCAudioSource.mm",
379 "objc/Framework/Classes/PeerConnection/RTCAudioTrack+Private.h", 379 "objc/Framework/Classes/PeerConnection/RTCAudioTrack+Private.h",
380 "objc/Framework/Classes/PeerConnection/RTCAudioTrack.mm", 380 "objc/Framework/Classes/PeerConnection/RTCAudioTrack.mm",
381 "objc/Framework/Classes/PeerConnection/RTCBitrateAllocationStrategy.mm",
381 "objc/Framework/Classes/PeerConnection/RTCConfiguration+Private.h", 382 "objc/Framework/Classes/PeerConnection/RTCConfiguration+Private.h",
382 "objc/Framework/Classes/PeerConnection/RTCConfiguration.mm", 383 "objc/Framework/Classes/PeerConnection/RTCConfiguration.mm",
383 "objc/Framework/Classes/PeerConnection/RTCDataChannel+Private.h", 384 "objc/Framework/Classes/PeerConnection/RTCDataChannel+Private.h",
384 "objc/Framework/Classes/PeerConnection/RTCDataChannel.mm", 385 "objc/Framework/Classes/PeerConnection/RTCDataChannel.mm",
385 "objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration+Priva te.h", 386 "objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration+Priva te.h",
386 "objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm", 387 "objc/Framework/Classes/PeerConnection/RTCDataChannelConfiguration.mm",
387 "objc/Framework/Classes/PeerConnection/RTCEncodedImage.mm", 388 "objc/Framework/Classes/PeerConnection/RTCEncodedImage.mm",
388 "objc/Framework/Classes/PeerConnection/RTCIceCandidate+Private.h", 389 "objc/Framework/Classes/PeerConnection/RTCIceCandidate+Private.h",
389 "objc/Framework/Classes/PeerConnection/RTCIceCandidate.mm", 390 "objc/Framework/Classes/PeerConnection/RTCIceCandidate.mm",
390 "objc/Framework/Classes/PeerConnection/RTCIceServer+Private.h", 391 "objc/Framework/Classes/PeerConnection/RTCIceServer+Private.h",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "objc/Framework/Classes/PeerConnection/RTCVideoRendererAdapter+Private.h ", 432 "objc/Framework/Classes/PeerConnection/RTCVideoRendererAdapter+Private.h ",
432 "objc/Framework/Classes/PeerConnection/RTCVideoRendererAdapter.h", 433 "objc/Framework/Classes/PeerConnection/RTCVideoRendererAdapter.h",
433 "objc/Framework/Classes/PeerConnection/RTCVideoRendererAdapter.mm", 434 "objc/Framework/Classes/PeerConnection/RTCVideoRendererAdapter.mm",
434 "objc/Framework/Classes/PeerConnection/RTCVideoSource+Private.h", 435 "objc/Framework/Classes/PeerConnection/RTCVideoSource+Private.h",
435 "objc/Framework/Classes/PeerConnection/RTCVideoSource.mm", 436 "objc/Framework/Classes/PeerConnection/RTCVideoSource.mm",
436 "objc/Framework/Classes/PeerConnection/RTCVideoTrack+Private.h", 437 "objc/Framework/Classes/PeerConnection/RTCVideoTrack+Private.h",
437 "objc/Framework/Classes/PeerConnection/RTCVideoTrack.mm", 438 "objc/Framework/Classes/PeerConnection/RTCVideoTrack.mm",
438 "objc/Framework/Headers/WebRTC/RTCAVFoundationVideoSource.h", 439 "objc/Framework/Headers/WebRTC/RTCAVFoundationVideoSource.h",
439 "objc/Framework/Headers/WebRTC/RTCAudioSource.h", 440 "objc/Framework/Headers/WebRTC/RTCAudioSource.h",
440 "objc/Framework/Headers/WebRTC/RTCAudioTrack.h", 441 "objc/Framework/Headers/WebRTC/RTCAudioTrack.h",
442 "objc/Framework/Headers/WebRTC/RTCBitrateAllocationStrategy.h",
441 "objc/Framework/Headers/WebRTC/RTCConfiguration.h", 443 "objc/Framework/Headers/WebRTC/RTCConfiguration.h",
442 "objc/Framework/Headers/WebRTC/RTCDataChannel.h", 444 "objc/Framework/Headers/WebRTC/RTCDataChannel.h",
443 "objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h", 445 "objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h",
444 "objc/Framework/Headers/WebRTC/RTCIceCandidate.h", 446 "objc/Framework/Headers/WebRTC/RTCIceCandidate.h",
445 "objc/Framework/Headers/WebRTC/RTCIceServer.h", 447 "objc/Framework/Headers/WebRTC/RTCIceServer.h",
446 "objc/Framework/Headers/WebRTC/RTCIntervalRange.h", 448 "objc/Framework/Headers/WebRTC/RTCIntervalRange.h",
447 "objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h", 449 "objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h",
448 "objc/Framework/Headers/WebRTC/RTCMediaConstraints.h", 450 "objc/Framework/Headers/WebRTC/RTCMediaConstraints.h",
449 "objc/Framework/Headers/WebRTC/RTCMediaSource.h", 451 "objc/Framework/Headers/WebRTC/RTCMediaSource.h",
450 "objc/Framework/Headers/WebRTC/RTCMediaStream.h", 452 "objc/Framework/Headers/WebRTC/RTCMediaStream.h",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 public_deps = [ 747 public_deps = [
746 "$rtc_libyuv_dir", 748 "$rtc_libyuv_dir",
747 ] 749 ]
748 } else { 750 } else {
749 # Need to add a directory normally exported by libyuv. 751 # Need to add a directory normally exported by libyuv.
750 include_dirs = [ "$rtc_libyuv_dir/include" ] 752 include_dirs = [ "$rtc_libyuv_dir/include" ]
751 } 753 }
752 } 754 }
753 } 755 }
754 } 756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698