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