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: 'includes': [ michael@0: 'libyuv.gypi', michael@0: '../../native_client/build/untrusted.gypi', michael@0: ], michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'libyuv_nacl', michael@0: 'type': 'none', michael@0: 'variables': { michael@0: 'nlib_target': 'libyuv_nacl.a', michael@0: 'build_glibc': 0, michael@0: 'build_newlib': 0, michael@0: 'build_pnacl_newlib': 1, michael@0: }, michael@0: 'dependencies': [ michael@0: '../../native_client/tools.gyp:prep_toolchain', michael@0: ], michael@0: 'include_dirs': [ michael@0: 'include', michael@0: ], michael@0: 'direct_dependent_settings': { michael@0: 'include_dirs': [ michael@0: 'include', michael@0: ], michael@0: }, michael@0: 'sources': [ michael@0: '<@(libyuv_sources)', michael@0: ], michael@0: }, # target libyuv_nacl michael@0: ] michael@0: }