1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libyuv/libyuv_nacl.gyp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 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 + 'includes': [ 1.14 + 'libyuv.gypi', 1.15 + '../../native_client/build/untrusted.gypi', 1.16 + ], 1.17 + 'targets': [ 1.18 + { 1.19 + 'target_name': 'libyuv_nacl', 1.20 + 'type': 'none', 1.21 + 'variables': { 1.22 + 'nlib_target': 'libyuv_nacl.a', 1.23 + 'build_glibc': 0, 1.24 + 'build_newlib': 0, 1.25 + 'build_pnacl_newlib': 1, 1.26 + }, 1.27 + 'dependencies': [ 1.28 + '../../native_client/tools.gyp:prep_toolchain', 1.29 + ], 1.30 + 'include_dirs': [ 1.31 + 'include', 1.32 + ], 1.33 + 'direct_dependent_settings': { 1.34 + 'include_dirs': [ 1.35 + 'include', 1.36 + ], 1.37 + }, 1.38 + 'sources': [ 1.39 + '<@(libyuv_sources)', 1.40 + ], 1.41 + }, # target libyuv_nacl 1.42 + ] 1.43 +}