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

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

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 4 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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 10
(...skipping 14 matching lines...) Expand all
25 "report_block_stats.cc", 25 "report_block_stats.cc",
26 "report_block_stats.h", 26 "report_block_stats.h",
27 "send_statistics_proxy.cc", 27 "send_statistics_proxy.cc",
28 "send_statistics_proxy.h", 28 "send_statistics_proxy.h",
29 "stream_synchronization.cc", 29 "stream_synchronization.cc",
30 "stream_synchronization.h", 30 "stream_synchronization.h",
31 "video_capture_input.cc", 31 "video_capture_input.cc",
32 "video_capture_input.h", 32 "video_capture_input.h",
33 "video_decoder.cc", 33 "video_decoder.cc",
34 "video_encoder.cc", 34 "video_encoder.cc",
35 "video_encoder_hardware.cc",
35 "video_receive_stream.cc", 36 "video_receive_stream.cc",
36 "video_receive_stream.h", 37 "video_receive_stream.h",
37 "video_send_stream.cc", 38 "video_send_stream.cc",
38 "video_send_stream.h", 39 "video_send_stream.h",
39 "vie_channel.cc", 40 "vie_channel.cc",
40 "vie_channel.h", 41 "vie_channel.h",
41 "vie_encoder.cc", 42 "vie_encoder.cc",
42 "vie_encoder.h", 43 "vie_encoder.h",
43 "vie_receiver.cc", 44 "vie_receiver.cc",
44 "vie_receiver.h", 45 "vie_receiver.h",
(...skipping 21 matching lines...) Expand all
66 "../modules/rtp_rtcp", 67 "../modules/rtp_rtcp",
67 "../modules/utility", 68 "../modules/utility",
68 "../modules/video_capture:video_capture_module", 69 "../modules/video_capture:video_capture_module",
69 "../modules/video_coding", 70 "../modules/video_coding",
70 "../modules/video_processing", 71 "../modules/video_processing",
71 "../modules/video_render:video_render_module", 72 "../modules/video_render:video_render_module",
72 "../system_wrappers", 73 "../system_wrappers",
73 "../voice_engine", 74 "../voice_engine",
74 ] 75 ]
75 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698