1specific_include_rules = { 2 ".*": [ 3 "+modules/video_coding", 4 ], 5 ".*": [ 6 "+video" 7 ], 8 "dummy_peer_connection\.h": [ 9 "+rtc_base/ref_counted_object.h", 10 ], 11 "neteq_factory_with_codecs\.h": [ 12 "+system_wrappers/include/clock.h", 13 ], 14 "network_emulation_manager\.h": [ 15 "+rtc_base/thread.h", 16 "+rtc_base/network.h", 17 "+rtc_base/network_constants.h", 18 ], 19 "peer_network_dependencies\.h": [ 20 "+rtc_base/network.h", 21 "+rtc_base/thread.h", 22 ], 23 "peerconnection_quality_test_fixture\.h": [ 24 "+logging/rtc_event_log/rtc_event_log_factory_interface.h", 25 "+rtc_base/network.h", 26 "+rtc_base/rtc_certificate_generator.h", 27 "+rtc_base/ssl_certificate.h", 28 "+rtc_base/thread.h", 29 "+media/base/media_constants.h", 30 "+modules/audio_processing/include/audio_processing.h", 31 ], 32 "time_controller\.h": [ 33 "+rtc_base/synchronization/yield_policy.h", 34 "+system_wrappers/include/clock.h", 35 ], 36 "create_frame_generator\.h": [ 37 "+system_wrappers/include/clock.h", 38 ], 39} 40