blob: 55c79689f7ea64100f43483b3142a2365b6fe7a9 [file] [log] [blame]
michaelbai@google.com0e536072014-02-10 17:42:34 +00001# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
10 'includes': ['lib_core_neon_offsets.gypi'],
11 'targets' : [
12 {
13 'target_name': 'gen_nsx_core_neon_offsets_h',
14 'type': 'none',
15 'dependencies': [
16 'lib_core_neon_offsets',
17 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host',
18 ],
19 'sources': ['<(shared_generated_dir)/nsx_core_neon_offsets.o',],
20 'variables' : {
21 'unpack_lib_name':'nsx_core_neon_offsets.o',
22 },
23 'includes': [
24 '../../../third_party/libvpx/unpack_lib_posix.gypi',
25 '../../../third_party/libvpx/obj_int_extract.gypi',
26 ],
27 },
28 {
29 'target_name': 'gen_aecm_core_neon_offsets_h',
30 'type': 'none',
31 'dependencies': [
32 'lib_core_neon_offsets',
33 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx_obj_int_extract#host',
34 ],
35 'variables': {
36 'unpack_lib_name':'aecm_core_neon_offsets.o',
37 },
38 'sources': ['<(shared_generated_dir)/aecm_core_neon_offsets.o',],
39 'includes': [
40 '../../../third_party/libvpx/unpack_lib_posix.gypi',
41 '../../../third_party/libvpx/obj_int_extract.gypi',
42 ],
43 },
44 ],
45}