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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 'WEBRTC_NETEQ_UNITTEST_BITEXACT', | 401 'WEBRTC_NETEQ_UNITTEST_BITEXACT', |
402 ], | 402 ], |
403 'dependencies': [ | 403 'dependencies': [ |
404 'audioproc_protobuf_utils', | 404 'audioproc_protobuf_utils', |
405 'audioproc_unittest_proto', | 405 'audioproc_unittest_proto', |
406 'neteq_unittest_proto', | 406 'neteq_unittest_proto', |
407 ], | 407 ], |
408 'sources': [ | 408 'sources': [ |
409 'audio_processing/audio_processing_impl_locking_unittest.cc'
, | 409 'audio_processing/audio_processing_impl_locking_unittest.cc'
, |
410 'audio_processing/audio_processing_impl_unittest.cc', | 410 'audio_processing/audio_processing_impl_unittest.cc', |
| 411 'audio_processing/high_pass_filter_bitexactness_unittest.cc'
, |
| 412 'audio_processing/test/audio_buffer_tools.cc', |
| 413 'audio_processing/test/audio_buffer_tools.h', |
411 'audio_processing/test/audio_processing_unittest.cc', | 414 'audio_processing/test/audio_processing_unittest.cc', |
412 'audio_processing/test/debug_dump_test.cc', | 415 'audio_processing/test/debug_dump_test.cc', |
413 'audio_processing/test/test_utils.h', | 416 'audio_processing/test/test_utils.h', |
414 ], | 417 ], |
415 }], | 418 }], |
416 ['build_libvpx==1', { | 419 ['build_libvpx==1', { |
417 'dependencies': [ | 420 'dependencies': [ |
418 '<(libvpx_dir)/libvpx.gyp:libvpx_new', | 421 '<(libvpx_dir)/libvpx.gyp:libvpx_new', |
419 ], | 422 ], |
420 }], | 423 }], |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'sources': [ | 568 'sources': [ |
566 'video_render_tests.isolate', | 569 'video_render_tests.isolate', |
567 ], | 570 ], |
568 }, | 571 }, |
569 ], | 572 ], |
570 }], | 573 }], |
571 ], | 574 ], |
572 }], # include_tests | 575 }], # include_tests |
573 ], # conditions | 576 ], # conditions |
574 } | 577 } |
OLD | NEW |