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}
10 lines
171 B
Python
10 lines
171 B
Python
include_rules = [
|
|
"+WebRTC",
|
|
"+webrtc/api",
|
|
"+webrtc/media",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/video_capture",
|
|
"+webrtc/p2p",
|
|
"+webrtc/pc",
|
|
]
|