1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libyuv/libyuv.gypi Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,67 @@ 1.4 +# Copyright 2014 The LibYuv Project Authors. All rights reserved. 1.5 +# 1.6 +# Use of this source code is governed by a BSD-style license 1.7 +# that can be found in the LICENSE file in the root of the source 1.8 +# tree. An additional intellectual property rights grant can be found 1.9 +# in the file PATENTS. All contributing project authors may 1.10 +# be found in the AUTHORS file in the root of the source tree. 1.11 + 1.12 +{ 1.13 + 'variables': { 1.14 + 'libyuv_sources': [ 1.15 + # includes. 1.16 + 'include/libyuv.h', 1.17 + 'include/libyuv/basic_types.h', 1.18 + 'include/libyuv/compare.h', 1.19 + 'include/libyuv/convert.h', 1.20 + 'include/libyuv/convert_argb.h', 1.21 + 'include/libyuv/convert_from.h', 1.22 + 'include/libyuv/convert_from_argb.h', 1.23 + 'include/libyuv/cpu_id.h', 1.24 + 'include/libyuv/format_conversion.h', 1.25 + 'include/libyuv/mjpeg_decoder.h', 1.26 + 'include/libyuv/planar_functions.h', 1.27 + 'include/libyuv/rotate.h', 1.28 + 'include/libyuv/rotate_argb.h', 1.29 + 'include/libyuv/row.h', 1.30 + 'include/libyuv/scale.h', 1.31 + 'include/libyuv/scale_argb.h', 1.32 + 'include/libyuv/scale_row.h', 1.33 + 'include/libyuv/version.h', 1.34 + 'include/libyuv/video_common.h', 1.35 + 1.36 + # sources. 1.37 + 'source/compare.cc', 1.38 + 'source/compare_common.cc', 1.39 + 'source/compare_posix.cc', 1.40 + 'source/compare_win.cc', 1.41 + 'source/convert.cc', 1.42 + 'source/convert_argb.cc', 1.43 + 'source/convert_from.cc', 1.44 + 'source/convert_from_argb.cc', 1.45 + 'source/convert_jpeg.cc', 1.46 + 'source/convert_to_argb.cc', 1.47 + 'source/convert_to_i420.cc', 1.48 + 'source/cpu_id.cc', 1.49 + 'source/format_conversion.cc', 1.50 + 'source/mjpeg_decoder.cc', 1.51 + 'source/mjpeg_validate.cc', 1.52 + 'source/planar_functions.cc', 1.53 + 'source/rotate.cc', 1.54 + 'source/rotate_argb.cc', 1.55 + 'source/rotate_mips.cc', 1.56 + 'source/row_any.cc', 1.57 + 'source/row_common.cc', 1.58 + 'source/row_mips.cc', 1.59 + 'source/row_posix.cc', 1.60 + 'source/row_win.cc', 1.61 + 'source/scale.cc', 1.62 + 'source/scale_argb.cc', 1.63 + 'source/scale_common.cc', 1.64 + 'source/scale_mips.cc', 1.65 + 'source/scale_posix.cc', 1.66 + 'source/scale_win.cc', 1.67 + 'source/video_common.cc', 1.68 + ], 1.69 + } 1.70 +}