1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libyuv/all.gyp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +# Copyright 2013 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 +# all.gyp and All target are for benefit of android gyp build. 1.13 +{ 1.14 + 'targets': [ 1.15 + { 1.16 + 'target_name': 'All', 1.17 + 'type': 'none', 1.18 + 'dependencies': [ 1.19 + 'libyuv.gyp:*', 1.20 + 'libyuv_test.gyp:*', 1.21 + ], 1.22 + }, 1.23 + ], 1.24 +}