Stop using public_deps in common_video/.

Bug: webrtc:8603
Change-Id: I467f07a6bd07585455d1d1f9e8bcfa59f0dce9f0
Reviewed-on: https://webrtc-review.googlesource.com/34185
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21359}
This commit is contained in:
Mirko Bonadei
2017-12-18 11:42:48 +01:00
committed by Commit Bot
parent 28142b2b0e
commit 0594a7ca5d
7 changed files with 14 additions and 3 deletions

View File

@ -102,6 +102,7 @@ rtc_static_library("video_coding") {
"../..:webrtc_common",
"../../:typedefs",
"../../api:optional",
"../../api:video_frame_api",
"../../api:video_frame_api_i420",
"../../call:video_stream_api",
"../../common_video",
@ -270,6 +271,7 @@ rtc_static_library("webrtc_stereo") {
":video_coding_utility",
"..:module_api",
"../..:webrtc_common",
"../../api:video_frame_api",
"../../api:video_frame_api_i420",
"../../api/video_codecs:video_codecs_api",
"../../common_video:common_video",
@ -308,6 +310,7 @@ rtc_static_library("webrtc_vp8") {
"../..:webrtc_common",
"../../:typedefs",
"../../api:optional",
"../../api:video_frame_api",
"../../api/video_codecs:video_codecs_api",
"../../common_video",
"../../rtc_base:checks",
@ -438,6 +441,7 @@ if (rtc_include_tests) {
":webrtc_vp8",
"../..:webrtc_common",
"../../:typedefs",
"../../api:video_frame_api",
"../../api:video_frame_api_i420",
"../../api/video_codecs:video_codecs_api",
"../../common_video:common_video",