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

Unified Diff: libvpx_srcs_nacl.gypi

Issue 800493003: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Keep vp9_iht8x8_add_neon disabled because of http://llvm.org/bugs/show_bug.cgi?id=22178 Created 5 years, 11 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_mips.gypi ('k') | libvpx_srcs_x86.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_nacl.gypi
diff --git a/libvpx_srcs_nacl.gypi b/libvpx_srcs_nacl.gypi
index 9c22b249df8e08db601548c902d63e3642357bd3..9228b7cd252e7a348db52d5572545af714500472 100644
--- a/libvpx_srcs_nacl.gypi
+++ b/libvpx_srcs_nacl.gypi
@@ -151,6 +151,8 @@
'<(libvpx_source)/vp9/common/vp9_loopfilter.c',
'<(libvpx_source)/vp9/common/vp9_loopfilter.h',
'<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c',
+ '<(libvpx_source)/vp9/common/vp9_loopfilter_thread.c',
+ '<(libvpx_source)/vp9/common/vp9_loopfilter_thread.h',
'<(libvpx_source)/vp9/common/vp9_mv.h',
'<(libvpx_source)/vp9/common/vp9_mvref_common.c',
'<(libvpx_source)/vp9/common/vp9_mvref_common.h',
@@ -189,8 +191,6 @@
'<(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',
« no previous file with comments | « libvpx_srcs_mips.gypi ('k') | libvpx_srcs_x86.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698