| OLD | NEW |
| 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
| 10 import("audio_coding/audio_coding.gni") | 10 import("audio_coding/audio_coding.gni") |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", | 299 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", |
| 300 "rtp_rtcp/source/rtp_sender_unittest.cc", | 300 "rtp_rtcp/source/rtp_sender_unittest.cc", |
| 301 "rtp_rtcp/source/time_util_unittest.cc", | 301 "rtp_rtcp/source/time_util_unittest.cc", |
| 302 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", | 302 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", |
| 303 "rtp_rtcp/test/testAPI/test_api.cc", | 303 "rtp_rtcp/test/testAPI/test_api.cc", |
| 304 "rtp_rtcp/test/testAPI/test_api.h", | 304 "rtp_rtcp/test/testAPI/test_api.h", |
| 305 "rtp_rtcp/test/testAPI/test_api_audio.cc", | 305 "rtp_rtcp/test/testAPI/test_api_audio.cc", |
| 306 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", | 306 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", |
| 307 "rtp_rtcp/test/testAPI/test_api_video.cc", | 307 "rtp_rtcp/test/testAPI/test_api_video.cc", |
| 308 "utility/source/audio_frame_operations_unittest.cc", | 308 "utility/source/audio_frame_operations_unittest.cc", |
| 309 "utility/source/file_player_unittests.cc", |
| 309 "utility/source/process_thread_impl_unittest.cc", | 310 "utility/source/process_thread_impl_unittest.cc", |
| 310 "video_coding/codecs/test/packet_manipulator_unittest.cc", | 311 "video_coding/codecs/test/packet_manipulator_unittest.cc", |
| 311 "video_coding/codecs/test/stats_unittest.cc", | 312 "video_coding/codecs/test/stats_unittest.cc", |
| 312 "video_coding/codecs/test/videoprocessor_unittest.cc", | 313 "video_coding/codecs/test/videoprocessor_unittest.cc", |
| 313 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", | 314 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", |
| 314 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", | 315 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", |
| 315 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", | 316 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", |
| 316 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", | 317 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", |
| 317 "video_coding/codecs/vp8/simulcast_unittest.cc", | 318 "video_coding/codecs/vp8/simulcast_unittest.cc", |
| 318 "video_coding/codecs/vp8/simulcast_unittest.h", | 319 "video_coding/codecs/vp8/simulcast_unittest.h", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 "//resources/short_mixed_mono_48.dat", | 589 "//resources/short_mixed_mono_48.dat", |
| 589 "//resources/short_mixed_mono_48_arm.dat", | 590 "//resources/short_mixed_mono_48_arm.dat", |
| 590 "//resources/short_mixed_mono_48.pcm", | 591 "//resources/short_mixed_mono_48.pcm", |
| 591 "//resources/short_mixed_stereo_48.dat", | 592 "//resources/short_mixed_stereo_48.dat", |
| 592 "//resources/short_mixed_stereo_48.pcm", | 593 "//resources/short_mixed_stereo_48.pcm", |
| 593 "//resources/sprint-downlink.rx", | 594 "//resources/sprint-downlink.rx", |
| 594 "//resources/sprint-uplink.rx", | 595 "//resources/sprint-uplink.rx", |
| 595 "//resources/synthetic-trace.rx", | 596 "//resources/synthetic-trace.rx", |
| 596 "//resources/tmobile-downlink.rx", | 597 "//resources/tmobile-downlink.rx", |
| 597 "//resources/tmobile-uplink.rx", | 598 "//resources/tmobile-uplink.rx", |
| 599 "//resources/utility/encapsulated_pcm16b_8khz.wav", |
| 600 "//resources/utility/encapsulated_pcmu_8khz.wav", |
| 598 "//resources/verizon3g-downlink.rx", | 601 "//resources/verizon3g-downlink.rx", |
| 599 "//resources/verizon3g-uplink.rx", | 602 "//resources/verizon3g-uplink.rx", |
| 600 "//resources/verizon4g-downlink.rx", | 603 "//resources/verizon4g-downlink.rx", |
| 601 "//resources/verizon4g-uplink.rx", | 604 "//resources/verizon4g-uplink.rx", |
| 602 ] | 605 ] |
| 603 | 606 |
| 604 shard_timeout = 900 | 607 shard_timeout = 900 |
| 605 } | 608 } |
| 606 | 609 |
| 607 if (is_ios) { | 610 if (is_ios) { |
| 608 configs += [ | 611 configs += [ |
| 609 "..:common_objc", | 612 "..:common_objc", |
| 610 "//build/config/compiler:enable_arc", | 613 "//build/config/compiler:enable_arc", |
| 611 ] | 614 ] |
| 612 | 615 |
| 613 sources += [ | 616 sources += [ |
| 614 "audio_device/ios/audio_device_unittest_ios.cc", | 617 "audio_device/ios/audio_device_unittest_ios.cc", |
| 615 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 618 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
| 616 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 619 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
| 617 ] | 620 ] |
| 618 | 621 |
| 619 ldflags = [ "-ObjC" ] | 622 ldflags = [ "-ObjC" ] |
| 620 | 623 |
| 621 # TODO(kjellander): Mac bundle files. | 624 # TODO(kjellander): Mac bundle files. |
| 622 } | 625 } |
| 623 } | 626 } |
| 624 } | 627 } |
| OLD | NEW |