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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'audioproc_unittest_proto', | 334 'audioproc_unittest_proto', |
335 ], | 335 ], |
336 'sources': [ | 336 'sources': [ |
337 'audio_processing/audio_processing_impl_unittest.cc', | 337 'audio_processing/audio_processing_impl_unittest.cc', |
338 'audio_processing/test/audio_processing_unittest.cc', | 338 'audio_processing/test/audio_processing_unittest.cc', |
339 'audio_processing/test/test_utils.h', | 339 'audio_processing/test/test_utils.h', |
340 ], | 340 ], |
341 }], | 341 }], |
342 ['build_libvpx==1', { | 342 ['build_libvpx==1', { |
343 'dependencies': [ | 343 'dependencies': [ |
344 '<(libvpx_dir)/libvpx.gyp:libvpx', | 344 '<(libvpx_dir)/libvpx.gyp:libvpx_new', |
345 ], | 345 ], |
346 }], | 346 }], |
347 ['OS=="android"', { | 347 ['OS=="android"', { |
348 'dependencies': [ | 348 'dependencies': [ |
349 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_cod
e', | 349 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_cod
e', |
350 ], | 350 ], |
351 # Need to disable error due to the line in | 351 # Need to disable error due to the line in |
352 # base/android/jni_android.h triggering it: | 352 # base/android/jni_android.h triggering it: |
353 # const BASE_EXPORT jobject GetApplicationContext() | 353 # const BASE_EXPORT jobject GetApplicationContext() |
354 # error: type qualifiers ignored on function return type | 354 # error: type qualifiers ignored on function return type |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'sources': [ | 493 'sources': [ |
494 'modules_unittests.isolate', | 494 'modules_unittests.isolate', |
495 ], | 495 ], |
496 }, | 496 }, |
497 ], | 497 ], |
498 }], | 498 }], |
499 ], | 499 ], |
500 }], # include_tests | 500 }], # include_tests |
501 ], # conditions | 501 ], # conditions |
502 } | 502 } |
OLD | NEW |