Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1178843002: Adds support for webrtc::test::ResourcePath on iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: nits Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_processing/agc/pitch_based_vad_unittest.cc ('k') | webrtc/test/test.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 '-Wno-ignored-qualifiers', 338 '-Wno-ignored-qualifiers',
339 ], 339 ],
340 'sources': [ 340 'sources': [
341 'audio_device/android/audio_device_unittest.cc', 341 'audio_device/android/audio_device_unittest.cc',
342 'audio_device/android/audio_manager_unittest.cc', 342 'audio_device/android/audio_manager_unittest.cc',
343 'audio_device/android/ensure_initialized.cc', 343 'audio_device/android/ensure_initialized.cc',
344 'audio_device/android/ensure_initialized.h', 344 'audio_device/android/ensure_initialized.h',
345 'audio_device/android/fine_audio_buffer_unittest.cc', 345 'audio_device/android/fine_audio_buffer_unittest.cc',
346 ], 346 ],
347 }], 347 }],
348 ['OS=="ios"', {
349 'mac_bundle_resources': [
350 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
351 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
352 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
353 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer. dat',
354 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat',
355 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat',
356 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat',
357 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat',
358 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffe r.dat',
359 '<(DEPTH)/resources/short_mixed_mono_48.dat',
360 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
361 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
362 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
363 ],
364 }],
348 ], 365 ],
349 # Disable warnings to enable Win64 build, issue 1323. 366 # Disable warnings to enable Win64 build, issue 1323.
350 'msvs_disabled_warnings': [ 367 'msvs_disabled_warnings': [
351 4267, # size_t to int truncation. 368 4267, # size_t to int truncation.
352 ], 369 ],
353 }, 370 },
354 { 371 {
355 'target_name': 'modules_tests', 372 'target_name': 'modules_tests',
356 'type': '<(gtest_target_type)', 373 'type': '<(gtest_target_type)',
357 'dependencies': [ 374 'dependencies': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'sources': [ 469 'sources': [
453 'modules_unittests.isolate', 470 'modules_unittests.isolate',
454 ], 471 ],
455 }, 472 },
456 ], 473 ],
457 }], 474 }],
458 ], 475 ],
459 }], # include_tests 476 }], # include_tests
460 ], # conditions 477 ], # conditions
461 } 478 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/agc/pitch_based_vad_unittest.cc ('k') | webrtc/test/test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698