(5) Rename files to snake_case: install forwarding headers
Mechanically generated with this command:
tools_webrtc/do-renames.sh install all-renames.txt && git cl format
Bug: webrtc:10159
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: Ic8e99f71f2da62e5c99863c6d24a8cfe311466cd
Reviewed-on: https://webrtc-review.googlesource.com/c/115682
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26227}
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 4b3bdc3..0ac6610 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -92,16 +92,22 @@
"bind.h",
"bit_buffer.cc",
"bit_buffer.h",
+ "bitbuffer.h",
"bitrate_allocation_strategy.cc",
"bitrate_allocation_strategy.h",
+ "bitrateallocationstrategy.h",
"buffer.h",
"buffer_queue.cc",
"buffer_queue.h",
+ "bufferqueue.h",
"byte_buffer.cc",
"byte_buffer.h",
"byte_order.h",
+ "bytebuffer.h",
+ "byteorder.h",
"copy_on_write_buffer.cc",
"copy_on_write_buffer.h",
+ "copyonwritebuffer.h",
"event_tracer.cc",
"event_tracer.h",
"file.cc",
@@ -120,6 +126,7 @@
"numerics/sample_counter.cc",
"numerics/sample_counter.h",
"one_time_event.h",
+ "onetimeevent.h",
"platform_file.cc",
"platform_file.h",
"race_checker.cc",
@@ -130,10 +137,12 @@
"rate_statistics.h",
"rate_tracker.cc",
"rate_tracker.h",
+ "ratetracker.h",
"swap_queue.h",
"template_util.h",
"timestamp_aligner.cc",
"timestamp_aligner.h",
+ "timestampaligner.h",
"trace_event.h",
"zero_memory.cc",
"zero_memory.h",
@@ -185,6 +194,7 @@
sources = [
"arraysize.h",
"constructor_magic.h",
+ "constructormagic.h",
"format_macros.h",
"stringize_macros.h",
"thread_annotations.h",
@@ -217,6 +227,9 @@
"ref_count.h",
"ref_counted_object.h",
"ref_counter.h",
+ "refcount.h",
+ "refcountedobject.h",
+ "refcounter.h",
]
deps = [
":atomicops",
@@ -228,6 +241,7 @@
sources = [
"critical_section.cc",
"critical_section.h",
+ "criticalsection.h",
]
deps = [
":atomicops",
@@ -343,6 +357,7 @@
rtc_source_set("atomicops") {
sources = [
"atomic_ops.h",
+ "atomicops.h",
]
}
@@ -419,6 +434,7 @@
sources = [
"time_utils.cc",
"time_utils.h",
+ "timeutils.h",
]
deps = [
":checks",
@@ -435,8 +451,10 @@
"string_to_number.h",
"string_utils.cc",
"string_utils.h",
+ "stringencode.h",
"strings/string_builder.cc",
"strings/string_builder.h",
+ "stringutils.h",
]
deps = [
":checks",
@@ -895,22 +913,33 @@
"async_tcp_socket.h",
"async_udp_socket.cc",
"async_udp_socket.h",
+ "asyncinvoker-inl.h",
+ "asyncinvoker.h",
+ "asyncpacketsocket.h",
+ "asyncresolverinterface.h",
+ "asyncsocket.h",
+ "asynctcpsocket.h",
+ "asyncudpsocket.h",
"crc32.cc",
"crc32.h",
"crypt_string.cc",
"crypt_string.h",
+ "cryptstring.h",
"data_rate_limiter.cc",
"data_rate_limiter.h",
"dscp.h",
"file_rotating_stream.cc",
"file_rotating_stream.h",
+ "filerotatingstream.h",
"gunit_prod.h",
"helpers.cc",
"helpers.h",
"http_common.cc",
"http_common.h",
+ "httpcommon.h",
"ip_address.cc",
"ip_address.h",
+ "ipaddress.h",
"keep_ref_until_done.h",
"key_derivation.cc",
"key_derivation.h",
@@ -921,18 +950,26 @@
"message_handler.h",
"message_queue.cc",
"message_queue.h",
+ "messagedigest.h",
+ "messagehandler.h",
+ "messagequeue.h",
"net_helper.cc",
"net_helper.h",
"net_helpers.cc",
"net_helpers.h",
+ "nethelper.h",
+ "nethelpers.h",
"network.cc",
"network.h",
"network_constants.h",
"network_monitor.cc",
"network_monitor.h",
"network_route.h",
+ "networkmonitor.h",
+ "networkroute.h",
"null_socket_server.cc",
"null_socket_server.h",
+ "nullsocketserver.h",
"openssl.h",
"openssl_adapter.cc",
"openssl_adapter.h",
@@ -950,17 +987,30 @@
"openssl_stream_adapter.h",
"openssl_utility.cc",
"openssl_utility.h",
+ "openssladapter.h",
+ "opensslcertificate.h",
+ "openssldigest.h",
+ "opensslidentity.h",
+ "opensslsessioncache.h",
+ "opensslstreamadapter.h",
+ "opensslutility.h",
"physical_socket_server.cc",
"physical_socket_server.h",
+ "physicalsocketserver.h",
"proxy_info.cc",
"proxy_info.h",
+ "proxyinfo.h",
"rtc_certificate.cc",
"rtc_certificate.h",
"rtc_certificate_generator.cc",
"rtc_certificate_generator.h",
+ "rtccertificate.h",
+ "rtccertificategenerator.h",
"signal_thread.cc",
"signal_thread.h",
+ "signalthread.h",
"sigslot_repeater.h",
+ "sigslotrepeater.h",
"socket.cc",
"socket.h",
"socket_adapters.cc",
@@ -971,6 +1021,11 @@
"socket_address_pair.h",
"socket_factory.h",
"socket_server.h",
+ "socketadapters.h",
+ "socketaddress.h",
+ "socketaddresspair.h",
+ "socketfactory.h",
+ "socketserver.h",
"ssl_adapter.cc",
"ssl_adapter.h",
"ssl_certificate.cc",
@@ -981,6 +1036,11 @@
"ssl_identity.h",
"ssl_stream_adapter.cc",
"ssl_stream_adapter.h",
+ "ssladapter.h",
+ "sslcertificate.h",
+ "sslfingerprint.h",
+ "sslidentity.h",
+ "sslstreamadapter.h",
"stream.cc",
"stream.h",
"thread.cc",
@@ -995,17 +1055,25 @@
"callback.h",
"log_sinks.cc",
"log_sinks.h",
+ "logsinks.h",
"numerics/math_utils.h",
+ "numerics/mathutils.h",
"rolling_accumulator.h",
+ "rollingaccumulator.h",
"ssl_roots.h",
+ "sslroots.h",
]
if (is_win) {
- sources += [ "win32_socket_init.h" ]
+ sources += [
+ "win32_socket_init.h",
+ "win32socketinit.h",
+ ]
if (current_os != "winuwp") {
sources += [
"win32_socket_server.cc",
"win32_socket_server.h",
+ "win32socketserver.h",
]
}
}
@@ -1019,6 +1087,7 @@
if (is_android) {
sources += [
+ "ifaddrs-android.h",
"ifaddrs_android.cc",
"ifaddrs_android.h",
]
@@ -1056,6 +1125,7 @@
sources += [
"mac_utils.cc",
"mac_utils.h",
+ "macutils.h",
]
}
@@ -1065,6 +1135,7 @@
"win32.h",
"win32_window.cc",
"win32_window.h",
+ "win32window.h",
]
libs += [
@@ -1118,6 +1189,7 @@
sources = [
"test_client.cc",
"test_client.h",
+ "testclient.h",
]
deps = [
":criticalsection",
@@ -1141,8 +1213,12 @@
"fake_network.h",
"fake_ssl_identity.cc",
"fake_ssl_identity.h",
+ "fakeclock.h",
+ "fakenetwork.h",
+ "fakesslidentity.h",
"firewall_socket_server.cc",
"firewall_socket_server.h",
+ "firewallsocketserver.h",
"memory_stream.cc",
"memory_stream.h",
"memory_usage.cc",
@@ -1153,22 +1229,33 @@
"nat_socket_factory.h",
"nat_types.cc",
"nat_types.h",
+ "natserver.h",
+ "natsocketfactory.h",
+ "nattypes.h",
"proxy_server.cc",
"proxy_server.h",
+ "proxyserver.h",
"server_socket_adapters.cc",
"server_socket_adapters.h",
"sigslot_tester.h",
+ "sigslottester.h",
"sigslottester.h.pump",
"socket_stream.cc",
"socket_stream.h",
+ "socketstream.h",
"test_base64.h",
"test_certificate_verifier.h",
"test_echo_server.cc",
"test_echo_server.h",
"test_utils.cc",
"test_utils.h",
+ "testbase64.h",
+ "testcertificateverifier.h",
+ "testechoserver.h",
+ "testutils.h",
"virtual_socket_server.cc",
"virtual_socket_server.h",
+ "virtualsocketserver.h",
]
deps = [
":checks",