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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/codec_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index bc6f595b51d16c5570fac2690016095bcd4da0b7..1a9697409e9d83df2b61d5bb9ec9689871310e22 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -94,7 +94,6 @@ source_set("video_coding") {
deps = [
":video_coding_utility",
":webrtc_h264",
- ":webrtc_i420",
":webrtc_vp8",
":webrtc_vp9",
"../..:webrtc_common",
@@ -172,26 +171,6 @@ source_set("webrtc_h264") {
# TODO(tkchin): Source set for webrtc_h264_video_toolbox. Currently not
# possible to add, see https://crbug.com/297668.
-source_set("webrtc_i420") {
- sources = [
- "codecs/i420/i420.cc",
- "codecs/i420/include/i420.h",
- ]
-
- configs += [ "../..:common_config" ]
- public_configs = [ "../..:common_inherited_config" ]
-
- if (is_clang) {
- # Suppress warnings from Chrome's Clang plugins.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- configs -= [ "//build/config/clang:find_bad_constructs" ]
- }
-
- deps = [
- "../../system_wrappers",
- ]
-}
-
source_set("webrtc_vp8") {
sources = [
"codecs/vp8/default_temporal_layers.cc",
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/codec_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698