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

Unified Diff: libvpx_srcs_x86_64.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_x86.gypi ('k') | source/libvpx/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86_64.gypi
===================================================================
--- libvpx_srcs_x86_64.gypi (revision 248011)
+++ libvpx_srcs_x86_64.gypi (working copy)
@@ -171,6 +171,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',
@@ -187,6 +188,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',
@@ -228,6 +231,8 @@
'<(libvpx_source)/vp9/common/x86/vp9_postproc_x86.h',
'<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_ssse3.asm',
+ '<(libvpx_source)/vp9/common/x86/vp9_subpixel_bilinear_sse2.asm',
+ '<(libvpx_source)/vp9/common/x86/vp9_subpixel_bilinear_ssse3.asm',
'<(libvpx_source)/vp9/decoder/vp9_decodeframe.c',
'<(libvpx_source)/vp9/decoder/vp9_decodeframe.h',
'<(libvpx_source)/vp9/decoder/vp9_decodemv.c',
@@ -236,6 +241,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',
@@ -257,7 +264,6 @@
'<(libvpx_source)/vpx_ports/vpx_once.h',
'<(libvpx_source)/vpx_ports/vpx_timer.h',
'<(libvpx_source)/vpx_ports/x86_abi_support.asm',
- '<(libvpx_source)/vpx_ports/x86_cpuid.c',
'<(libvpx_source)/vpx_ports/x86.h',
'<(libvpx_source)/vpx_scale/generic/gen_scalers.c',
'<(libvpx_source)/vpx_scale/generic/vpx_scale.c',
@@ -276,6 +282,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_x86.gypi ('k') | source/libvpx/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698