Refactor webrtc/modules/utility for gn check

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

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2606483002
Cr-Commit-Position: refs/heads/master@{#15803}
This commit is contained in:
mbonadei 2016-12-27 05:40:15 -08:00 committed by Commit bot
parent e2e64e1a4a
commit 05afa8bce6
2 changed files with 2 additions and 0 deletions

1
.gn
View File

@ -32,6 +32,7 @@ check_targets = [
"//webrtc/modules/media_file/*",
"//webrtc/modules/pacing/*",
"//webrtc/modules/rtp_rtcp/*",
"//webrtc/modules/utility/*",
"//webrtc/modules/video_capture/*",
"//webrtc/modules/video_coding/*",
"//webrtc/stats:rtc_stats",

View File

@ -42,6 +42,7 @@ rtc_static_library("utility") {
"../../common_audio",
"../../system_wrappers",
"../audio_coding",
"../audio_coding:audio_format_conversion",
"../audio_coding:builtin_audio_decoder_factory",
"../audio_coding:rent_a_codec",
"../media_file",