Enabling 'gn check' on //webrtc/tools.

BUG=webrtc:6828
NOTRY=True

Review-Url: https://codereview.webrtc.org/2799633002
Cr-Commit-Position: refs/heads/master@{#17542}
This commit is contained in:
mbonadei
2017-04-05 07:14:31 -07:00
committed by Commit bot
parent c88b5d56ad
commit 129fc9ce94
2 changed files with 5 additions and 0 deletions

1
.gn
View File

@ -32,6 +32,7 @@ check_targets = [
"//webrtc/media/*",
"//webrtc/modules/*",
"//webrtc/stats/*",
"//webrtc/tools/*",
"//webrtc/voice_engine/*",
]

View File

@ -48,6 +48,7 @@ rtc_static_library("command_line_parser") {
]
deps = [
"../base:gtest_prod",
"../base:rtc_base_approved",
]
}
@ -141,6 +142,7 @@ rtc_static_library("frame_editing_lib") {
}
deps = [
"..:webrtc_common",
"../common_video",
]
}
@ -202,6 +204,7 @@ if (rtc_enable_protobuf) {
}
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
"../base:rtc_base_approved",
"../call:call_interfaces",
"../logging:rtc_event_log_impl",
"../logging:rtc_event_log_parser",
@ -258,6 +261,7 @@ if (rtc_include_tests) {
deps = [
"../modules/audio_processing",
"../system_wrappers:metrics_default",
"../test:test_support",
"//build/win:default_exe_manifest",
"//testing/gtest",
"//third_party/gflags",