blob: 726e5e79b956a154db7b627eb86023ee5fd43621 [file] [log] [blame]
# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
#
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file in the root of the source
# tree. An additional intellectual property rights grant can be found
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
{
'includes': ['lib_core_neon_offsets.gypi'],
'targets' : [
{
'target_name': 'gen_nsx_core_neon_offsets_h',
'type': 'none',
'dependencies': [
'lib_core_neon_offsets',
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host',
],
'sources': ['<(shared_generated_dir)/nsx_core_neon_offsets.o',],
'variables' : {
'object_file_to_extract':'nsx_core_neon_offsets.o',
},
'includes': [
'../../../../third_party/libvpx/unpack_lib_posix.gypi',
'../../../../third_party/libvpx/obj_int_extract.gypi',
],
},
{
'target_name': 'gen_aecm_core_neon_offsets_h',
'type': 'none',
'dependencies': [
'lib_core_neon_offsets',
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host',
],
'variables': {
'object_file_to_extract':'aecm_core_neon_offsets.o',
},
'sources': ['<(shared_generated_dir)/aecm_core_neon_offsets.o',],
'includes': [
'../../../../third_party/libvpx/unpack_lib_posix.gypi',
'../../../../third_party/libvpx/obj_int_extract.gypi',
],
},
],
}