Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Side by Side Diff: webrtc/modules/utility/utility.gypi

Issue 1206783002: Cleanup of iOS AudioDevice implementation (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/modules/utility/source/helpers_ios.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 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 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 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'webrtc_utility', 12 'target_name': 'webrtc_utility',
13 'type': 'static_library', 13 'type': 'static_library',
14 'dependencies': [ 14 'dependencies': [
15 'audio_coding_module', 15 'audio_coding_module',
16 'media_file', 16 'media_file',
17 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 17 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
18 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 18 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'interface/audio_frame_operations.h', 21 'interface/audio_frame_operations.h',
22 'interface/file_player.h', 22 'interface/file_player.h',
23 'interface/file_recorder.h', 23 'interface/file_recorder.h',
24 'interface/helpers_android.h', 24 'interface/helpers_android.h',
25 'interface/helpers_ios.h',
25 'interface/jvm_android.h', 26 'interface/jvm_android.h',
26 'interface/process_thread.h', 27 'interface/process_thread.h',
27 'source/audio_frame_operations.cc', 28 'source/audio_frame_operations.cc',
28 'source/coder.cc', 29 'source/coder.cc',
29 'source/coder.h', 30 'source/coder.h',
30 'source/file_player_impl.cc', 31 'source/file_player_impl.cc',
31 'source/file_player_impl.h', 32 'source/file_player_impl.h',
32 'source/file_recorder_impl.cc', 33 'source/file_recorder_impl.cc',
33 'source/file_recorder_impl.h', 34 'source/file_recorder_impl.h',
34 'source/helpers_android.cc', 35 'source/helpers_android.cc',
36 'source/helpers_ios.mm',
35 'source/jvm_android.cc', 37 'source/jvm_android.cc',
36 'source/process_thread_impl.cc', 38 'source/process_thread_impl.cc',
37 'source/process_thread_impl.h', 39 'source/process_thread_impl.h',
38 ], 40 ],
39 }, 41 },
40 ], # targets 42 ], # targets
41 } 43 }
OLDNEW
« no previous file with comments | « webrtc/modules/utility/source/helpers_ios.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698