mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

It's now empty, let's remove it! Bug: webrtc:9838 Change-Id: I4b3310e882ea95fdf47903f9ad31e2efb35703f2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261242 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36774}
7 lines
No EOL
189 B
Python
7 lines
No EOL
189 B
Python
specific_include_rules = {
|
|
"resource\.h": [
|
|
# ref_count.h is a public_deps of rtc_base:refcount. Necessary because of
|
|
# rtc::RefCountInterface.
|
|
"+rtc_base/ref_count.h",
|
|
],
|
|
} |