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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'WEBRTC_NETEQ_UNITTEST_BITEXACT', | 429 'WEBRTC_NETEQ_UNITTEST_BITEXACT', |
430 ], | 430 ], |
431 'dependencies': [ | 431 'dependencies': [ |
432 'audioproc_protobuf_utils', | 432 'audioproc_protobuf_utils', |
433 'audioproc_unittest_proto', | 433 'audioproc_unittest_proto', |
434 'neteq_unittest_proto', | 434 'neteq_unittest_proto', |
435 ], | 435 ], |
436 'sources': [ | 436 'sources': [ |
437 'audio_processing/audio_processing_impl_locking_unittest.cc', | 437 'audio_processing/audio_processing_impl_locking_unittest.cc', |
438 'audio_processing/audio_processing_impl_unittest.cc', | 438 'audio_processing/audio_processing_impl_unittest.cc', |
| 439 'audio_processing/high_pass_filter_bitexactness_unittest.cc', |
| 440 'audio_processing/test/audio_buffer_tools.cc', |
| 441 'audio_processing/test/audio_buffer_tools.h', |
439 'audio_processing/test/audio_processing_unittest.cc', | 442 'audio_processing/test/audio_processing_unittest.cc', |
440 'audio_processing/test/debug_dump_test.cc', | 443 'audio_processing/test/debug_dump_test.cc', |
441 'audio_processing/test/test_utils.h', | 444 'audio_processing/test/test_utils.h', |
442 ], | 445 ], |
443 }], | 446 }], |
444 ['build_libvpx==1', { | 447 ['build_libvpx==1', { |
445 'dependencies': [ | 448 'dependencies': [ |
446 '<(libvpx_dir)/libvpx.gyp:libvpx_new', | 449 '<(libvpx_dir)/libvpx.gyp:libvpx_new', |
447 ], | 450 ], |
448 }], | 451 }], |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'sources': [ | 695 'sources': [ |
693 'video_render_tests.isolate', | 696 'video_render_tests.isolate', |
694 ], | 697 ], |
695 }, | 698 }, |
696 ], | 699 ], |
697 }], | 700 }], |
698 ], | 701 ], |
699 }], # include_tests | 702 }], # include_tests |
700 ], # conditions | 703 ], # conditions |
701 } | 704 } |
OLD | NEW |