This CL make webrtc unity plugin compatible with alpha channel support. Bug: webrtc:8645 Change-Id: I3250aede47b31c4685e57d11fb2b2e86b824f9c4 Reviewed-on: https://webrtc-review.googlesource.com/32325 Commit-Queue: Qiang Chen <qiangchen@chromium.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: George Zhou <gyzhou@chromium.org> Cr-Commit-Position: refs/heads/master@{#21394}
12 lines
185 B
Python
12 lines
185 B
Python
include_rules = [
|
|
"+WebRTC",
|
|
"+api",
|
|
"+media",
|
|
"+modules/audio_device",
|
|
"+modules/video_capture",
|
|
"+modules/audio_processing",
|
|
"+p2p",
|
|
"+pc",
|
|
"+third_party/libyuv",
|
|
]
|