| 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",
|
|
|