webrtc/test
Mirko Bonadei 675513b96a Stop using LOG macros in favor of RTC_ prefixed macros.
This CL has been generated with the following script:

for m in PLOG \
  LOG_TAG \
  LOG_GLEM \
  LOG_GLE_EX \
  LOG_GLE \
  LAST_SYSTEM_ERROR \
  LOG_ERRNO_EX \
  LOG_ERRNO \
  LOG_ERR_EX \
  LOG_ERR \
  LOG_V \
  LOG_F \
  LOG_T_F \
  LOG_E \
  LOG_T \
  LOG_CHECK_LEVEL_V \
  LOG_CHECK_LEVEL \
  LOG
do
  git grep -l $m | xargs sed -i "s,\b$m\b,RTC_$m,g"
done
git checkout rtc_base/logging.h
git cl format

Bug: webrtc:8452
Change-Id: I1a53ef3e0a5ef6e244e62b2e012b864914784600
Reviewed-on: https://webrtc-review.googlesource.com/21325
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20617}
2017-11-09 11:56:32 +00:00
..
android
fuzzers Remove pbos@webrtc.org from all OWNERS. 2017-11-01 08:03:46 +00:00
gl Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
ios
linux Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
mac
testsupport Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
win Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
BUILD.gn Don't include x11-specific code when use_x11 is set to false. 2017-11-08 21:37:48 +00:00
call_test.cc Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." 2017-09-29 13:48:29 +00:00
call_test.h Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." 2017-09-29 13:48:29 +00:00
configurable_frame_size_encoder.cc
configurable_frame_size_encoder.h
constants.cc Remove voe_auto_test and add new tests to cover the missing cases. 2017-09-15 16:56:08 +00:00
constants.h Remove voe_auto_test and add new tests to cover the missing cases. 2017-09-15 16:56:08 +00:00
DEPS
direct_transport.cc Allow injection of custom network models in place of FakeNetworkPipe. 2017-10-26 11:11:25 +00:00
direct_transport.h Allow injection of custom network models in place of FakeNetworkPipe. 2017-10-26 11:11:25 +00:00
drifting_clock.cc
drifting_clock.h
encoder_settings.cc Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
encoder_settings.h
fake_audio_device.cc
fake_audio_device.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fake_audio_device_unittest.cc
fake_decoder.cc
fake_decoder.h
fake_encoder.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fake_encoder.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fake_network_pipe.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
fake_network_pipe.h Allow injection of custom network models in place of FakeNetworkPipe. 2017-10-26 11:11:25 +00:00
fake_network_pipe_unittest.cc
fake_texture_frame.cc
fake_texture_frame.h
fake_videorenderer.h
field_trial.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
field_trial.h
frame_generator.cc Make the complexity of the square generator configurable. 2017-10-10 15:02:58 +00:00
frame_generator.h Make the complexity of the square generator configurable. 2017-10-10 15:02:58 +00:00
frame_generator_capturer.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
frame_generator_capturer.h Make the complexity of the square generator configurable. 2017-10-10 15:02:58 +00:00
frame_generator_unittest.cc
frame_utils.cc
frame_utils.h
gmock.h
gtest.h
layer_filtering_transport.cc
layer_filtering_transport.h
mock_audio_decoder.cc
mock_audio_decoder.h
mock_audio_decoder_factory.h Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
mock_audio_encoder.cc
mock_audio_encoder.h
mock_audio_encoder_factory.h
mock_transport.h
mock_voe_channel_proxy.h Remove voe::Statistics. 2017-09-29 13:00:28 +00:00
mock_voice_engine.h Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." 2017-10-04 11:31:18 +00:00
null_platform_renderer.cc
null_transport.cc
null_transport.h
OWNERS Remove pbos@webrtc.org from all OWNERS. 2017-11-01 08:03:46 +00:00
rtcp_packet_parser.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtcp_packet_parser.h
rtp_file_reader.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtp_file_reader.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_file_reader_unittest.cc
rtp_file_writer.cc
rtp_file_writer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_file_writer_unittest.cc
rtp_rtcp_observer.h Allow injection of custom network models in place of FakeNetworkPipe. 2017-10-26 11:11:25 +00:00
run_loop.cc
run_loop.h
run_test.cc
run_test.h
single_threaded_task_queue.cc
single_threaded_task_queue.h
single_threaded_task_queue_unittest.cc
statistics.cc
statistics.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
test_main.cc Reland "Reland "Remove WEBRTC_TRACE."" 2017-10-04 14:40:44 +00:00
vcm_capturer.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
vcm_capturer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
video_capturer.cc
video_capturer.h
video_codec_settings.h
video_renderer.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
video_renderer.h