| # Define rules for which include paths are allowed in our source. |
| # Base is only used to build Android APK tests and may not be referenced by |
| # WebRTC production code. |
| "+external/webrtc/webrtc", # Android platform build. |
| "-webrtc", # Has to be disabled; otherwise all dirs below will be allowed. |
| # Individual headers that will be moved out of here, see webrtc:4243. |
| "+webrtc/common_types.h", |
| "+webrtc/video_receive_stream.h", |
| "+webrtc/video_send_stream.h", |
| "+webrtc/voice_engine_configurations.h", |
| "+webrtc/modules/include", |
| # The below rules will be removed when webrtc:4243 is fixed. |
| specific_include_rules = { |
| "video_receive_stream\.h": [ |
| "+webrtc/common_video/include", |
| "video_send_stream\.h": [ |
| "+webrtc/common_video/include", |