NOPRESUBMIT=true BUG=webrtc:6398 Review-Url: https://codereview.webrtc.org/2358993004 Cr-Commit-Position: refs/heads/master@{#14425}
24 lines
504 B
Python
24 lines
504 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/call",
|
|
"+webrtc/common_video",
|
|
"+webrtc/media/base",
|
|
"+webrtc/modules/audio_coding",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/media_file",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/modules/video_capture",
|
|
"+webrtc/modules/video_coding",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/voice_engine",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"gmock\.h": [
|
|
"+testing/gmock/include/gmock",
|
|
],
|
|
"gtest\.h": [
|
|
"+testing/gtest/include/gtest",
|
|
],
|
|
}
|