webrtc/test/testsupport
Patrik Höglund 2bc1ea0b36 Remove the fileutils hack for good.
Or, well, to be fair it still kind of does the same thing, but
the thing it's (void)ing in is a lot more related to what it
actually happening. I could not find another way to solve this
since fileutils is fundamentally optional to unit tests, but the
flag isn't.

Bug: webrtc:9792
Change-Id: I6ebf012246bc259883bc0aaf73ac7fea5525dd1f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157101
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29501}
2019-10-16 13:40:39 +00:00
..
mock Format almost everything. 2019-07-08 13:45:15 +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
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 Remove the fileutils hack for good. 2019-10-16 13:40:39 +00:00
file_utils_override.h Remove the fileutils hack for good. 2019-10-16 13:40:39 +00:00
file_utils_unittest.cc Format almost everything. 2019-07-08 13:45:15 +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
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_test.cc Add improvement directions to PC and Call framework metrics 2019-09-24 08:25:44 +00:00
perf_test.h Add improvement directions to PC and Call framework metrics 2019-09-24 08:25:44 +00:00
perf_test_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
resources_dir_flag.cc Put the resources_dir flag into its own target. 2019-10-15 11:45:20 +00:00
resources_dir_flag.h Put the resources_dir flag into its own target. 2019-10-15 11:45:20 +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 Migrate WebRTC test infra to ABSL_FLAG. 2019-07-19 06:54: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 Split VideoFrameWriter into yuv and y4m writers 2019-08-07 04:06:46 +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