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

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

Issue 1783203002: Bitexactness test for the noise suppressor (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes in response to reviewer comments" Created 4 years, 9 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 ], 435 ],
436 'dependencies': [ 436 'dependencies': [
437 'audioproc_protobuf_utils', 437 'audioproc_protobuf_utils',
438 'audioproc_unittest_proto', 438 'audioproc_unittest_proto',
439 'neteq_unittest_proto', 439 'neteq_unittest_proto',
440 ], 440 ],
441 'sources': [ 441 'sources': [
442 'audio_processing/audio_processing_impl_locking_unittest.cc', 442 'audio_processing/audio_processing_impl_locking_unittest.cc',
443 'audio_processing/audio_processing_impl_unittest.cc', 443 'audio_processing/audio_processing_impl_unittest.cc',
444 'audio_processing/high_pass_filter_bitexactness_unittest.cc', 444 'audio_processing/high_pass_filter_bitexactness_unittest.cc',
445 'audio_processing/noise_suppression_bitexactness_unittest.cc',
445 'audio_processing/test/audio_buffer_tools.cc', 446 'audio_processing/test/audio_buffer_tools.cc',
446 'audio_processing/test/audio_buffer_tools.h', 447 'audio_processing/test/audio_buffer_tools.h',
447 'audio_processing/test/audio_processing_unittest.cc', 448 'audio_processing/test/audio_processing_unittest.cc',
449 'audio_processing/test/bitexactness_tools.cc',
448 'audio_processing/test/debug_dump_test.cc', 450 'audio_processing/test/debug_dump_test.cc',
449 'audio_processing/test/test_utils.h', 451 'audio_processing/test/test_utils.h',
450 ], 452 ],
451 }], 453 }],
452 ['build_libvpx==1', { 454 ['build_libvpx==1', {
453 'dependencies': [ 455 'dependencies': [
454 '<(libvpx_dir)/libvpx.gyp:libvpx', 456 '<(libvpx_dir)/libvpx.gyp:libvpx',
455 ], 457 ],
456 }], 458 }],
457 ['OS=="android"', { 459 ['OS=="android"', {
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'sources': [ 709 'sources': [
708 'video_render_tests.isolate', 710 'video_render_tests.isolate',
709 ], 711 ],
710 }, 712 },
711 ], 713 ],
712 }], 714 }],
713 ], 715 ],
714 }], # include_tests 716 }], # include_tests
715 ], # conditions 717 ], # conditions
716 } 718 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698