| include_rules = [ | |
| "+components/webrtc_logging/common", | |
| "+media/audio", # For basic audio functions. | |
| "+media/video", # For basic video functions. | |
| "+media/base", # For basic media functions. | |
| "+media/cdm", # For basic cdm functions. | |
| "+media/capture", # For capture library. | |
| "+media/mojo/mojom", # For mojo interfaces. | |
| ] | |
| specific_include_rules = { | |
| "chrome_key_systems.cc" : [ | |
| "+ash/constants/ash_features.h", | |
| ], | |
| } |