Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: webrtc/tools/BUILD.gn

Issue 2799633002: Enabling 'gn check' on //webrtc/tools. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 169a7f49de9f29b0755e2643e5f73a11aceb8481..5a4c1af4be223929e017c2d70d974ee15169b92b 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -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",
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698