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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2915763004: Roll src/third_party/libvpx/source/libvpx/ b3bf91bdc..b9649d240 (22 commits) (Closed)
Patch Set: Created 3 years, 7 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/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 08b2a5c2d750ceaaf900ec5d28cfac53c4f4a144..e0cbe6b4fa356c2df13d8ee4f27c4535c9eeb7d8 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -54,6 +54,8 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -505,6 +507,8 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -963,6 +967,8 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -1315,6 +1321,8 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -1698,6 +1706,8 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -2113,6 +2123,8 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -2488,6 +2500,8 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -2822,6 +2836,8 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
@@ -3156,6 +3172,8 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
"//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/skin_detection.h",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
"//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
"//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
« 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