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

Side by Side Diff: webrtc/modules/video_coding/video_coding.gypi

Issue 2510583002: Reland #2 of Issue 2434073003: Extract bitrate allocation ... (Closed)
Patch Set: Addressed comments Created 4 years, 1 month 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 { 9 {
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'webrtc_video_coding', 12 'target_name': 'webrtc_video_coding',
13 'type': 'static_library', 13 'type': 'static_library',
14 'dependencies': [ 14 'dependencies': [
15 'webrtc_h264', 15 'webrtc_h264',
16 'webrtc_i420', 16 'webrtc_i420',
17 '../base/base.gyp:rtc_task_queue', 17 '../base/base.gyp:rtc_task_queue',
18 '<(webrtc_root)/common_video/common_video.gyp:common_video', 18 '<(webrtc_root)/common_video/common_video.gyp:common_video',
19 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility', 19 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility',
20 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 20 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
21 '<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8', 21 '<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8',
22 '<(webrtc_vp9_dir)/vp9.gyp:webrtc_vp9', 22 '<(webrtc_vp9_dir)/vp9.gyp:webrtc_vp9',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 # interfaces 25 # interfaces
26 'include/video_codec_initializer.h',
26 'include/video_coding.h', 27 'include/video_coding.h',
27 'include/video_coding_defines.h', 28 'include/video_coding_defines.h',
28 29
29 # headers 30 # headers
30 'codec_database.h', 31 'codec_database.h',
31 'codec_timer.h', 32 'codec_timer.h',
32 'decoding_state.h', 33 'decoding_state.h',
33 'encoded_frame.h', 34 'encoded_frame.h',
34 'fec_tables_xor.h', 35 'fec_tables_xor.h',
35 'frame_buffer.h', 36 'frame_buffer.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'protection_bitrate_calculator.cc', 80 'protection_bitrate_calculator.cc',
80 'nack_module.cc', 81 'nack_module.cc',
81 'packet.cc', 82 'packet.cc',
82 'packet_buffer.cc', 83 'packet_buffer.cc',
83 'percentile_filter.cc', 84 'percentile_filter.cc',
84 'receiver.cc', 85 'receiver.cc',
85 'rtt_filter.cc', 86 'rtt_filter.cc',
86 'session_info.cc', 87 'session_info.cc',
87 'timestamp_map.cc', 88 'timestamp_map.cc',
88 'timing.cc', 89 'timing.cc',
90 'video_codec_initializer.cc',
89 'video_coding_impl.cc', 91 'video_coding_impl.cc',
90 'video_sender.cc', 92 'video_sender.cc',
91 'video_receiver.cc', 93 'video_receiver.cc',
92 ], # source 94 ], # source
93 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 95 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
94 'msvs_disabled_warnings': [ 4267, ], 96 'msvs_disabled_warnings': [ 4267, ],
95 }, 97 },
96 ], 98 ],
97 } 99 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/video_codec_initializer.cc ('k') | webrtc/modules/video_coding/video_coding_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698