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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2322363002: Rationalize libvpx configurations (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/libvpx/libvpx_srcs.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index 4f5da4f7193f7354548bcfe749f9bf80dab77e8d..9deb676e165ea3d67639ba9bb05803f0b121521d 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -2462,7 +2462,6 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.h",
"//third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c",
- "//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.h",
"//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.h",
@@ -2484,7 +2483,6 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.h",
"//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.h",
- "//third_party/libvpx/source/libvpx/vp8/encoder/temporal_filter.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h",
"//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c",

Powered by Google App Engine
This is Rietveld 408576698