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

Unified Diff: libvpx_srcs_mips.gypi

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR Created 5 years, 7 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 a43fe0dddc604d770fa37d5c1710b7b44e2c617c..8abf1082a111a8ee8c6b17cd950f739e3a960272 100644
--- a/libvpx_srcs_mips.gypi
+++ b/libvpx_srcs_mips.gypi
@@ -11,6 +11,7 @@
'<(libvpx_source)/vp8/common/blockd.h',
'<(libvpx_source)/vp8/common/coefupdateprobs.h',
'<(libvpx_source)/vp8/common/common.h',
+ '<(libvpx_source)/vp8/common/copy_c.c',
'<(libvpx_source)/vp8/common/debugmodes.c',
'<(libvpx_source)/vp8/common/default_coef_probs.h',
'<(libvpx_source)/vp8/common/dequantize.c',
@@ -53,7 +54,6 @@
'<(libvpx_source)/vp8/common/reconintra4x4.c',
'<(libvpx_source)/vp8/common/reconintra4x4.h',
'<(libvpx_source)/vp8/common/rtcd.c',
- '<(libvpx_source)/vp8/common/sad_c.c',
'<(libvpx_source)/vp8/common/setupintrarecon.c',
'<(libvpx_source)/vp8/common/setupintrarecon.h',
'<(libvpx_source)/vp8/common/swapyv12buffer.c',
@@ -255,7 +255,6 @@
'<(libvpx_source)/vp9/encoder/vp9_rdopt.h',
'<(libvpx_source)/vp9/encoder/vp9_resize.c',
'<(libvpx_source)/vp9/encoder/vp9_resize.h',
- '<(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',
@@ -297,6 +296,8 @@
'<(libvpx_source)/vpx/vpx_frame_buffer.h',
'<(libvpx_source)/vpx/vpx_image.h',
'<(libvpx_source)/vpx/vpx_integer.h',
+ '<(libvpx_source)/vpx_dsp/sad.c',
+ '<(libvpx_source)/vpx_dsp/vpx_dsp_rtcd.c',
'<(libvpx_source)/vpx_mem/include/vpx_mem_intrnl.h',
'<(libvpx_source)/vpx_mem/vpx_mem.c',
'<(libvpx_source)/vpx_mem/vpx_mem.h',
« 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