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

Side by Side Diff: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi

Issue 1235433005: Add pcap support to bwe tools. Allow filtering on SSRCs. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 5 years, 5 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 | « no previous file | webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc » ('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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'sources!': [ 96 'sources!': [
97 'remote_bitrate_estimator/test/bwe_test_logging.cc' 97 'remote_bitrate_estimator/test/bwe_test_logging.cc'
98 ], 98 ],
99 }], 99 }],
100 ], 100 ],
101 }, 101 },
102 { 102 {
103 'target_name': 'bwe_tools_util', 103 'target_name': 'bwe_tools_util',
104 'type': 'static_library', 104 'type': 'static_library',
105 'dependencies': [ 105 'dependencies': [
106 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
106 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' , 107 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' ,
107 'rtp_rtcp', 108 'rtp_rtcp',
108 ], 109 ],
109 'sources': [ 110 'sources': [
110 'tools/bwe_rtp.cc', 111 'tools/bwe_rtp.cc',
111 'tools/bwe_rtp.h', 112 'tools/bwe_rtp.h',
112 ], 113 ],
113 }, 114 },
114 { 115 {
115 'target_name': 'bwe_rtp_to_text', 116 'target_name': 'bwe_rtp_to_text',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ], 153 ],
153 }, 154 },
154 'sources': [ 155 'sources': [
155 'tools/bwe_rtp_play.cc', 156 'tools/bwe_rtp_play.cc',
156 ], # source 157 ], # source
157 }, 158 },
158 ], 159 ],
159 }], # include_tests==1 160 }], # include_tests==1
160 ], 161 ],
161 } 162 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698