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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2310403002: Renamed and restructured the protobuf definitions for the rtc_event_log graphs. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | webrtc/tools/event_log_visualizer/chart.proto » ('j') | 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 c5f581f13be55cbe7ddd076ef0e4e7641d8fe4e6..04c4543b0af0f712fda7c730f611a4f607cc4328 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -136,9 +136,9 @@ rtc_executable("force_mic_volume_max") {
}
if (rtc_enable_protobuf) {
- proto_library("graph_proto") {
+ proto_library("chart_proto") {
sources = [
- "event_log_visualizer/graph.proto",
+ "event_log_visualizer/chart.proto",
]
proto_out_dir = "webrtc/tools/event_log_visualizer"
}
@@ -169,7 +169,7 @@ if (rtc_enable_protobuf) {
"//build/config/sanitizers:deps",
]
public_deps = [
- ":graph_proto",
+ ":chart_proto",
"../:rtc_event_log_parser",
]
}
« no previous file with comments | « no previous file | webrtc/tools/event_log_visualizer/chart.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698