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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", | 216 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", |
217 "rtp_rtcp/source/rtp_sender_unittest.cc", | 217 "rtp_rtcp/source/rtp_sender_unittest.cc", |
218 "rtp_rtcp/source/time_util_unittest.cc", | 218 "rtp_rtcp/source/time_util_unittest.cc", |
219 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", | 219 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", |
220 "rtp_rtcp/test/testAPI/test_api.cc", | 220 "rtp_rtcp/test/testAPI/test_api.cc", |
221 "rtp_rtcp/test/testAPI/test_api.h", | 221 "rtp_rtcp/test/testAPI/test_api.h", |
222 "rtp_rtcp/test/testAPI/test_api_audio.cc", | 222 "rtp_rtcp/test/testAPI/test_api_audio.cc", |
223 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", | 223 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", |
224 "rtp_rtcp/test/testAPI/test_api_video.cc", | 224 "rtp_rtcp/test/testAPI/test_api_video.cc", |
225 "utility/source/audio_frame_operations_unittest.cc", | 225 "utility/source/audio_frame_operations_unittest.cc", |
| 226 "utility/source/file_player_unittests.cc", |
226 "utility/source/process_thread_impl_unittest.cc", | 227 "utility/source/process_thread_impl_unittest.cc", |
227 "video_coding/codecs/test/packet_manipulator_unittest.cc", | 228 "video_coding/codecs/test/packet_manipulator_unittest.cc", |
228 "video_coding/codecs/test/stats_unittest.cc", | 229 "video_coding/codecs/test/stats_unittest.cc", |
229 "video_coding/codecs/test/videoprocessor_unittest.cc", | 230 "video_coding/codecs/test/videoprocessor_unittest.cc", |
230 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", | 231 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", |
231 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", | 232 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", |
232 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", | 233 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", |
233 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", | 234 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", |
234 "video_coding/codecs/vp8/simulcast_unittest.cc", | 235 "video_coding/codecs/vp8/simulcast_unittest.cc", |
235 "video_coding/codecs/vp8/simulcast_unittest.h", | 236 "video_coding/codecs/vp8/simulcast_unittest.h", |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 531 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
531 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 532 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
532 ] | 533 ] |
533 | 534 |
534 ldflags = [ "-ObjC" ] | 535 ldflags = [ "-ObjC" ] |
535 | 536 |
536 # TODO(kjellander): Mac bundle files. | 537 # TODO(kjellander): Mac bundle files. |
537 } | 538 } |
538 } | 539 } |
539 } | 540 } |
OLD | NEW |