xians@google.com | d3185fe | 2011-09-12 12:24:39 +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. |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 8 | |
| 9 | { |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 10 | 'targets': [ |
| 11 | { |
| 12 | 'target_name': 'webrtc_utility', |
wjia@webrtc.org | a3c82bf | 2013-01-18 23:42:21 +0000 | [diff] [blame] | 13 | 'type': 'static_library', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 14 | 'dependencies': [ |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 15 | 'audio_coding_module', |
fischman@webrtc.org | f696f25 | 2013-08-05 18:45:19 +0000 | [diff] [blame] | 16 | 'media_file', |
andrew@webrtc.org | 3423537 | 2013-04-30 23:43:26 +0000 | [diff] [blame] | 17 | '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 18 | '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 19 | ], |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 20 | 'sources': [ |
niklas.enbom@webrtc.org | 0cb79cc | 2012-05-30 14:32:42 +0000 | [diff] [blame] | 21 | '../interface/audio_frame_operations.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 22 | '../interface/file_player.h', |
| 23 | '../interface/file_recorder.h', |
fischman@webrtc.org | 4e65e07 | 2013-10-03 18:23:13 +0000 | [diff] [blame] | 24 | '../interface/helpers_android.h', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 25 | '../interface/process_thread.h', |
| 26 | '../interface/rtp_dump.h', |
andrew@webrtc.org | 459955f | 2012-05-29 22:13:14 +0000 | [diff] [blame] | 27 | 'audio_frame_operations.cc', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 28 | 'coder.cc', |
| 29 | 'coder.h', |
| 30 | 'file_player_impl.cc', |
| 31 | 'file_player_impl.h', |
| 32 | 'file_recorder_impl.cc', |
| 33 | 'file_recorder_impl.h', |
fischman@webrtc.org | 4e65e07 | 2013-10-03 18:23:13 +0000 | [diff] [blame] | 34 | 'helpers_android.cc', |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 35 | 'process_thread_impl.cc', |
| 36 | 'process_thread_impl.h', |
| 37 | 'rtp_dump_impl.cc', |
| 38 | 'rtp_dump_impl.h', |
andrew@webrtc.org | 830099e | 2011-08-31 17:03:54 +0000 | [diff] [blame] | 39 | ], |
| 40 | 'conditions': [ |
| 41 | ['enable_video==1', { |
andrew@webrtc.org | 830099e | 2011-08-31 17:03:54 +0000 | [diff] [blame] | 42 | 'dependencies': [ |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 43 | 'webrtc_video_coding', |
andrew@webrtc.org | 830099e | 2011-08-31 17:03:54 +0000 | [diff] [blame] | 44 | ], |
andrew@webrtc.org | 830099e | 2011-08-31 17:03:54 +0000 | [diff] [blame] | 45 | 'sources': [ |
| 46 | 'frame_scaler.cc', |
| 47 | 'video_coder.cc', |
| 48 | 'video_frames_queue.cc', |
| 49 | ], |
| 50 | }], |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 51 | ], |
| 52 | }, |
kjellander@webrtc.org | d492f72 | 2011-11-24 07:20:00 +0000 | [diff] [blame] | 53 | ], # targets |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 54 | } |