Chromium Code Reviews

Unified Diff: webrtc/BUILD.gn

Issue 1995523002: Visualization tool for WebrtcEventLogs (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add rtc_event_log_proto to the public_deps of rtc_event_log_parser. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index f151f108e7da6aba69f735ae9831c11d2869bfd3..58f69a101cf5c2399aa3e1280a2d1b9d598341ad 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -358,7 +358,7 @@ if (rtc_enable_protobuf) {
configs += [ ":common_config" ]
public_configs = [ ":common_inherited_config" ]
- deps = [
+ public_deps = [
":rtc_event_log_proto",
phoglund 2016/07/12 09:53:53 Nice, now it matches the export_dependent_settings
":webrtc_common",
]
« no previous file with comments | « no previous file | webrtc/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine