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

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: Move parser to its own build target. Fix comments from Henrik. Created 4 years, 8 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 '<(DEPTH)/resources/foreman_cif_short.yuv', 207 '<(DEPTH)/resources/foreman_cif_short.yuv',
208 '<(DEPTH)/resources/voice_engine/audio_long16.pcm', 208 '<(DEPTH)/resources/voice_engine/audio_long16.pcm',
209 ], 209 ],
210 }], 210 }],
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_parser',
217 'webrtc.gyp:rtc_event_log_proto', 218 'webrtc.gyp:rtc_event_log_proto',
218 ], 219 ],
219 'sources': [ 220 'sources': [
220 'call/rtc_event_log_unittest.cc', 221 'call/rtc_event_log_unittest.cc',
222 'call/rtc_event_log_unittest_helper.cc'
221 ], 223 ],
222 }], 224 }],
223 ], 225 ],
224 }, 226 },
225 { 227 {
226 'target_name': 'webrtc_perf_tests', 228 'target_name': 'webrtc_perf_tests',
227 'type': '<(gtest_target_type)', 229 'type': '<(gtest_target_type)',
228 'sources': [ 230 'sources': [
229 'call/call_perf_tests.cc', 231 'call/call_perf_tests.cc',
230 'call/rampup_tests.cc', 232 'call/rampup_tests.cc',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'build/isolate.gypi', 423 'build/isolate.gypi',
422 ], 424 ],
423 'sources': [ 425 'sources': [
424 'webrtc_perf_tests.isolate', 426 'webrtc_perf_tests.isolate',
425 ], 427 ],
426 }, 428 },
427 ], 429 ],
428 }], 430 }],
429 ], 431 ],
430 } 432 }
OLDNEW
« webrtc/call/rtc_event_log_unittest_helper.cc ('K') | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698