webrtc/test/testsupport
Michael Morrison c2302e8e2e Fix compile error when rtc_enable_protobuf is false
When configuring without protobuf this test fails to compile with the error:
perf_test_histogram_writer_no_protobuf.cc:20:1: error: non-void function does not return a value

Bug: None
Change-Id: I8e2676ee4b5284eac08e648fc43bdfc585fc5d64
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182740
Reviewed-by: Taylor <deadbeef@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Taylor <deadbeef@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32021}
2020-08-31 23:07:13 +00:00
..
mock In test/ replace mock macros with unified MOCK_METHOD macro 2020-05-15 08:15:02 +00:00
copy_to_file_audio_capturer.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
copy_to_file_audio_capturer.h Introduce CopyToFileAudioCapturer. 2019-01-15 15:06:55 +00:00
copy_to_file_audio_capturer_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
DEPS Implement histogram perf results writer. 2020-01-31 11:38:56 +00:00
file_utils.cc Format almost everything. 2019-07-08 13:45:15 +00:00
file_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
file_utils_override.cc webrtc: Suppress a -Wunreachable-code warning on Android. 2020-03-25 10:27:27 +00:00
file_utils_override.h Remove the fileutils hack for good. 2019-10-16 13:40:39 +00:00
file_utils_unittest.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
frame_reader.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
frame_writer.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
ios_file_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ios_file_utils.mm (3) Rename files to snake_case: move the files 2019-01-11 17:05:20 +00:00
ivf_video_frame_generator.cc Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
ivf_video_frame_generator.h Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
ivf_video_frame_generator_unittest.cc Remove RTPFragmentationHeader creation and propagation through webrtc 2020-08-17 16:37:33 +00:00
jpeg_frame_writer.cc Delete unneeded includes of common_types.h and gn deps on webrtc_common. 2018-11-20 16:28:39 +00:00
jpeg_frame_writer_ios.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
mac_file_utils.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
mac_file_utils.mm (3) Rename files to snake_case: move the files 2019-01-11 17:05:20 +00:00
perf_result_reporter.cc Add PerfResultsReporter. 2020-02-25 08:05:53 +00:00
perf_result_reporter.h Add PerfResultsReporter. 2020-02-25 08:05:53 +00:00
perf_test.cc Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
perf_test.h Switch to absl single target when building with Chromium. 2020-06-11 11:53:48 +00:00
perf_test_histogram_writer.cc Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
perf_test_histogram_writer.h Extract an interface from the perf results logger. 2020-01-14 06:05:02 +00:00
perf_test_histogram_writer_no_protobuf.cc Fix compile error when rtc_enable_protobuf is false 2020-08-31 23:07:13 +00:00
perf_test_histogram_writer_unittest.cc Implement histogram perf results writer. 2020-01-31 11:38:56 +00:00
perf_test_result_writer.h Implement histogram perf results writer. 2020-01-31 11:38:56 +00:00
perf_test_unittest.cc Remove the histogram flag and all Chart JSON code. 2020-03-28 13:44:43 +00:00
resources_dir_flag.cc Include correct ABSL_DECLARE_FLAG header. 2020-06-03 22:08:46 +00:00
resources_dir_flag.h Include correct ABSL_DECLARE_FLAG header. 2020-06-03 22:08:46 +00:00
rtc_expect_death.h Add ability to disable detailed error message in RTC_CHECKs 2019-11-28 17:51:00 +00:00
test_artifacts.cc Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54:04 +00:00
test_artifacts.h Format almost everything. 2019-07-08 13:45:15 +00:00
test_artifacts_unittest.cc Add missing headers to fix chromium roll 2020-06-05 17:49:04 +00:00
video_frame_writer.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
video_frame_writer.h Remove unused critical section includes. 2020-07-16 13:52:28 +00:00
video_frame_writer_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
y4m_frame_reader.cc Format almost everything. 2019-07-08 13:45:15 +00:00
y4m_frame_reader_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
y4m_frame_writer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
y4m_frame_writer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
yuv_frame_reader.cc Format almost everything. 2019-07-08 13:45:15 +00:00
yuv_frame_reader_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
yuv_frame_writer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
yuv_frame_writer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00