These rules are missing and this triggers a presubmit error when we move src/webrtc into src/. NOTRY=True TBR=solenberg@webrtc.org,stefan@webrtc.org,perkj@webrtc.org Bug: chromium:611808 Change-Id: If81e5e42911c5de8bdd1288bc7aa61b713c2c5fd Reviewed-on: https://webrtc-review.googlesource.com/1342 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19841}
24 lines
439 B
Python
24 lines
439 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",
|
|
],
|
|
".*h264\.h": [
|
|
"+webrtc/media/base/codec.h"
|
|
],
|
|
}
|