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

Unified Diff: libvpx_srcs_mips.gypi

Issue 958693004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libvpx_srcs_generic.gypi ('k') | libvpx_srcs_nacl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_mips.gypi
diff --git a/libvpx_srcs_mips.gypi b/libvpx_srcs_mips.gypi
index f2a98ee5e4051ea7e14231936542430720a8aa7f..78f7c3f7310ad202f4d21f626127916eee0f33ff 100644
--- a/libvpx_srcs_mips.gypi
+++ b/libvpx_srcs_mips.gypi
@@ -153,8 +153,6 @@
'<(libvpx_source)/vp9/common/vp9_loopfilter.c',
'<(libvpx_source)/vp9/common/vp9_loopfilter.h',
'<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c',
- '<(libvpx_source)/vp9/common/vp9_loopfilter_thread.c',
- '<(libvpx_source)/vp9/common/vp9_loopfilter_thread.h',
'<(libvpx_source)/vp9/common/vp9_mv.h',
'<(libvpx_source)/vp9/common/vp9_mvref_common.c',
'<(libvpx_source)/vp9/common/vp9_mvref_common.h',
@@ -181,6 +179,8 @@
'<(libvpx_source)/vp9/common/vp9_textblit.h',
'<(libvpx_source)/vp9/common/vp9_thread.c',
'<(libvpx_source)/vp9/common/vp9_thread.h',
+ '<(libvpx_source)/vp9/common/vp9_thread_common.c',
+ '<(libvpx_source)/vp9/common/vp9_thread_common.h',
'<(libvpx_source)/vp9/common/vp9_tile_common.c',
'<(libvpx_source)/vp9/common/vp9_tile_common.h',
'<(libvpx_source)/vp9/decoder/vp9_decodeframe.c',
@@ -193,6 +193,8 @@
'<(libvpx_source)/vp9/decoder/vp9_detokenize.h',
'<(libvpx_source)/vp9/decoder/vp9_dsubexp.c',
'<(libvpx_source)/vp9/decoder/vp9_dsubexp.h',
+ '<(libvpx_source)/vp9/decoder/vp9_dthread.c',
+ '<(libvpx_source)/vp9/decoder/vp9_dthread.h',
'<(libvpx_source)/vp9/decoder/vp9_read_bit_buffer.c',
'<(libvpx_source)/vp9/decoder/vp9_read_bit_buffer.h',
'<(libvpx_source)/vp9/decoder/vp9_reader.c',
@@ -252,6 +254,8 @@
'<(libvpx_source)/vp9/encoder/vp9_sad.c',
'<(libvpx_source)/vp9/encoder/vp9_segmentation.c',
'<(libvpx_source)/vp9/encoder/vp9_segmentation.h',
+ '<(libvpx_source)/vp9/encoder/vp9_skin_detection.c',
+ '<(libvpx_source)/vp9/encoder/vp9_skin_detection.h',
'<(libvpx_source)/vp9/encoder/vp9_speed_features.c',
'<(libvpx_source)/vp9/encoder/vp9_speed_features.h',
'<(libvpx_source)/vp9/encoder/vp9_subexp.c',
« no previous file with comments | « libvpx_srcs_generic.gypi ('k') | libvpx_srcs_nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698