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

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

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Rebase to master Created 4 years, 2 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/main.cc ('k') | webrtc/video/BUILD.gn » ('j') | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'proto_in_dir': 'event_log_visualizer', 111 'proto_in_dir': 'event_log_visualizer',
112 'proto_out_dir': 'webrtc/tools/event_log_visualizer', 112 'proto_out_dir': 'webrtc/tools/event_log_visualizer',
113 }, 113 },
114 'includes': ['../build/protoc.gypi'], 114 'includes': ['../build/protoc.gypi'],
115 }, 115 },
116 { 116 {
117 # RTC event log visualization library 117 # RTC event log visualization library
118 'target_name': 'event_log_visualizer_utils', 118 'target_name': 'event_log_visualizer_utils',
119 'type': 'static_library', 119 'type': 'static_library',
120 'dependencies': [ 120 'dependencies': [
121 '<(webrtc_root)/webrtc.gyp:rtc_event_log', 121 '<(webrtc_root)/webrtc.gyp:rtc_event_log_impl',
122 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', 122 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser',
123 '<(webrtc_root)/modules/modules.gyp:congestion_controller', 123 '<(webrtc_root)/modules/modules.gyp:congestion_controller',
124 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', 124 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
125 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' , 125 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' ,
126 ':chart_proto', 126 ':chart_proto',
127 ], 127 ],
128 'sources': [ 128 'sources': [
129 'event_log_visualizer/analyzer.cc', 129 'event_log_visualizer/analyzer.cc',
130 'event_log_visualizer/analyzer.h', 130 'event_log_visualizer/analyzer.h',
131 'event_log_visualizer/plot_base.cc', 131 'event_log_visualizer/plot_base.cc',
132 'event_log_visualizer/plot_base.h', 132 'event_log_visualizer/plot_base.h',
133 'event_log_visualizer/plot_protobuf.cc', 133 'event_log_visualizer/plot_protobuf.cc',
134 'event_log_visualizer/plot_protobuf.h', 134 'event_log_visualizer/plot_protobuf.h',
135 'event_log_visualizer/plot_python.cc', 135 'event_log_visualizer/plot_python.cc',
136 'event_log_visualizer/plot_python.h', 136 'event_log_visualizer/plot_python.h',
137 ], 137 ],
138 'export_dependent_settings': [ 138 'export_dependent_settings': [
139 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', 139 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser',
140 ':chart_proto', 140 ':chart_proto',
141 ], 141 ],
142 }, 142 },
143 ], 143 ],
144 }], 144 }],
145 ], # conditions 145 ], # conditions
146 } 146 }
OLDNEW
« no previous file with comments | « webrtc/tools/event_log_visualizer/main.cc ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698