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

Unified Diff: libvpx_srcs_x86.gypi

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: 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_nacl.gypi ('k') | libvpx_srcs_x86_64.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86.gypi
diff --git a/libvpx_srcs_x86.gypi b/libvpx_srcs_x86.gypi
index d61c186aca5c907884004f902dccba614f2ec967..d8620487aa4e9e8882006d2f2389307313f94ec8 100644
--- a/libvpx_srcs_x86.gypi
+++ b/libvpx_srcs_x86.gypi
@@ -216,6 +216,7 @@
'<(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/common/x86/convolve.h',
'<(libvpx_source)/vp9/common/x86/vp9_asm_stubs.c',
'<(libvpx_source)/vp9/common/x86/vp9_copy_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.h',
@@ -318,8 +319,11 @@
'<(libvpx_source)/vp9/encoder/vp9_write_bit_buffer.h',
'<(libvpx_source)/vp9/encoder/vp9_writer.c',
'<(libvpx_source)/vp9/encoder/vp9_writer.h',
+ '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_avx2_impl.h',
+ '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h',
'<(libvpx_source)/vp9/encoder/x86/vp9_dct_mmx.asm',
'<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.h',
+ '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2_impl.h',
'<(libvpx_source)/vp9/encoder/x86/vp9_error_sse2.asm',
'<(libvpx_source)/vp9/encoder/x86/vp9_subpel_variance.asm',
'<(libvpx_source)/vp9/encoder/x86/vp9_subtract_sse2.asm',
@@ -344,6 +348,7 @@
'<(libvpx_source)/vpx/vpx_image.h',
'<(libvpx_source)/vpx/vpx_integer.h',
'<(libvpx_source)/vpx_dsp/sad.c',
+ '<(libvpx_source)/vpx_dsp/variance.c',
'<(libvpx_source)/vpx_dsp/vpx_dsp_rtcd.c',
'<(libvpx_source)/vpx_dsp/x86/sad4d_sse2.asm',
'<(libvpx_source)/vpx_dsp/x86/sad_mmx.asm',
@@ -351,6 +356,7 @@
'<(libvpx_source)/vpx_dsp/x86/sad_sse3.asm',
'<(libvpx_source)/vpx_dsp/x86/sad_sse4.asm',
'<(libvpx_source)/vpx_dsp/x86/sad_ssse3.asm',
+ '<(libvpx_source)/vpx_dsp/x86/variance_impl_mmx.asm',
'<(libvpx_source)/vpx_mem/include/vpx_mem_intrnl.h',
'<(libvpx_source)/vpx_mem/vpx_mem.c',
'<(libvpx_source)/vpx_mem/vpx_mem.h',
@@ -359,6 +365,7 @@
'<(libvpx_source)/vpx_ports/mem.h',
'<(libvpx_source)/vpx_ports/mem_ops.h',
'<(libvpx_source)/vpx_ports/mem_ops_aligned.h',
+ '<(libvpx_source)/vpx_ports/msvc.h',
'<(libvpx_source)/vpx_ports/vpx_once.h',
'<(libvpx_source)/vpx_ports/vpx_timer.h',
'<(libvpx_source)/vpx_ports/x86.h',
« no previous file with comments | « libvpx_srcs_nacl.gypi ('k') | libvpx_srcs_x86_64.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698