Enable GN check for webrtc/common_video

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2715113002
Cr-Commit-Position: refs/heads/master@{#16883}
This commit is contained in:
kjellander
2017-02-27 16:37:54 -08:00
committed by Commit bot
parent 2f1a555839
commit 1c6cc9a05f
2 changed files with 4 additions and 0 deletions

1
.gn
View File

@ -25,6 +25,7 @@ check_targets = [
"//webrtc/api/*",
"//webrtc/audio/*",
"//webrtc/call/*",
"//webrtc/common_video/*",
"//webrtc/modules/audio_coding/*",
"//webrtc/modules/audio_conference_mixer/*",
"//webrtc/modules/audio_device/*",

View File

@ -57,6 +57,7 @@ rtc_static_library("common_video") {
deps = [
"..:webrtc_common",
"../base:rtc_base",
"../base:rtc_task_queue",
"../system_wrappers",
]
@ -119,6 +120,8 @@ if (rtc_include_tests) {
deps = [
":common_video",
"../base:rtc_base",
"../base:rtc_base_approved",
"../modules/video_capture:video_capture",
"../system_wrappers:system_wrappers",
"../test:test_main",