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

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

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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'acm_receive_test', 58 'acm_receive_test',
59 'acm_send_test', 59 'acm_send_test',
60 'audio_coding_module', 60 'audio_coding_module',
61 'audio_device' , 61 'audio_device' ,
62 'audio_processing', 62 'audio_processing',
63 'audioproc_test_utils', 63 'audioproc_test_utils',
64 'bitrate_controller', 64 'bitrate_controller',
65 'bwe_simulator', 65 'bwe_simulator',
66 'cng', 66 'cng',
67 'desktop_capture', 67 'desktop_capture',
68 'isac',
69 'isac_fix', 68 'isac_fix',
70 'media_file', 69 'media_file',
71 'neteq', 70 'neteq',
72 'neteq_test_support', 71 'neteq_test_support',
73 'neteq_unittest_tools', 72 'neteq_unittest_tools',
74 'paced_sender', 73 'paced_sender',
75 'pcm16b', # Needed by NetEq tests. 74 'pcm16b', # Needed by NetEq tests.
76 'red', 75 'red',
77 'remote_bitrate_estimator', 76 'remote_bitrate_estimator',
78 'rtp_rtcp', 77 'rtp_rtcp',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'audio_device/android/audio_device_unittest.cc', 353 'audio_device/android/audio_device_unittest.cc',
355 'audio_device/android/audio_manager_unittest.cc', 354 'audio_device/android/audio_manager_unittest.cc',
356 'audio_device/android/ensure_initialized.cc', 355 'audio_device/android/ensure_initialized.cc',
357 'audio_device/android/ensure_initialized.h', 356 'audio_device/android/ensure_initialized.h',
358 'audio_device/android/fine_audio_buffer_unittest.cc', 357 'audio_device/android/fine_audio_buffer_unittest.cc',
359 ], 358 ],
360 }], 359 }],
361 ['OS=="ios"', { 360 ['OS=="ios"', {
362 'sources': [ 361 'sources': [
363 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', 362 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc',
363 'audio_device/ios/audio_device_unittest_ios.cc',
364 ], 364 ],
365 'mac_bundle_resources': [ 365 'mac_bundle_resources': [
366 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', 366 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
367 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', 367 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
368 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', 368 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
369 '<(DEPTH)/resources/audio_device/audio_short16.pcm',
370 '<(DEPTH)/resources/audio_device/audio_short44.pcm',
371 '<(DEPTH)/resources/audio_device/audio_short48.pcm',
369 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer. dat', 372 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer. dat',
370 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', 373 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat',
371 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', 374 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat',
372 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', 375 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat',
373 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', 376 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat',
374 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe r.dat', 377 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe r.dat',
375 '<(DEPTH)/resources/short_mixed_mono_48.dat', 378 '<(DEPTH)/resources/short_mixed_mono_48.dat',
376 '<(DEPTH)/resources/short_mixed_mono_48.pcm', 379 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
377 '<(DEPTH)/resources/short_mixed_stereo_48.dat', 380 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
378 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', 381 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'sources': [ 488 'sources': [
486 'modules_unittests.isolate', 489 'modules_unittests.isolate',
487 ], 490 ],
488 }, 491 },
489 ], 492 ],
490 }], 493 }],
491 ], 494 ],
492 }], # include_tests 495 }], # include_tests
493 ], # conditions 496 ], # conditions
494 } 497 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/ios/audio_device_unittest_ios.cc ('k') | webrtc/modules/utility/interface/helpers_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698