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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1768773002: New parser for event log. Manually parse the outermost EventStream (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add parser test Created 4 years, 9 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
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 ['enable_protobuf==1', { 211 ['enable_protobuf==1', {
212 'defines': [ 212 'defines': [
213 'ENABLE_RTC_EVENT_LOG', 213 'ENABLE_RTC_EVENT_LOG',
214 ], 214 ],
215 'dependencies': [ 215 'dependencies': [
216 'webrtc.gyp:rtc_event_log', 216 'webrtc.gyp:rtc_event_log',
217 'webrtc.gyp:rtc_event_log_proto', 217 'webrtc.gyp:rtc_event_log_proto',
218 ], 218 ],
219 'sources': [ 219 'sources': [
220 'call/rtc_event_log_unittest.cc', 220 'call/rtc_event_log_unittest.cc',
221 'call/rtc_event_log_unittest_helper.cc'
221 ], 222 ],
222 }], 223 }],
223 ], 224 ],
224 }, 225 },
225 { 226 {
226 'target_name': 'webrtc_perf_tests', 227 'target_name': 'webrtc_perf_tests',
227 'type': '<(gtest_target_type)', 228 'type': '<(gtest_target_type)',
228 'sources': [ 229 'sources': [
229 'call/call_perf_tests.cc', 230 'call/call_perf_tests.cc',
230 'call/rampup_tests.cc', 231 'call/rampup_tests.cc',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'build/isolate.gypi', 422 'build/isolate.gypi',
422 ], 423 ],
423 'sources': [ 424 'sources': [
424 'webrtc_perf_tests.isolate', 425 'webrtc_perf_tests.isolate',
425 ], 426 ],
426 }, 427 },
427 ], 428 ],
428 }], 429 }],
429 ], 430 ],
430 } 431 }
OLDNEW
« webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc ('K') | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698