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