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

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

Issue 1846323002: Moved the audioprocessing unittest to the audio_processing folder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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_processing/test/audio_processing_unittest.cc ('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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'WEBRTC_NETEQ_UNITTEST_BITEXACT', 437 'WEBRTC_NETEQ_UNITTEST_BITEXACT',
438 ], 438 ],
439 'dependencies': [ 439 'dependencies': [
440 'audioproc_protobuf_utils', 440 'audioproc_protobuf_utils',
441 'audioproc_unittest_proto', 441 'audioproc_unittest_proto',
442 'neteq_unittest_proto', 442 'neteq_unittest_proto',
443 ], 443 ],
444 'sources': [ 444 'sources': [
445 'audio_processing/audio_processing_impl_locking_unittest.cc', 445 'audio_processing/audio_processing_impl_locking_unittest.cc',
446 'audio_processing/audio_processing_impl_unittest.cc', 446 'audio_processing/audio_processing_impl_unittest.cc',
447 'audio_processing/audio_processing_unittest.cc',
447 'audio_processing/echo_control_mobile_unittest.cc', 448 'audio_processing/echo_control_mobile_unittest.cc',
448 'audio_processing/echo_cancellation_unittest.cc', 449 'audio_processing/echo_cancellation_unittest.cc',
449 'audio_processing/gain_control_unittest.cc', 450 'audio_processing/gain_control_unittest.cc',
450 'audio_processing/high_pass_filter_unittest.cc', 451 'audio_processing/high_pass_filter_unittest.cc',
451 'audio_processing/level_estimator_unittest.cc', 452 'audio_processing/level_estimator_unittest.cc',
452 'audio_processing/noise_suppression_unittest.cc', 453 'audio_processing/noise_suppression_unittest.cc',
453 'audio_processing/voice_detection_unittest.cc', 454 'audio_processing/voice_detection_unittest.cc',
454 'audio_processing/test/audio_buffer_tools.cc', 455 'audio_processing/test/audio_buffer_tools.cc',
455 'audio_processing/test/audio_buffer_tools.h', 456 'audio_processing/test/audio_buffer_tools.h',
456 'audio_processing/test/audio_processing_unittest.cc',
457 'audio_processing/test/bitexactness_tools.cc', 457 'audio_processing/test/bitexactness_tools.cc',
458 'audio_processing/test/bitexactness_tools.h', 458 'audio_processing/test/bitexactness_tools.h',
459 'audio_processing/test/debug_dump_replayer.cc', 459 'audio_processing/test/debug_dump_replayer.cc',
460 'audio_processing/test/debug_dump_replayer.h', 460 'audio_processing/test/debug_dump_replayer.h',
461 'audio_processing/test/debug_dump_test.cc', 461 'audio_processing/test/debug_dump_test.cc',
462 'audio_processing/test/test_utils.h', 462 'audio_processing/test/test_utils.h',
463 ], 463 ],
464 }], 464 }],
465 ['build_libvpx==1', { 465 ['build_libvpx==1', {
466 'dependencies': [ 466 'dependencies': [
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'sources': [ 720 'sources': [
721 'video_render_tests.isolate', 721 'video_render_tests.isolate',
722 ], 722 ],
723 }, 723 },
724 ], 724 ],
725 }], 725 }],
726 ], 726 ],
727 }], # include_tests 727 }], # include_tests
728 ], # conditions 728 ], # conditions
729 } 729 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/test/audio_processing_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698