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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2708273003: Roll src/third_party/libvpx/source/libvpx/ 91f87e751..4d4231352 (50 commits). (Closed)
Patch Set: Created 3 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 | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/libvpx_srcs.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index 1a7345b42363242cfd6ff4f050926493ff8b82b0..8ff29f345302e04a4080d623f56f582a9240f362 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -316,6 +316,7 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_common.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/vpx_filter.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_avx2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_dct32x32_impl_avx2.h",
@@ -758,6 +759,7 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_common.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/vpx_filter.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_avx2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_dct32x32_impl_avx2.h",
@@ -828,7 +830,6 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_ssse3.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx_x86_64.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm",
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698