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:
1
.gn
1
.gn
@ -32,6 +32,7 @@ check_targets = [
|
||||
"//webrtc/media/*",
|
||||
"//webrtc/modules/*",
|
||||
"//webrtc/stats/*",
|
||||
"//webrtc/tools/*",
|
||||
"//webrtc/voice_engine/*",
|
||||
]
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user