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

Unified Diff: libvpx_srcs.gni

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | libvpx_srcs_arm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs.gni
diff --git a/libvpx_srcs.gni b/libvpx_srcs.gni
index cd3a9333a6723f32d6119ad3743bbb11f81bf0c2..739c27bb6289affc1a5e1e857c1d96d62c383475 100644
--- a/libvpx_srcs.gni
+++ b/libvpx_srcs.gni
@@ -173,7 +173,6 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -316,11 +315,13 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_ports/x86.h",
@@ -366,7 +367,7 @@ libvpx_srcs_x86_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/halfpix_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_sse2.asm",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_mmx.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_mmx.asm",
@@ -600,7 +601,6 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -743,11 +743,13 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_ports/x86.h",
@@ -786,21 +788,19 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/x86/ssim_opt_x86_64.asm",
"//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm",
"//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_postproc_sse2.asm",
"//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm",
"//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm",
"//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm",
"//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm",
- "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm",
"//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/halfpix_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_sse2.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/loopfilter_mmx.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3_x86_64.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm",
@@ -809,6 +809,7 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse3.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse4.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_ssse3.asm",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_mmx.asm",
@@ -1038,7 +1039,6 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -1176,11 +1176,13 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
@@ -1413,7 +1415,6 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -1565,11 +1566,13 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
@@ -1600,7 +1603,6 @@ libvpx_srcs_arm_neon_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_save_reg_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm",
@@ -1616,6 +1618,7 @@ libvpx_srcs_arm_neon_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_media.asm",
@@ -1798,7 +1801,6 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -1936,11 +1938,13 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
@@ -1977,7 +1981,6 @@ libvpx_srcs_arm_neon_cpu_detect_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
- "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_save_reg_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm",
@@ -1991,6 +1994,7 @@ libvpx_srcs_arm_neon_cpu_detect_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm",
@@ -2226,7 +2230,6 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -2392,11 +2395,13 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
@@ -2580,7 +2585,6 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -2715,11 +2719,13 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
@@ -2901,7 +2907,6 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -3036,11 +3041,13 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
@@ -3222,7 +3229,6 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vp9/common/vp9_scan.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
- "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
"//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
@@ -3357,11 +3363,13 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
"//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
"//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
"//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
« no previous file with comments | « no previous file | libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698