2020-06-03 09:24:06 +02:00
|
|
|
specific_include_rules = {
|
|
|
|
|
"resource\.h": [
|
2022-05-05 00:47:10 +02:00
|
|
|
# ref_count.h is a public_deps of rtc_base:refcount. Necessary because of
|
2020-06-03 09:24:06 +02:00
|
|
|
# rtc::RefCountInterface.
|
|
|
|
|
"+rtc_base/ref_count.h",
|
|
|
|
|
],
|
|
|
|
|
}
|