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

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

Issue 2322363002: Rationalize libvpx configurations (Closed)
Patch Set: Created 4 years, 3 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
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 2444 matching lines...) Expand 10 before | Expand all | Expand 10 after
2455 "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.h", 2455 "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.h",
2456 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c", 2456 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c",
2457 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.h", 2457 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.h",
2458 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c", 2458 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c",
2459 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.h", 2459 "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.h",
2460 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c", 2460 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c",
2461 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.h", 2461 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.h",
2462 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c", 2462 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c",
2463 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.h", 2463 "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.h",
2464 "//third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c", 2464 "//third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c",
2465 "//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.c",
2466 "//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.h", 2465 "//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.h",
2467 "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c", 2466 "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c",
2468 "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.h", 2467 "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.h",
2469 "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c", 2468 "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c",
2470 "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.h", 2469 "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.h",
2471 "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c", 2470 "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c",
2472 "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.h", 2471 "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.h",
2473 "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c", 2472 "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c",
2474 "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.h", 2473 "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.h",
2475 "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c", 2474 "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c",
2476 "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_int.h", 2475 "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_int.h",
2477 "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c", 2476 "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c",
2478 "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.h", 2477 "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.h",
2479 "//third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c", 2478 "//third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c",
2480 "//third_party/libvpx/source/libvpx/vp8/encoder/quantize.h", 2479 "//third_party/libvpx/source/libvpx/vp8/encoder/quantize.h",
2481 "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c", 2480 "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c",
2482 "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.h", 2481 "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.h",
2483 "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c", 2482 "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c",
2484 "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.h", 2483 "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.h",
2485 "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c", 2484 "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c",
2486 "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.h", 2485 "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.h",
2487 "//third_party/libvpx/source/libvpx/vp8/encoder/temporal_filter.c",
2488 "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c", 2486 "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c",
2489 "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h", 2487 "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h",
2490 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c", 2488 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c",
2491 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.h", 2489 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.h",
2492 "//third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c", 2490 "//third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c",
2493 "//third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c", 2491 "//third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c",
2494 "//third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c", 2492 "//third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c",
2495 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c", 2493 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c",
2496 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.h", 2494 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.h",
2497 "//third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c", 2495 "//third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c",
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
3359 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 3357 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
3360 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 3358 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
3361 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 3359 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
3362 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 3360 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
3363 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 3361 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
3364 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 3362 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
3365 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 3363 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
3366 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 3364 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
3367 ] 3365 ]
3368 libvpx_srcs_generic_assembly = [] 3366 libvpx_srcs_generic_assembly = []
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698