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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 'desktop_capture/screen_capturer_unittest.cc', | 303 'desktop_capture/screen_capturer_unittest.cc', |
304 'desktop_capture/window_capturer_unittest.cc', | 304 'desktop_capture/window_capturer_unittest.cc', |
305 ], | 305 ], |
306 }], | 306 }], |
307 ['prefer_fixed_point==1', { | 307 ['prefer_fixed_point==1', { |
308 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], | 308 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], |
309 }, { | 309 }, { |
310 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], | 310 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], |
311 }], | 311 }], |
312 ['enable_protobuf==1', { | 312 ['enable_protobuf==1', { |
313 'defines': [ | 313 'defines': [ 'WEBRTC_AUDIOPROC_DEBUG_DUMP' ], |
314 'WEBRTC_AUDIOPROC_DEBUG_DUMP', | |
315 'RTC_AUDIOCODING_DEBUG_DUMP', | |
316 ], | |
317 'dependencies': [ | 314 'dependencies': [ |
318 'acm_dump', | |
319 'audioproc_protobuf_utils', | 315 'audioproc_protobuf_utils', |
320 'audioproc_unittest_proto', | 316 'audioproc_unittest_proto', |
321 ], | 317 ], |
322 'sources': [ | 318 'sources': [ |
323 'audio_coding/main/acm2/acm_dump_unittest.cc', | |
324 'audio_processing/audio_processing_impl_unittest.cc', | 319 'audio_processing/audio_processing_impl_unittest.cc', |
325 'audio_processing/test/audio_processing_unittest.cc', | 320 'audio_processing/test/audio_processing_unittest.cc', |
326 'audio_processing/test/test_utils.h', | 321 'audio_processing/test/test_utils.h', |
327 ], | 322 ], |
328 }], | 323 }], |
329 ['build_libvpx==1', { | 324 ['build_libvpx==1', { |
330 'dependencies': [ | 325 'dependencies': [ |
331 '<(libvpx_dir)/libvpx.gyp:libvpx', | 326 '<(libvpx_dir)/libvpx.gyp:libvpx', |
332 ], | 327 ], |
333 }], | 328 }], |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'sources': [ | 469 'sources': [ |
475 'modules_unittests.isolate', | 470 'modules_unittests.isolate', |
476 ], | 471 ], |
477 }, | 472 }, |
478 ], | 473 ], |
479 }], | 474 }], |
480 ], | 475 ], |
481 }], # include_tests | 476 }], # include_tests |
482 ], # conditions | 477 ], # conditions |
483 } | 478 } |
OLD | NEW |