Enable GN check in webrtc/stats

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2720533002
Cr-Commit-Position: refs/heads/master@{#16881}
This commit is contained in:
kjellander 2017-02-27 15:53:39 -08:00 committed by Commit bot
parent 8d60a946ae
commit dcb4b437fa
2 changed files with 4 additions and 1 deletions

2
.gn
View File

@ -40,7 +40,7 @@ check_targets = [
"//webrtc/modules/video_coding/*",
"//webrtc/modules/video_processing/*",
"//webrtc/modules/remote_bitrate_estimator/*",
"//webrtc/stats:rtc_stats",
"//webrtc/stats/*",
"//webrtc/voice_engine",
"//webrtc/voice_engine:audio_coder",
"//webrtc/voice_engine:file_player",

View File

@ -57,7 +57,10 @@ if (rtc_include_tests) {
deps = [
":rtc_stats",
":rtc_stats_test_utils",
"../api:rtc_stats_api",
"../base:rtc_base_approved",
"../base:rtc_base_tests_main",
"../base:rtc_base_tests_utils",
"../system_wrappers:metrics_default",
"//testing/gmock",
]