Refactor webrtc/modules/pacing for GN check

This moves some GN check configurations out of .gn to individual
targets.

The now checked target is:
"//webrtc/modules/pacing/*"

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2594523003
Cr-Commit-Position: refs/heads/master@{#15729}
This commit is contained in:
mbonadei 2016-12-21 00:26:58 -08:00 committed by Commit bot
parent 01c715096f
commit 2a495ca297
2 changed files with 3 additions and 0 deletions

1
.gn
View File

@ -30,6 +30,7 @@ check_targets = [
"//webrtc/modules/audio_processing/*",
"//webrtc/modules/desktop_capture/*",
"//webrtc/modules/media_file/*",
"//webrtc/modules/pacing/*",
"//webrtc/modules/video_capture/*",
"//webrtc/modules/video_coding/*",
"//webrtc/stats:rtc_stats",

View File

@ -26,6 +26,8 @@ rtc_static_library("pacing") {
}
deps = [
"../..:webrtc_common",
"../../base:rtc_base_approved",
"../../system_wrappers",
"../bitrate_controller",
"../rtp_rtcp",