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

Side by Side Diff: webrtc/tools/tools.gyp

Issue 2193763002: Reland: Add BWE plot to event log analyzer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix lib fuzzer. Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « webrtc/tools/event_log_visualizer/plot_python.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ['enable_protobuf==1 and include_tests==1', { 102 ['enable_protobuf==1 and include_tests==1', {
103 # TODO(terelius): This tool requires the include_test condition to 103 # TODO(terelius): This tool requires the include_test condition to
104 # prevent build errors when gflags isn't found in downstream projects. 104 # prevent build errors when gflags isn't found in downstream projects.
105 # There should be a cleaner way to do this. The tool is not test related. 105 # There should be a cleaner way to do this. The tool is not test related.
106 'targets': [ 106 'targets': [
107 { 107 {
108 # This target should only be built if enable_protobuf is set 108 # This target should only be built if enable_protobuf is set
109 'target_name': 'event_log_visualizer', 109 'target_name': 'event_log_visualizer',
110 'type': 'executable', 110 'type': 'executable',
111 'dependencies': [ 111 'dependencies': [
112 '<(webrtc_root)/webrtc.gyp:rtc_event_log',
112 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', 113 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser',
114 '<(webrtc_root)/modules/modules.gyp:congestion_controller',
113 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', 115 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
114 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' , 116 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' ,
117 '<(webrtc_root)/test/test.gyp:field_trial',
115 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 118 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
116 ], 119 ],
117 'sources': [ 120 'sources': [
118 'event_log_visualizer/analyzer.cc', 121 'event_log_visualizer/analyzer.cc',
119 'event_log_visualizer/analyzer.h', 122 'event_log_visualizer/analyzer.h',
120 'event_log_visualizer/generate_timeseries.cc', 123 'event_log_visualizer/generate_timeseries.cc',
121 'event_log_visualizer/plot_base.h', 124 'event_log_visualizer/plot_base.h',
122 'event_log_visualizer/plot_python.cc', 125 'event_log_visualizer/plot_python.cc',
123 'event_log_visualizer/plot_python.h', 126 'event_log_visualizer/plot_python.h',
124 ], 127 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'sources': [ 274 'sources': [
272 'tools_unittests.isolate', 275 'tools_unittests.isolate',
273 ], 276 ],
274 }, 277 },
275 ], 278 ],
276 }], 279 }],
277 ], 280 ],
278 }], # include_tests 281 }], # include_tests
279 ], # conditions 282 ], # conditions
280 } 283 }
OLDNEW
« no previous file with comments | « webrtc/tools/event_log_visualizer/plot_python.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698