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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 '-Wno-ignored-qualifiers', | 464 '-Wno-ignored-qualifiers', |
465 ], | 465 ], |
466 'sources': [ | 466 'sources': [ |
467 'audio_device/android/audio_device_unittest.cc', | 467 'audio_device/android/audio_device_unittest.cc', |
468 'audio_device/android/audio_manager_unittest.cc', | 468 'audio_device/android/audio_manager_unittest.cc', |
469 'audio_device/android/ensure_initialized.cc', | 469 'audio_device/android/ensure_initialized.cc', |
470 'audio_device/android/ensure_initialized.h', | 470 'audio_device/android/ensure_initialized.h', |
471 ], | 471 ], |
472 }], | 472 }], |
473 ['OS=="ios"', { | 473 ['OS=="ios"', { |
| 474 'includes': [ |
| 475 '../build/objc_common.gypi', |
| 476 ], |
474 'sources': [ | 477 'sources': [ |
475 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', | 478 'video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc', |
476 'audio_device/ios/audio_device_unittest_ios.cc', | 479 'audio_device/ios/audio_device_unittest_ios.cc', |
| 480 'audio_device/ios/objc/RTCAudioSessionTest.mm', |
477 ], | 481 ], |
478 # This needs to be kept in sync with modules_unittests.isolate. | 482 # This needs to be kept in sync with modules_unittests.isolate. |
479 'mac_bundle_resources': [ | 483 'mac_bundle_resources': [ |
480 '<(DEPTH)/data/audio_processing/output_data_float.pb', | 484 '<(DEPTH)/data/audio_processing/output_data_float.pb', |
481 '<(DEPTH)/data/audio_processing/output_data_mac.pb', | 485 '<(DEPTH)/data/audio_processing/output_data_mac.pb', |
482 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', | 486 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', |
483 '<(DEPTH)/resources/att-downlink.rx', | 487 '<(DEPTH)/resources/att-downlink.rx', |
484 '<(DEPTH)/resources/att-uplink.rx', | 488 '<(DEPTH)/resources/att-uplink.rx', |
485 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', | 489 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', |
486 '<(DEPTH)/resources/audio_coding/neteq4_opus_network_stats.dat', | 490 '<(DEPTH)/resources/audio_coding/neteq4_opus_network_stats.dat', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'sources': [ | 702 'sources': [ |
699 'video_render_tests.isolate', | 703 'video_render_tests.isolate', |
700 ], | 704 ], |
701 }, | 705 }, |
702 ], | 706 ], |
703 }], | 707 }], |
704 ], | 708 ], |
705 }], # include_tests | 709 }], # include_tests |
706 ], # conditions | 710 ], # conditions |
707 } | 711 } |
OLD | NEW |