OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/libyuv", | 2 "+third_party/libyuv", |
3 "+webrtc/common_video/h264/h264_bitstream_parser.h", | 3 "+webrtc/common_video/h264/h264_bitstream_parser.h", |
4 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h", | 4 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h", |
5 "+webrtc/modules/utility/include/jvm_android.h", | 5 "+webrtc/modules/utility/include/jvm_android.h", |
6 "+webrtc/modules/video_coding/utility/vp8_header_parser.h", | 6 "+webrtc/modules/video_coding/utility/vp8_header_parser.h", |
7 "+webrtc/modules/video_coding/utility/vp9_uncomp_header_parser.h", | |
brandtr
2017/05/19 14:10:27
To reduce the number of OWNERs required, you can r
jianj1
2017/05/19 21:20:57
I'm not quite clear about this, though I removed t
brandtr
2017/05/22 18:34:56
No, it will only be used by Android. But since thi
| |
7 "+webrtc/pc", | 8 "+webrtc/pc", |
8 "+webrtc/system_wrappers/include/field_trial_default.h", | 9 "+webrtc/system_wrappers/include/field_trial_default.h", |
9 ] | 10 ] |
OLD | NEW |