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

Unified Diff: libvpx_srcs_mips.gypi

Issue 168343002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 6 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_arm_neon_cpu_detect.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
===================================================================
--- libvpx_srcs_mips.gypi (revision 248011)
+++ libvpx_srcs_mips.gypi (working copy)
@@ -133,6 +133,7 @@
'<(libvpx_source)/vp9/common/generic/vp9_systemdependent.c',
'<(libvpx_source)/vp9/common/vp9_alloccommon.c',
'<(libvpx_source)/vp9/common/vp9_alloccommon.h',
+ '<(libvpx_source)/vp9/common/vp9_blockd.c',
'<(libvpx_source)/vp9/common/vp9_blockd.h',
'<(libvpx_source)/vp9/common/vp9_common_data.c',
'<(libvpx_source)/vp9/common/vp9_common_data.h',
@@ -149,6 +150,8 @@
'<(libvpx_source)/vp9/common/vp9_enums.h',
'<(libvpx_source)/vp9/common/vp9_filter.c',
'<(libvpx_source)/vp9/common/vp9_filter.h',
+ '<(libvpx_source)/vp9/common/vp9_frame_buffers.c',
+ '<(libvpx_source)/vp9/common/vp9_frame_buffers.h',
'<(libvpx_source)/vp9/common/vp9_idct.c',
'<(libvpx_source)/vp9/common/vp9_idct.h',
'<(libvpx_source)/vp9/common/vp9_loopfilter.c',
@@ -190,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_onyxd.h',
'<(libvpx_source)/vp9/decoder/vp9_onyxd_if.c',
'<(libvpx_source)/vp9/decoder/vp9_onyxd_int.h',
@@ -226,6 +231,7 @@
'<(libvpx_source)/vpx/vpx_codec.h',
'<(libvpx_source)/vpx/vpx_decoder.h',
'<(libvpx_source)/vpx/vpx_encoder.h',
+ '<(libvpx_source)/vpx/vpx_frame_buffer.h',
'<(libvpx_source)/vpx/vpx_image.h',
'<(libvpx_source)/vpx/vpx_integer.h',
],
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect.gypi ('k') | libvpx_srcs_nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698