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

Unified Diff: libvpx_srcs_arm64.gypi

Issue 898943004: 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_arm.gypi ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_arm64.gypi
diff --git a/libvpx_srcs_arm64.gypi b/libvpx_srcs_arm64.gypi
index 0924f522de063e34c54a252369df9f8612b50244..52749f0282d9d6014002816fac1649cc91c474a4 100644
--- a/libvpx_srcs_arm64.gypi
+++ b/libvpx_srcs_arm64.gypi
@@ -241,12 +241,16 @@
'<(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',
'<(libvpx_source)/vp9/decoder/vp9_reader.h',
+ '<(libvpx_source)/vp9/encoder/arm/neon/vp9_avg_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c',
+ '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad4d_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c',
« no previous file with comments | « libvpx_srcs_arm.gypi ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698