| OLD | NEW |
| 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 Loading... |
| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 'audio_device/android/audio_device_unittest.cc', | 348 'audio_device/android/audio_device_unittest.cc', |
| 350 'audio_device/android/audio_manager_unittest.cc', | 349 'audio_device/android/audio_manager_unittest.cc', |
| 351 'audio_device/android/ensure_initialized.cc', | 350 'audio_device/android/ensure_initialized.cc', |
| 352 'audio_device/android/ensure_initialized.h', | 351 'audio_device/android/ensure_initialized.h', |
| 353 'audio_device/android/fine_audio_buffer_unittest.cc', | 352 'audio_device/android/fine_audio_buffer_unittest.cc', |
| 354 ], | 353 ], |
| 355 }], | 354 }], |
| 356 ['OS=="ios"', { | 355 ['OS=="ios"', { |
| 357 'sources': [ | 356 'sources': [ |
| 358 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', | 357 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', |
| 358 'audio_device/ios/audio_device_unittest_ios.cc', |
| 359 ], | 359 ], |
| 360 'mac_bundle_resources': [ | 360 'mac_bundle_resources': [ |
| 361 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', | 361 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', |
| 362 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', | 362 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', |
| 363 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', | 363 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', |
| 364 '<(DEPTH)/resources/audio_device/audio_short16.pcm', |
| 365 '<(DEPTH)/resources/audio_device/audio_short44.pcm', |
| 366 '<(DEPTH)/resources/audio_device/audio_short48.pcm', |
| 364 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.
dat', | 367 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.
dat', |
| 365 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', | 368 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', |
| 366 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', | 369 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', |
| 367 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', | 370 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', |
| 368 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', | 371 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', |
| 369 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe
r.dat', | 372 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe
r.dat', |
| 370 '<(DEPTH)/resources/short_mixed_mono_48.dat', | 373 '<(DEPTH)/resources/short_mixed_mono_48.dat', |
| 371 '<(DEPTH)/resources/short_mixed_mono_48.pcm', | 374 '<(DEPTH)/resources/short_mixed_mono_48.pcm', |
| 372 '<(DEPTH)/resources/short_mixed_stereo_48.dat', | 375 '<(DEPTH)/resources/short_mixed_stereo_48.dat', |
| 373 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', | 376 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 'sources': [ | 483 'sources': [ |
| 481 'modules_unittests.isolate', | 484 'modules_unittests.isolate', |
| 482 ], | 485 ], |
| 483 }, | 486 }, |
| 484 ], | 487 ], |
| 485 }], | 488 }], |
| 486 ], | 489 ], |
| 487 }], # include_tests | 490 }], # include_tests |
| 488 ], # conditions | 491 ], # conditions |
| 489 } | 492 } |
| OLD | NEW |