(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries

Mechanically generated by running this command:

tools_webrtc/do-renames.sh update all-renames.txt && git cl format

Then manually updating:

tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc

Bug: webrtc:10159
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I54824cd91dada8fc3ee3d098f971bc319d477833
Reviewed-on: https://webrtc-review.googlesource.com/c/115653
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26226}
This commit is contained in:
Steve Anton
2019-01-11 09:11:00 -08:00
parent 1c05765831
commit 10542f21c8
1635 changed files with 5341 additions and 5341 deletions

View File

@ -19,11 +19,11 @@
#include "modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "modules/remote_bitrate_estimator/test/packet_receiver.h"
#include "modules/remote_bitrate_estimator/test/packet_sender.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/random.h"
#include "system_wrappers/include/clock.h"
#include "test/gtest.h"
#include "test/testsupport/fileutils.h"
#include "test/testsupport/file_utils.h"
namespace webrtc {
namespace testing {

View File

@ -14,7 +14,7 @@
#include <stddef.h>
#include <stdint.h>
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {

View File

@ -13,7 +13,7 @@
#include <stdint.h>
#include "modules/remote_bitrate_estimator/include/bwe_defines.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {

View File

@ -15,7 +15,7 @@
#include "common_types.h" // NOLINT(build/include)
#include "modules/remote_bitrate_estimator/include/bwe_defines.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {

View File

@ -16,7 +16,7 @@
#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "rtc_base/checks.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/logging.h"
#include "rtc_base/thread_annotations.h"
#include "system_wrappers/include/metrics.h"

View File

@ -25,8 +25,8 @@
#include "modules/remote_bitrate_estimator/overuse_detector.h"
#include "modules/remote_bitrate_estimator/overuse_estimator.h"
#include "rtc_base/checks.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/criticalsection.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/critical_section.h"
#include "rtc_base/race_checker.h"
#include "rtc_base/rate_statistics.h"
#include "rtc_base/thread_annotations.h"

View File

@ -11,7 +11,7 @@
#include "modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h"
#include "modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "test/gtest.h"
namespace webrtc {

View File

@ -19,8 +19,8 @@
#include "modules/remote_bitrate_estimator/aimd_rate_control.h"
#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/criticalsection.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/critical_section.h"
#include "rtc_base/rate_statistics.h"
#include "rtc_base/thread_annotations.h"

View File

@ -11,7 +11,7 @@
#include "modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h"
#include "modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "test/gtest.h"
namespace webrtc {

View File

@ -18,7 +18,7 @@
#include <vector>
#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "system_wrappers/include/clock.h"
#include "test/gtest.h"

View File

@ -20,12 +20,12 @@
#include "modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "modules/remote_bitrate_estimator/test/packet_receiver.h"
#include "modules/remote_bitrate_estimator/test/packet_sender.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/random.h"
#include "system_wrappers/include/clock.h"
#include "test/field_trial.h"
#include "test/gtest.h"
#include "test/testsupport/fileutils.h"
#include "test/testsupport/file_utils.h"
namespace webrtc {
namespace testing {

View File

@ -16,7 +16,7 @@
#include "modules/include/module_common_types.h"
#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "rtc_base/criticalsection.h"
#include "rtc_base/critical_section.h"
namespace webrtc {

View File

@ -18,7 +18,7 @@
#include "modules/remote_bitrate_estimator/test/estimators/remb.h"
#include "modules/remote_bitrate_estimator/test/estimators/send_side.h"
#include "modules/remote_bitrate_estimator/test/estimators/tcp.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/numerics/safe_conversions.h"
#include "rtc_base/system/fallthrough.h"

View File

@ -22,7 +22,7 @@
#include "modules/include/module.h"
#include "modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "modules/remote_bitrate_estimator/test/packet.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/gtest_prod_util.h"
#include "rtc_base/numerics/sequence_number_util.h"
#include "system_wrappers/include/clock.h"

View File

@ -18,7 +18,7 @@
#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "modules/remote_bitrate_estimator/test/bwe.h"
#include "modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "test/gtest.h"
namespace webrtc {

View File

@ -17,8 +17,8 @@
#include <vector>
#include "modules/remote_bitrate_estimator/test/bwe_test_fileutils.h"
#include "rtc_base/constructormagic.h"
#include "test/testsupport/fileutils.h"
#include "rtc_base/constructor_magic.h"
#include "test/testsupport/file_utils.h"
namespace webrtc {
namespace testing {

View File

@ -18,7 +18,7 @@
#include <assert.h>
#include "modules/remote_bitrate_estimator/test/bwe_test_logging.h"
#include "test/testsupport/fileutils.h"
#include "test/testsupport/file_utils.h"
namespace webrtc {
namespace testing {

View File

@ -15,7 +15,7 @@
#include <stdio.h>
#include <string>
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {
namespace testing {

View File

@ -18,7 +18,7 @@
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
#include "modules/rtp_rtcp/source/rtp_packet_received.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/numerics/safe_minmax.h"
#include "rtc_base/system/unused.h"

View File

@ -30,7 +30,7 @@
#include "modules/remote_bitrate_estimator/test/bwe_test_logging.h"
#include "modules/remote_bitrate_estimator/test/packet.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/random.h"
#include "rtc_base/strings/string_builder.h"
#include "system_wrappers/include/clock.h"

View File

@ -15,9 +15,9 @@
#include "modules/remote_bitrate_estimator/test/packet.h"
#include "modules/remote_bitrate_estimator/test/packet_sender.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "test/gtest.h"
#include "test/testsupport/fileutils.h"
#include "test/testsupport/file_utils.h"
namespace webrtc {
namespace testing {

View File

@ -129,8 +129,8 @@
#include <string>
#include "common_types.h" // NOLINT(build/include)
#include "rtc_base/constructormagic.h"
#include "rtc_base/criticalsection.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/critical_section.h"
#define BWE_TEST_LOGGING_GLOBAL_CONTEXT(name) \
do { \

View File

@ -23,7 +23,7 @@
#include "modules/include/module_common_types.h"
#include "modules/remote_bitrate_estimator/test/bwe.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {

View File

@ -17,7 +17,7 @@
#include "logging/rtc_event_log/mock/mock_rtc_event_log.h"
#include "modules/remote_bitrate_estimator/test/bwe.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {

View File

@ -25,7 +25,7 @@
#include "modules/remote_bitrate_estimator/test/bwe.h"
#include "modules/remote_bitrate_estimator/test/packet.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
#include "system_wrappers/include/clock.h"
#include "test/gmock.h"

View File

@ -20,7 +20,7 @@
#include "modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "modules/remote_bitrate_estimator/test/metric_recorder.h"
#include "modules/remote_bitrate_estimator/test/packet.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {
namespace testing {

View File

@ -20,7 +20,7 @@
#include "modules/include/module.h"
#include "modules/remote_bitrate_estimator/test/bwe.h"
#include "modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/constructor_magic.h"
namespace webrtc {
namespace testing {