| specific_include_rules = { | |
| # Until the new VideoStreamDecoder is implemented the current decoding | |
| # pipeline will be used, and therefore EncodedFrame needs to inherit | |
| # VCMEncodedFrame. | |
| "encoded_frame.h": [ | |
| "+modules/video_coding/encoded_frame.h", | |
| ], | |
| "video_stream_decoder_create.cc": [ | |
| "+video/video_stream_decoder_impl.h", | |
| ], | |
| "video_stream_encoder_create.cc": [ | |
| "+video/video_stream_encoder.h", | |
| ], | |
| } |