directives in our DEPS files are not needed anymore. Includes from webrtc/rtc_base are also whitelisted in webrtc/DEPS so we don't have to whitelist it in all the others DEPS files. BUG=webrtc:7634 NOTRY=True Review-Url: https://codereview.webrtc.org/3006583002 Cr-Commit-Position: refs/heads/master@{#19601}
16 lines
449 B
Python
16 lines
449 B
Python
include_rules = [
|
|
"+webrtc/audio/utility/audio_frame_operations.h",
|
|
"+webrtc/call",
|
|
"+webrtc/common_audio",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/modules/audio_coding",
|
|
"+webrtc/modules/audio_conference_mixer",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/audio_processing",
|
|
"+webrtc/modules/media_file",
|
|
"+webrtc/modules/pacing",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/modules/utility",
|
|
"+webrtc/system_wrappers",
|
|
]
|