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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1254883002: Refactor the AudioDevice for iOS and improve the performance and stability (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased and cleaned up Created 5 years, 3 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/audio_device/mock_audio_device_buffer.h ('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 'includes': [ 10 'includes': [
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'audio_coding/neteq/mock/mock_delay_peak_detector.h', 153 'audio_coding/neteq/mock/mock_delay_peak_detector.h',
154 'audio_coding/neteq/mock/mock_dtmf_buffer.h', 154 'audio_coding/neteq/mock/mock_dtmf_buffer.h',
155 'audio_coding/neteq/mock/mock_dtmf_tone_generator.h', 155 'audio_coding/neteq/mock/mock_dtmf_tone_generator.h',
156 'audio_coding/neteq/mock/mock_expand.h', 156 'audio_coding/neteq/mock/mock_expand.h',
157 'audio_coding/neteq/mock/mock_external_decoder_pcm16b.h', 157 'audio_coding/neteq/mock/mock_external_decoder_pcm16b.h',
158 'audio_coding/neteq/mock/mock_packet_buffer.h', 158 'audio_coding/neteq/mock/mock_packet_buffer.h',
159 'audio_coding/neteq/mock/mock_payload_splitter.h', 159 'audio_coding/neteq/mock/mock_payload_splitter.h',
160 'audio_coding/neteq/tools/input_audio_file_unittest.cc', 160 'audio_coding/neteq/tools/input_audio_file_unittest.cc',
161 'audio_coding/neteq/tools/packet_unittest.cc', 161 'audio_coding/neteq/tools/packet_unittest.cc',
162 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', 162 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc',
163 'audio_device/fine_audio_buffer_unittest.cc',
163 'audio_processing/aec/echo_cancellation_unittest.cc', 164 'audio_processing/aec/echo_cancellation_unittest.cc',
164 'audio_processing/aec/system_delay_unittest.cc', 165 'audio_processing/aec/system_delay_unittest.cc',
165 # TODO(ajm): Fix to match new interface. 166 # TODO(ajm): Fix to match new interface.
166 # 'audio_processing/agc/agc_unittest.cc', 167 # 'audio_processing/agc/agc_unittest.cc',
167 'audio_processing/agc/histogram_unittest.cc', 168 'audio_processing/agc/histogram_unittest.cc',
168 'audio_processing/agc/mock_agc.h', 169 'audio_processing/agc/mock_agc.h',
169 'audio_processing/beamformer/complex_matrix_unittest.cc', 170 'audio_processing/beamformer/complex_matrix_unittest.cc',
170 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ', 171 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ',
171 'audio_processing/beamformer/matrix_unittest.cc', 172 'audio_processing/beamformer/matrix_unittest.cc',
172 'audio_processing/beamformer/mock_nonlinear_beamformer.h', 173 'audio_processing/beamformer/mock_nonlinear_beamformer.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 # const BASE_EXPORT jobject GetApplicationContext() 350 # const BASE_EXPORT jobject GetApplicationContext()
350 # error: type qualifiers ignored on function return type 351 # error: type qualifiers ignored on function return type
351 'cflags': [ 352 'cflags': [
352 '-Wno-ignored-qualifiers', 353 '-Wno-ignored-qualifiers',
353 ], 354 ],
354 'sources': [ 355 'sources': [
355 'audio_device/android/audio_device_unittest.cc', 356 'audio_device/android/audio_device_unittest.cc',
356 'audio_device/android/audio_manager_unittest.cc', 357 'audio_device/android/audio_manager_unittest.cc',
357 'audio_device/android/ensure_initialized.cc', 358 'audio_device/android/ensure_initialized.cc',
358 'audio_device/android/ensure_initialized.h', 359 'audio_device/android/ensure_initialized.h',
359 'audio_device/android/fine_audio_buffer_unittest.cc',
360 ], 360 ],
361 }], 361 }],
362 ['OS=="ios"', { 362 ['OS=="ios"', {
363 'sources': [ 363 'sources': [
364 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', 364 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc',
365 'audio_device/ios/audio_device_unittest_ios.cc', 365 'audio_device/ios/audio_device_unittest_ios.cc',
366 ], 366 ],
367 'mac_bundle_resources': [ 367 'mac_bundle_resources': [
368 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', 368 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
369 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', 369 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'sources': [ 490 'sources': [
491 'modules_unittests.isolate', 491 'modules_unittests.isolate',
492 ], 492 ],
493 }, 493 },
494 ], 494 ],
495 }], 495 }],
496 ], 496 ],
497 }], # include_tests 497 }], # include_tests
498 ], # conditions 498 ], # conditions
499 } 499 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/mock_audio_device_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698