michael@0: # Copyright 2014 The LibYuv Project Authors. All rights reserved. michael@0: # michael@0: # Use of this source code is governed by a BSD-style license michael@0: # that can be found in the LICENSE file in the root of the source michael@0: # tree. An additional intellectual property rights grant can be found michael@0: # in the file PATENTS. All contributing project authors may michael@0: # be found in the AUTHORS file in the root of the source tree. michael@0: michael@0: { michael@0: 'variables': { michael@0: 'libyuv_sources': [ michael@0: # includes. michael@0: 'include/libyuv.h', michael@0: 'include/libyuv/basic_types.h', michael@0: 'include/libyuv/compare.h', michael@0: 'include/libyuv/convert.h', michael@0: 'include/libyuv/convert_argb.h', michael@0: 'include/libyuv/convert_from.h', michael@0: 'include/libyuv/convert_from_argb.h', michael@0: 'include/libyuv/cpu_id.h', michael@0: 'include/libyuv/format_conversion.h', michael@0: 'include/libyuv/mjpeg_decoder.h', michael@0: 'include/libyuv/planar_functions.h', michael@0: 'include/libyuv/rotate.h', michael@0: 'include/libyuv/rotate_argb.h', michael@0: 'include/libyuv/row.h', michael@0: 'include/libyuv/scale.h', michael@0: 'include/libyuv/scale_argb.h', michael@0: 'include/libyuv/scale_row.h', michael@0: 'include/libyuv/version.h', michael@0: 'include/libyuv/video_common.h', michael@0: michael@0: # sources. michael@0: 'source/compare.cc', michael@0: 'source/compare_common.cc', michael@0: 'source/compare_posix.cc', michael@0: 'source/compare_win.cc', michael@0: 'source/convert.cc', michael@0: 'source/convert_argb.cc', michael@0: 'source/convert_from.cc', michael@0: 'source/convert_from_argb.cc', michael@0: 'source/convert_jpeg.cc', michael@0: 'source/convert_to_argb.cc', michael@0: 'source/convert_to_i420.cc', michael@0: 'source/cpu_id.cc', michael@0: 'source/format_conversion.cc', michael@0: 'source/mjpeg_decoder.cc', michael@0: 'source/mjpeg_validate.cc', michael@0: 'source/planar_functions.cc', michael@0: 'source/rotate.cc', michael@0: 'source/rotate_argb.cc', michael@0: 'source/rotate_mips.cc', michael@0: 'source/row_any.cc', michael@0: 'source/row_common.cc', michael@0: 'source/row_mips.cc', michael@0: 'source/row_posix.cc', michael@0: 'source/row_win.cc', michael@0: 'source/scale.cc', michael@0: 'source/scale_argb.cc', michael@0: 'source/scale_common.cc', michael@0: 'source/scale_mips.cc', michael@0: 'source/scale_posix.cc', michael@0: 'source/scale_win.cc', michael@0: 'source/video_common.cc', michael@0: ], michael@0: } michael@0: }