1 /* 2 * Copyright 2019 The WebRTC project authors. All Rights Reserved. 3 * 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 6 * tree. An additional intellectual property rights grant can be found 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 9 */ 10 11 // This file verifies that all include files in this directory can be 12 // compiled without errors or other required includes. 13 14 // Note: The following header files are not not tested here, as their 15 // associated targets are not included in all configurations. 16 // "api/test/audioproc_float.h" 17 // "api/test/create_video_quality_test_fixture.h" 18 // "api/test/neteq_simulator_factory.h" 19 // "api/test/video_quality_test_fixture.h" 20 // The following header files are also not tested: 21 // "api/test/create_simulcast_test_fixture.h" 22 // "api/test/create_videocodec_test_fixture.h" 23 // "api/test/neteq_simulator.h" 24 // "api/test/simulated_network.h" 25 // "api/test/simulcast_test_fixture.h" 26 // "api/test/test_dependency_factory.h" 27 // "api/test/videocodec_test_fixture.h" 28 // "api/test/videocodec_test_stats.h" 29 30 #include "api/test/fake_frame_decryptor.h" 31 #include "api/test/fake_frame_encryptor.h" 32 #include "api/test/mock_async_dns_resolver.h" 33 #include "api/test/mock_audio_mixer.h" 34 #include "api/test/mock_audio_sink.h" 35 #include "api/test/mock_data_channel.h" 36 #include "api/test/mock_dtmf_sender.h" 37 #include "api/test/mock_frame_decryptor.h" 38 #include "api/test/mock_frame_encryptor.h" 39 #include "api/test/mock_media_stream_interface.h" 40 #include "api/test/mock_peer_connection_factory_interface.h" 41 #include "api/test/mock_peerconnectioninterface.h" 42 #include "api/test/mock_rtp_transceiver.h" 43 #include "api/test/mock_rtpreceiver.h" 44 #include "api/test/mock_rtpsender.h" 45 #include "api/test/mock_session_description_interface.h" 46 #include "api/test/mock_transformable_video_frame.h" 47 #include "api/test/mock_video_bitrate_allocator.h" 48 #include "api/test/mock_video_bitrate_allocator_factory.h" 49 #include "api/test/mock_video_decoder.h" 50 #include "api/test/mock_video_decoder_factory.h" 51 #include "api/test/mock_video_encoder.h" 52 #include "api/test/mock_video_encoder_factory.h" 53 #include "api/test/mock_video_track.h" 54