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

Side by Side Diff: webrtc/test/BUILD.gn

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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "encoder_settings.cc", 277 "encoder_settings.cc",
278 "encoder_settings.h", 278 "encoder_settings.h",
279 "fake_audio_device.cc", 279 "fake_audio_device.cc",
280 "fake_audio_device.h", 280 "fake_audio_device.h",
281 "fake_decoder.cc", 281 "fake_decoder.cc",
282 "fake_decoder.h", 282 "fake_decoder.h",
283 "fake_encoder.cc", 283 "fake_encoder.cc",
284 "fake_encoder.h", 284 "fake_encoder.h",
285 "fake_network_pipe.cc", 285 "fake_network_pipe.cc",
286 "fake_network_pipe.h", 286 "fake_network_pipe.h",
287 "fake_videorenderer.h",
287 "frame_generator_capturer.cc", 288 "frame_generator_capturer.cc",
288 "frame_generator_capturer.h", 289 "frame_generator_capturer.h",
289 "layer_filtering_transport.cc", 290 "layer_filtering_transport.cc",
290 "layer_filtering_transport.h", 291 "layer_filtering_transport.h",
291 "mock_transport.h", 292 "mock_transport.h",
292 "mock_voe_channel_proxy.h", 293 "mock_voe_channel_proxy.h",
293 "mock_voice_engine.h", 294 "mock_voice_engine.h",
294 "null_transport.cc", 295 "null_transport.cc",
295 "null_transport.h", 296 "null_transport.h",
296 "rtp_rtcp_observer.h", 297 "rtp_rtcp_observer.h",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 396 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
396 } 397 }
397 398
398 deps = [ 399 deps = [
399 ":test_support", 400 ":test_support",
400 ":video_test_common", 401 ":video_test_common",
401 "../modules/media_file", 402 "../modules/media_file",
402 "//testing/gtest", 403 "//testing/gtest",
403 ] 404 ]
404 } 405 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698