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

Unified Diff: webrtc/tools/tools.gyp

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 | « webrtc/tools/event_log_visualizer/plot_protobuf.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/tools.gyp
diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp
index 61a7d7703aef77b3c61d21ec55fb5f93a6c4af61..1477a83f368b10e770f5e4bcd2c5df86c45e4f39 100644
--- a/webrtc/tools/tools.gyp
+++ b/webrtc/tools/tools.gyp
@@ -102,10 +102,10 @@
['enable_protobuf==1', {
'targets': [
{
- 'target_name': 'graph_proto',
+ 'target_name': 'chart_proto',
'type': 'static_library',
'sources': [
- 'event_log_visualizer/graph.proto',
+ 'event_log_visualizer/chart.proto',
],
'variables': {
'proto_in_dir': 'event_log_visualizer',
@@ -123,7 +123,7 @@
'<(webrtc_root)/modules/modules.gyp:congestion_controller',
'<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
- ':graph_proto',
+ ':chart_proto',
],
'sources': [
'event_log_visualizer/analyzer.cc',
@@ -137,7 +137,7 @@
],
'export_dependent_settings': [
'<(webrtc_root)/webrtc.gyp:rtc_event_log_parser',
- ':graph_proto',
+ ':chart_proto',
],
},
],
« no previous file with comments | « webrtc/tools/event_log_visualizer/plot_protobuf.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698