andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 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 | 'targets': [ |
| 11 | { |
| 12 | 'target_name': 'webrtc_utility', |
| 13 | 'type': 'static_library', |
| 14 | 'dependencies': [ |
| 15 | 'audio_coding_module', |
| 16 | 'media_file', |
tommi | 435f98b | 2016-05-28 14:57:15 -0700 | [diff] [blame] | 17 | '<(webrtc_root)/base/base.gyp:rtc_task_queue', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 18 | '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
| 19 | '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', |
| 20 | ], |
| 21 | 'sources': [ |
Henrik Kjellander | ff761fb | 2015-11-04 08:31:52 +0100 | [diff] [blame] | 22 | 'include/audio_frame_operations.h', |
kwiberg | c8c71f4 | 2016-08-15 11:43:51 -0700 | [diff] [blame^] | 23 | 'include/file_player.h', |
| 24 | 'include/file_recorder.h', |
Henrik Kjellander | ff761fb | 2015-11-04 08:31:52 +0100 | [diff] [blame] | 25 | 'include/helpers_android.h', |
| 26 | 'include/helpers_ios.h', |
| 27 | 'include/jvm_android.h', |
| 28 | 'include/process_thread.h', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 29 | 'source/audio_frame_operations.cc', |
kwiberg | c8c71f4 | 2016-08-15 11:43:51 -0700 | [diff] [blame^] | 30 | 'source/coder.cc', |
| 31 | 'source/coder.h', |
| 32 | 'source/file_player_impl.cc', |
| 33 | 'source/file_player_impl.h', |
| 34 | 'source/file_recorder_impl.cc', |
| 35 | 'source/file_recorder_impl.h', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 36 | 'source/helpers_android.cc', |
henrika | ba35d05 | 2015-07-14 17:04:08 +0200 | [diff] [blame] | 37 | 'source/helpers_ios.mm', |
henrika | b261989 | 2015-05-18 16:49:16 +0200 | [diff] [blame] | 38 | 'source/jvm_android.cc', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 39 | 'source/process_thread_impl.cc', |
| 40 | 'source/process_thread_impl.h', |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 41 | ], |
andresp@webrtc.org | 749c602 | 2015-02-25 11:50:17 +0000 | [diff] [blame] | 42 | }, |
| 43 | ], # targets |
| 44 | } |