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}
21 lines
384 B
Python
21 lines
384 B
Python
include_rules = [
|
|
"+third_party/ffmpeg",
|
|
"+third_party/openh264",
|
|
"+vpx",
|
|
"+webrtc/call",
|
|
"+webrtc/common_video",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/rtc_tools",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"android_test_initializer\.cc": [
|
|
"+base/android",
|
|
"+webrtc/sdk",
|
|
],
|
|
"(.*test\.cc|.*test\.h|.*test\.mm)": [
|
|
"+webrtc/media/engine",
|
|
"+webrtc/sdk",
|
|
],
|
|
}
|