1# Copyright (c) 2011 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': [ 11 '../../../common_settings.gypi', 12 ], 13 'targets': [ 14 { 15 'target_name': 'apm_util', 16 'type': '<(library)', 17 'direct_dependent_settings': { 18 'include_dirs': [ 19 '.', 20 ], 21 }, 22 'sources': [ 23 'ring_buffer.c', 24 'ring_buffer.h', 25 'fft4g.c', 26 'fft4g.h', 27 ], 28 }, 29 ], 30} 31 32# Local Variables: 33# tab-width:2 34# indent-tabs-mode:nil 35# End: 36# vim: set expandtab tabstop=2 shiftwidth=2: 37