webrtc/system_wrappers/source
Mirko Bonadei 83240ac0bc Only FindFullName should be injectable at link-time.
When WEBRTC_EXCLUDE_FIELD_TRIAL_DEFAULT is defined, only
webrtc::field_trial::FindFullName should be defined at link time, the
other functions should not be part of this interface.

No-Try: True
Bug: webrtc:10335
Change-Id: I81bcefcde6a51bcf8e410af91b5401f23e039d50
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255340
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36191}
2022-03-14 14:25:55 +00:00
..
clock.cc Removed timezone usage in UnixRealTimeClock::CurrentTimeVal when calling gettimeofday. 2021-11-02 05:32:10 +00:00
clock_unittest.cc
cpu_features.cc Use backticks not vertical bars to denote variables in comments for /system_wrappers 2021-07-27 14:37:27 +00:00
cpu_features_android.cc Refactor cpu_features_wrapper.h functions from C to C++. 2020-09-07 08:44:24 +00:00
cpu_features_linux.cc Fix -Wunused-but-set-variable. 2021-10-31 12:40:38 +00:00
cpu_info.cc Stricter sysconf(_SC_NPROCESSORS_ONLN) output check. 2022-01-03 16:34:33 +00:00
denormal_disabler.cc APM: add HW-only denormal disabler 2021-08-10 15:48:22 +00:00
denormal_disabler_unittest.cc Use GTEST_SKIP() instead of early return. 2021-08-12 15:24:13 +00:00
field_trial.cc Only FindFullName should be injectable at link-time. 2022-03-14 14:25:55 +00:00
field_trial_unittest.cc Rename more death test to *DeathTest 2020-05-26 20:27:34 +00:00
metrics.cc Remove RTC_DISALLOW_COPY_AND_ASSIGN more. 2022-01-20 11:00:18 +00:00
metrics_default_unittest.cc Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
metrics_unittest.cc Rename more death test to *DeathTest 2020-05-26 20:27:34 +00:00
ntp_time_unittest.cc Remove Clock::NtpToMs. 2021-04-08 10:37:20 +00:00
rtp_to_ntp_estimator.cc Use backticks not vertical bars to denote variables in comments for /system_wrappers 2021-07-27 14:37:27 +00:00
rtp_to_ntp_estimator_unittest.cc Fix -Wextra-semi warnings. 2019-02-25 09:22:51 +00:00
sleep.cc