This is a prerequisite to implementing it externally. Bug: webrtc:11525 Change-Id: I9cb3b4418396485d3eb9f25cafa51cbff6db7817 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176401 Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Evan Shrubsole <eshr@google.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31418}
7 lines
189 B
Python
7 lines
189 B
Python
specific_include_rules = {
|
|
"resource\.h": [
|
|
# ref_count.h is a public_deps of rtc_base_approved. Necessary because of
|
|
# rtc::RefCountInterface.
|
|
"+rtc_base/ref_count.h",
|
|
],
|
|
} |