7 lines
189 B
Text
7 lines
189 B
Text
|
|
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",
|
||
|
|
],
|
||
|
|
}
|