Add missing files to rtc_base.

Bug: webrtc:7640
Change-Id: Ia9b7f0c1c10765e7064be8d2758c1c2e68e667ed
Reviewed-on: https://webrtc-review.googlesource.com/34649
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21355}
This commit is contained in:
Patrik Höglund 2017-12-19 11:50:21 +01:00 committed by Commit Bot
parent afb3fc3558
commit 76df0df2c9
4 changed files with 9 additions and 6 deletions

View File

@ -242,7 +242,7 @@ rtc_source_set("video_frame_api_i420") {
deps = [
":video_frame_api",
"../rtc_base:checks",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base",
"../system_wrappers",
"//third_party/libyuv",
]

View File

@ -205,7 +205,7 @@ rtc_static_library("webrtc_h264") {
"../../api/video_codecs:video_codecs_api",
"../../media:rtc_media_base",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base",
"../../system_wrappers:metrics_api",
]
@ -273,7 +273,7 @@ rtc_static_library("webrtc_stereo") {
"../../api:video_frame_api_i420",
"../../api/video_codecs:video_codecs_api",
"../../common_video:common_video",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base",
"../../system_wrappers",
]
}
@ -351,7 +351,7 @@ rtc_static_library("webrtc_vp9") {
"..:module_api",
"../../common_video",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base",
"../../system_wrappers",
]
if (rtc_build_libvpx) {
@ -501,7 +501,7 @@ if (rtc_include_tests) {
"../../media:rtc_audio_video",
"../../media:rtc_media_base",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_base",
"../../rtc_base:rtc_base_tests_utils",
"../../system_wrappers",
"../../test:field_trial",

View File

@ -570,6 +570,7 @@ rtc_static_library("rtc_base_generic") {
"crc32.h",
"cryptstring.cc",
"cryptstring.h",
"dscp.h",
"filerotatingstream.cc",
"filerotatingstream.h",
"fileutils.cc",
@ -582,6 +583,7 @@ rtc_static_library("rtc_base_generic") {
"httpcommon.h",
"ipaddress.cc",
"ipaddress.h",
"keep_ref_until_done.h",
"messagedigest.cc",
"messagedigest.h",
"messagehandler.cc",
@ -597,6 +599,7 @@ rtc_static_library("rtc_base_generic") {
"network_constants.h",
"networkmonitor.cc",
"networkmonitor.h",
"networkroute.h",
"nullsocketserver.cc",
"nullsocketserver.h",
"openssl.h",

View File

@ -69,7 +69,7 @@ rtc_source_set("video_test_common") {
"../media:rtc_media_base",
"../modules/video_capture:video_capture_module",
"../rtc_base:checks",
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base",
"../rtc_base:rtc_task_queue",
"../system_wrappers",
]