| include_rules = [ | |
| "+net", | |
| "+system_wrappers", | |
| ] | |
| specific_include_rules = { | |
| # TODO(steveanton): Remove this forwarding header once downstream projects | |
| # have updated to include the file in its new location. | |
| "sessiondescription\.h": [ | |
| "+pc/sessiondescription.h", | |
| ], | |
| } |