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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 }], | 328 }], |
329 ['enable_protobuf==1', { | 329 ['enable_protobuf==1', { |
330 'defines': [ | 330 'defines': [ |
331 'WEBRTC_AUDIOPROC_DEBUG_DUMP', | 331 'WEBRTC_AUDIOPROC_DEBUG_DUMP', |
332 ], | 332 ], |
333 'dependencies': [ | 333 'dependencies': [ |
334 'audioproc_protobuf_utils', | 334 'audioproc_protobuf_utils', |
335 'audioproc_unittest_proto', | 335 'audioproc_unittest_proto', |
336 ], | 336 ], |
337 'sources': [ | 337 'sources': [ |
| 338 'audio_processing/audio_processing_impl_locking_unittest.cc', |
338 'audio_processing/audio_processing_impl_unittest.cc', | 339 'audio_processing/audio_processing_impl_unittest.cc', |
339 'audio_processing/test/audio_processing_unittest.cc', | 340 'audio_processing/test/audio_processing_unittest.cc', |
340 'audio_processing/test/test_utils.h', | 341 'audio_processing/test/test_utils.h', |
341 ], | 342 ], |
342 }], | 343 }], |
343 ['build_libvpx==1', { | 344 ['build_libvpx==1', { |
344 'dependencies': [ | 345 'dependencies': [ |
345 '<(libvpx_dir)/libvpx.gyp:libvpx_new', | 346 '<(libvpx_dir)/libvpx.gyp:libvpx_new', |
346 ], | 347 ], |
347 }], | 348 }], |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'sources': [ | 547 'sources': [ |
547 'video_render_tests.isolate', | 548 'video_render_tests.isolate', |
548 ], | 549 ], |
549 }, | 550 }, |
550 ], | 551 ], |
551 }], | 552 }], |
552 ], | 553 ], |
553 }], # include_tests | 554 }], # include_tests |
554 ], # conditions | 555 ], # conditions |
555 } | 556 } |
OLD | NEW |