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

Side by Side Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2713853002: remove x86_abi_support from source list (Closed)
Patch Set: filter out include files when generating gni Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « third_party/libvpx/generate_gni.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 libvpx_srcs_x86 = [ 6 libvpx_srcs_x86 = [
7 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 7 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
8 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 8 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
9 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 9 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
10 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 10 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm", 390 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm",
391 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm", 391 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm",
392 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm", 392 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm",
393 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm" , 393 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm" ,
394 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse 2.asm", 394 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse 2.asm",
395 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm", 395 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm",
396 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm", 396 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm",
397 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm ", 397 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm ",
398 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.as m", 398 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.as m",
399 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm", 399 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm",
400 "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm",
401 ] 400 ]
402 libvpx_srcs_x86_mmx = [ 401 libvpx_srcs_x86_mmx = [
403 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c", 402 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
404 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c", 403 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c",
405 ] 404 ]
406 libvpx_srcs_x86_sse2 = [ 405 libvpx_srcs_x86_sse2 = [
407 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c", 406 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c",
408 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c", 407 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
409 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", 408 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
410 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c", 409 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c",
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm", 837 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm",
839 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm", 838 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm",
840 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm", 839 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm",
841 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm" , 840 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm" ,
842 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse 2.asm", 841 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse 2.asm",
843 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm", 842 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm",
844 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm", 843 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm",
845 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm ", 844 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm ",
846 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.as m", 845 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.as m",
847 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm", 846 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm",
848 "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm",
849 ] 847 ]
850 libvpx_srcs_x86_64_mmx = [ 848 libvpx_srcs_x86_64_mmx = [
851 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c", 849 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
852 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c", 850 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c",
853 ] 851 ]
854 libvpx_srcs_x86_64_sse2 = [ 852 libvpx_srcs_x86_64_sse2 = [
855 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c", 853 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c",
856 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c", 854 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
857 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", 855 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
858 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c", 856 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c",
(...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 3395 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
3398 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 3396 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
3399 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 3397 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
3400 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 3398 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
3401 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 3399 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
3402 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 3400 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
3403 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 3401 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
3404 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 3402 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
3405 ] 3403 ]
3406 libvpx_srcs_generic_assembly = [] 3404 libvpx_srcs_generic_assembly = []
OLDNEW
« no previous file with comments | « third_party/libvpx/generate_gni.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698