Julien Isorce c0719cedac Add DesktopFrameCGImage
No functional change. This makes the code more generic
and this reduces the size of screen_capturer_mac.mm

Bug: webrtc:8652
Change-Id: I37743ba385fea5e1b40df3b094bfc321b8d796ae
Reviewed-on: https://webrtc-review.googlesource.com/65082
Commit-Queue: Julien Isorce <julien.isorce@chromium.org>
Commit-Queue: Zijie He <zijiehe@chromium.org>
Reviewed-by: Zijie He <zijiehe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#22684}
2018-03-29 22:56:38 +00:00

14 lines
204 B
Python

include_rules = [
"+system_wrappers",
"+third_party/libyuv",
]
specific_include_rules = {
"desktop_frame_cgimage\.h": [
"+sdk/objc",
],
"screen_capturer_mac\.mm": [
"+sdk/objc",
],
}