summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/modules/audio_processing/gen_core_neon_offsets_chromium.gyp
blob: f4a9134fb211098726a118e5922c83d27f29076c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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' : {
        'unpack_lib_name':'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': {
        'unpack_lib_name':'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',
      ],
    },
  ],
}