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

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

Issue 2361803003: Add logging statements to places where the frame might be dropped in WebRTC pipeline. (Closed)
Patch Set: Remove the DCHECK since it will crash anyway. 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
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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'encoder_settings.cc', 166 'encoder_settings.cc',
167 'encoder_settings.h', 167 'encoder_settings.h',
168 'fake_audio_device.cc', 168 'fake_audio_device.cc',
169 'fake_audio_device.h', 169 'fake_audio_device.h',
170 'fake_decoder.cc', 170 'fake_decoder.cc',
171 'fake_decoder.h', 171 'fake_decoder.h',
172 'fake_encoder.cc', 172 'fake_encoder.cc',
173 'fake_encoder.h', 173 'fake_encoder.h',
174 'fake_network_pipe.cc', 174 'fake_network_pipe.cc',
175 'fake_network_pipe.h', 175 'fake_network_pipe.h',
176 'fake_videorenderer.h',
176 'frame_generator_capturer.cc', 177 'frame_generator_capturer.cc',
177 'frame_generator_capturer.h', 178 'frame_generator_capturer.h',
178 'layer_filtering_transport.cc', 179 'layer_filtering_transport.cc',
179 'layer_filtering_transport.h', 180 'layer_filtering_transport.h',
180 'mock_transport.h', 181 'mock_transport.h',
181 'mock_voe_channel_proxy.h', 182 'mock_voe_channel_proxy.h',
182 'mock_voice_engine.h', 183 'mock_voice_engine.h',
183 'null_transport.cc', 184 'null_transport.cc',
184 'null_transport.h', 185 'null_transport.h',
185 'rtp_rtcp_observer.h', 186 'rtp_rtcp_observer.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 '-framework OpenGL', 284 '-framework OpenGL',
284 '-framework CoreVideo', 285 '-framework CoreVideo',
285 ], 286 ],
286 }, 287 },
287 }], 288 }],
288 ], 289 ],
289 }, 290 },
290 }, 291 },
291 ], 292 ],
292 } 293 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698