Steve Anton bba675db3e Clean up api/ DEPS
Add missing entries, move definitions to closer DEPS files.

Tbr: shampson@webrtc.org
Tbr: terelius@webrtc.org
Bug: None
Change-Id: I07574ad4d440eb729d21aba673981833261c1fcf
Reviewed-on: https://webrtc-review.googlesource.com/c/115742
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26114}
2019-01-02 18:41:43 +00:00

36 lines
799 B
Python

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",
],
"i010_buffer\.h": [
"+rtc_base/memory/aligned_malloc.h",
"+rtc_base/scoped_ref_ptr.h",
],
"i420_buffer\.h": [
"+rtc_base/memory/aligned_malloc.h",
"+rtc_base/scoped_ref_ptr.h",
],
"video_frame\.h": [
"+rtc_base/scoped_ref_ptr.h",
],
"video_frame_buffer\.h": [
"+rtc_base/refcount.h",
"+rtc_base/scoped_ref_ptr.h",
],
"video_stream_decoder_create.cc": [
"+video/video_stream_decoder_impl.h",
],
"video_stream_encoder_create.cc": [
"+video/video_stream_encoder.h",
],
}