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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 ], | 434 ], |
435 'dependencies': [ | 435 'dependencies': [ |
436 'audioproc_protobuf_utils', | 436 'audioproc_protobuf_utils', |
437 'audioproc_unittest_proto', | 437 'audioproc_unittest_proto', |
438 'neteq_unittest_proto', | 438 'neteq_unittest_proto', |
439 ], | 439 ], |
440 'sources': [ | 440 'sources': [ |
441 'audio_processing/audio_processing_impl_locking_unittest.cc', | 441 'audio_processing/audio_processing_impl_locking_unittest.cc', |
442 'audio_processing/audio_processing_impl_unittest.cc', | 442 'audio_processing/audio_processing_impl_unittest.cc', |
443 'audio_processing/high_pass_filter_bitexactness_unittest.cc', | 443 'audio_processing/high_pass_filter_bitexactness_unittest.cc', |
| 444 'audio_processing/noise_suppression_bitexactness_unittest.cc', |
444 'audio_processing/test/audio_buffer_tools.cc', | 445 'audio_processing/test/audio_buffer_tools.cc', |
445 'audio_processing/test/audio_buffer_tools.h', | 446 'audio_processing/test/audio_buffer_tools.h', |
446 'audio_processing/test/audio_processing_unittest.cc', | 447 'audio_processing/test/audio_processing_unittest.cc', |
| 448 'audio_processing/test/bitexactness_tools.cc', |
| 449 'audio_processing/test/bitexactness_tools.h', |
447 'audio_processing/test/debug_dump_replayer.cc', | 450 'audio_processing/test/debug_dump_replayer.cc', |
448 'audio_processing/test/debug_dump_replayer.h', | 451 'audio_processing/test/debug_dump_replayer.h', |
449 'audio_processing/test/debug_dump_test.cc', | 452 'audio_processing/test/debug_dump_test.cc', |
450 'audio_processing/test/test_utils.h', | 453 'audio_processing/test/test_utils.h', |
451 ], | 454 ], |
452 }], | 455 }], |
453 ['build_libvpx==1', { | 456 ['build_libvpx==1', { |
454 'dependencies': [ | 457 'dependencies': [ |
455 '<(libvpx_dir)/libvpx.gyp:libvpx', | 458 '<(libvpx_dir)/libvpx.gyp:libvpx', |
456 ], | 459 ], |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'sources': [ | 711 'sources': [ |
709 'video_render_tests.isolate', | 712 'video_render_tests.isolate', |
710 ], | 713 ], |
711 }, | 714 }, |
712 ], | 715 ], |
713 }], | 716 }], |
714 ], | 717 ], |
715 }], # include_tests | 718 }], # include_tests |
716 ], # conditions | 719 ], # conditions |
717 } | 720 } |
OLD | NEW |