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

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

Issue 1796983004: Use RTCAudioSessionDelegate in AudioDeviceIOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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
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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }], 473 }],
474 ['OS=="ios"', { 474 ['OS=="ios"', {
475 'includes': [ 475 'includes': [
476 '../build/objc_common.gypi', 476 '../build/objc_common.gypi',
477 ], 477 ],
478 'sources': [ 478 'sources': [
479 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', 479 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc',
480 'audio_device/ios/audio_device_unittest_ios.cc', 480 'audio_device/ios/audio_device_unittest_ios.cc',
481 'audio_device/ios/objc/RTCAudioSessionTest.mm', 481 'audio_device/ios/objc/RTCAudioSessionTest.mm',
482 ], 482 ],
483 'xcode_settings': {
484 'OTHER_LDFLAGS': ['-ObjC'],
485 },
483 # This needs to be kept in sync with modules_unittests.isolate. 486 # This needs to be kept in sync with modules_unittests.isolate.
484 'mac_bundle_resources': [ 487 'mac_bundle_resources': [
485 '<(DEPTH)/data/audio_processing/output_data_float.pb', 488 '<(DEPTH)/data/audio_processing/output_data_float.pb',
486 '<(DEPTH)/data/audio_processing/output_data_mac.pb', 489 '<(DEPTH)/data/audio_processing/output_data_mac.pb',
487 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', 490 '<(DEPTH)/data/voice_engine/audio_tiny48.wav',
488 '<(DEPTH)/resources/att-downlink.rx', 491 '<(DEPTH)/resources/att-downlink.rx',
489 '<(DEPTH)/resources/att-uplink.rx', 492 '<(DEPTH)/resources/att-uplink.rx',
490 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', 493 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat',
491 '<(DEPTH)/resources/audio_coding/neteq4_opus_network_stats.dat', 494 '<(DEPTH)/resources/audio_coding/neteq4_opus_network_stats.dat',
492 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref.pcm', 495 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref.pcm',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'sources': [ 706 'sources': [
704 'video_render_tests.isolate', 707 'video_render_tests.isolate',
705 ], 708 ],
706 }, 709 },
707 ], 710 ],
708 }], 711 }],
709 ], 712 ],
710 }], # include_tests 713 }], # include_tests
711 ], # conditions 714 ], # conditions
712 } 715 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698