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

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

Issue 1882733006: Delete I420 encoder and decoder. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete i420 directory from PRESUBMIT.py. Created 4 years, 8 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/modules/video_coding/test/tester_main.cc ('k') | no next file » | 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) 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',
17 '<(webrtc_root)/common_video/common_video.gyp:common_video', 16 '<(webrtc_root)/common_video/common_video.gyp:common_video',
18 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility', 17 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility',
19 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 18 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
20 '<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8', 19 '<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8',
21 '<(webrtc_vp9_dir)/vp9.gyp:webrtc_vp9', 20 '<(webrtc_vp9_dir)/vp9.gyp:webrtc_vp9',
22 ], 21 ],
23 'sources': [ 22 'sources': [
24 # interfaces 23 # interfaces
25 'include/bitrate_adjuster.h', 24 'include/bitrate_adjuster.h',
26 'include/video_coding.h', 25 'include/video_coding.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'timing.cc', 87 'timing.cc',
89 'video_coding_impl.cc', 88 'video_coding_impl.cc',
90 'video_sender.cc', 89 'video_sender.cc',
91 'video_receiver.cc', 90 'video_receiver.cc',
92 ], # source 91 ], # source
93 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 92 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
94 'msvs_disabled_warnings': [ 4267, ], 93 'msvs_disabled_warnings': [ 4267, ],
95 }, 94 },
96 ], 95 ],
97 } 96 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/test/tester_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698