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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2528543002: Roll src/third_party/libvpx/source/libvpx/ 5c64c01c7..d7f1d60c5 (36 commits). (Closed)
Patch Set: rebase for DEPS Created 4 years, 1 month 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/ios/arm-neon/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 37850e297935f7a8c667314ce7c865e2121e4305..23c7843258ecad044e6d740def8a7c7f4b1c4eb6 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -1518,6 +1518,7 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c",
@@ -1989,6 +1990,7 @@ libvpx_srcs_arm_neon_cpu_detect_neon = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c",
@@ -2304,6 +2306,7 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c",
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/source/config/ios/arm-neon/vpx_dsp_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698