The previous reland https://codereview.webrtc.org/2860033002/ didn't actually move CoreVideoFrameBuffer because of a rebase mistake. This CL moves the files. BUG=None Review-Url: https://codereview.webrtc.org/2864303002 Cr-Commit-Position: refs/heads/master@{#18048}
12 lines
254 B
Python
12 lines
254 B
Python
include_rules = [
|
|
"+WebRTC",
|
|
"+webrtc/api",
|
|
"+webrtc/common_video/h264",
|
|
"+webrtc/common_video/include",
|
|
"+webrtc/common_video/libyuv/include",
|
|
"+webrtc/media",
|
|
"+webrtc/modules/video_coding",
|
|
"+webrtc/pc",
|
|
"+webrtc/system_wrappers",
|
|
]
|