Files
platform-external-webrtc/webrtc/media/DEPS
kjellander@webrtc.org 94a23f04af Reland "Add check_deps rules in DEPS files."
Relanding https://codereview.webrtc.org/1796413002/
without the change to the openmax_dl include path
(which broke downstream code).

TBR=tommi@webrtc.org
BUG=webrtc:5623
TESTED=Passing runs using:
buildtools/checkdeps/checkdeps.py --root=. talk
buildtools/checkdeps/checkdeps.py --root=. webrtc

Review URL: https://codereview.webrtc.org/1804333002 .

Cr-Commit-Position: refs/heads/master@{#12031}
2016-03-17 11:05:50 +00:00

24 lines
517 B
Python

include_rules = [
"+webrtc/api",
"+webrtc/base",
"+webrtc/call",
"+webrtc/common_video",
"+webrtc/modules/audio_coding",
"+webrtc/modules/audio_device",
"+webrtc/modules/audio_processing",
"+webrtc/modules/video_capture",
"+webrtc/modules/video_coding",
"+webrtc/p2p",
"+webrtc/pc",
"+webrtc/sound",
"+webrtc/system_wrappers",
"+webrtc/voice_engine",
"+usrsctplib",
]
specific_include_rules = {
"win32devicemanager\.cc": [
"+third_party/logitech/files/logitechquickcam.h",
],
}