OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 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': [ |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'android/fine_audio_buffer.cc', | 96 'android/fine_audio_buffer.cc', |
97 'android/fine_audio_buffer.h', | 97 'android/fine_audio_buffer.h', |
98 'android/opensles_common.cc', | 98 'android/opensles_common.cc', |
99 'android/opensles_common.h', | 99 'android/opensles_common.h', |
100 'android/opensles_player.cc', | 100 'android/opensles_player.cc', |
101 'android/opensles_player.h', | 101 'android/opensles_player.h', |
102 'audio_device_impl.cc', | 102 'audio_device_impl.cc', |
103 'audio_device_impl.h', | 103 'audio_device_impl.h', |
104 'ios/audio_device_ios.h', | 104 'ios/audio_device_ios.h', |
105 'ios/audio_device_ios.mm', | 105 'ios/audio_device_ios.mm', |
| 106 'ios/audio_device_not_implemented_ios.h', |
| 107 'ios/audio_device_not_implemented_ios.mm', |
106 'linux/alsasymboltable_linux.cc', | 108 'linux/alsasymboltable_linux.cc', |
107 'linux/alsasymboltable_linux.h', | 109 'linux/alsasymboltable_linux.h', |
108 'linux/audio_device_alsa_linux.cc', | 110 'linux/audio_device_alsa_linux.cc', |
109 'linux/audio_device_alsa_linux.h', | 111 'linux/audio_device_alsa_linux.h', |
110 'linux/audio_mixer_manager_alsa_linux.cc', | 112 'linux/audio_mixer_manager_alsa_linux.cc', |
111 'linux/audio_mixer_manager_alsa_linux.h', | 113 'linux/audio_mixer_manager_alsa_linux.h', |
112 'linux/latebindingsymboltable_linux.cc', | 114 'linux/latebindingsymboltable_linux.cc', |
113 'linux/latebindingsymboltable_linux.h', | 115 'linux/latebindingsymboltable_linux.h', |
114 'mac/audio_device_mac.cc', | 116 'mac/audio_device_mac.cc', |
115 'mac/audio_device_mac.h', | 117 'mac/audio_device_mac.h', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'audio_device_tests.isolate', | 252 'audio_device_tests.isolate', |
251 ], | 253 ], |
252 }, | 254 }, |
253 ], | 255 ], |
254 }], | 256 }], |
255 ], | 257 ], |
256 }], # include_tests | 258 }], # include_tests |
257 ], | 259 ], |
258 } | 260 } |
259 | 261 |
OLD | NEW |