webrtc/p2p/base
Mirko Bonadei 17f4878419 Remove deprecated field_trial_default and metrics_default.
This CL removes some deprecated build targets (and their headers)
from system_wrappers:
- field_trial_api
- field_trial_default
- metrics_api
- metrics_default

It also refreshes all the dependencies on field_trial.h and metrics.h.

A nice side effect is that it is finally possible to remove 'nogncheck'
from the following files (when it was used with field_trial_default
and metrics_default):
- sdk/objc/api/peerconnection/RTCMetricsSampleInfo+Private.h
- sdk/android/src/jni/pc/peerconnectionfactory.cc
- sdk/objc/api/peerconnection/RTCFieldTrials.mm

Bug: webrtc:9631
Change-Id: Ib621f41ef8ad0aba4fe1c1d7e749c044afc956c3
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/100524
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24878}
2018-09-28 07:21:07 +00:00
..
asyncstuntcpsocket_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncstuntcpsocket.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncstuntcpsocket.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
basicasyncresolverfactory_unittest.cc Add AsyncResolverFactory interface and basic implementation. 2018-08-02 21:20:15 +00:00
basicasyncresolverfactory.cc Add AsyncResolverFactory interface and basic implementation. 2018-08-02 21:20:15 +00:00
basicasyncresolverfactory.h Add AsyncResolverFactory interface and basic implementation. 2018-08-02 21:20:15 +00:00
basicpacketsocketfactory.cc Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
basicpacketsocketfactory.h Fix cpplint errors in p2p/ 2017-12-06 21:33:36 +00:00
candidatepairinterface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
dtlstransport_unittest.cc Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
dtlstransport.cc Change DtlsTransport to use a ThreadChecker 2018-07-23 19:36:02 +00:00
dtlstransport.h Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
dtlstransportinternal.cc Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. 2017-11-13 22:50:11 +00:00
dtlstransportinternal.h Implement certificate chain stats. 2018-02-24 00:44:06 +00:00
fakecandidatepair.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
fakedtlstransport.h Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
fakeicetransport.h Remove MetricsObserverInterface. 2018-07-19 23:00:20 +00:00
fakepackettransport.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
fakeportallocator.h Reland "Refactor the regathering of candidates in P2PTransportChannel." 2018-06-14 01:40:45 +00:00
icetransportinternal.cc Make rtc::Optional IceConfig parameters interpreted consistently. 2018-03-23 02:10:54 +00:00
icetransportinternal.h Remove MetricsObserverInterface. 2018-07-19 23:00:20 +00:00
mdns_message_unittest.cc Add the multicast DNS message format. 2018-08-31 00:02:44 +00:00
mdns_message.cc Add the multicast DNS message format. 2018-08-31 00:02:44 +00:00
mdns_message.h Add the multicast DNS message format. 2018-08-31 00:02:44 +00:00
mockasyncresolver.h Add MDnsResponderInterface and obfuscate local IP addresses in gathering. 2018-09-13 07:16:42 +00:00
mockicetransport.h Remove MetricsObserverInterface. 2018-07-19 23:00:20 +00:00
p2pconstants.cc Revert "Reland "Enable any address ports by default."" 2018-08-23 18:52:49 +00:00
p2pconstants.h Revert "Reland "Enable any address ports by default."" 2018-08-23 18:52:49 +00:00
p2ptransportchannel_unittest.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
p2ptransportchannel.cc Simplify includes in p2ptransportchannel.cc 2018-09-18 16:59:52 +00:00
p2ptransportchannel.h Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
packetlossestimator_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packetlossestimator.cc Remove stringstreams from p2p/ 2018-06-12 08:08:57 +00:00
packetlossestimator.h Remove stringstreams from p2p/ 2018-06-12 08:08:57 +00:00
packetsocketfactory.cc Move inlined methods from p2p/base/packetsocketfactory.h 2017-10-26 23:14:37 +00:00
packetsocketfactory.h Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
packettransportinterface.h Fix cpplint errors in p2p/ 2017-12-06 21:33:36 +00:00
packettransportinternal.cc Replace rtc::Optional with absl::optional in media, ortc, p2p 2018-06-16 07:09:59 +00:00
packettransportinternal.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
port_unittest.cc Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
port.cc Fix a bug that the local hostname candidate with a known address is 2018-09-25 17:33:53 +00:00
port.h Add MDnsResponderInterface and obfuscate local IP addresses in gathering. 2018-09-13 07:16:42 +00:00
portallocator_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
portallocator.cc Replace rtc::Optional with absl::optional in media, ortc, p2p 2018-06-16 07:09:59 +00:00
portallocator.h Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
portinterface.cc Fix clang style warnings in p2p/base/port.h and its subclasses 2017-10-30 18:44:09 +00:00
portinterface.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pseudotcp_unittest.cc Fixing bug with PseudoTcp that corrupts data if initial packet is lost. 2018-05-31 18:54:58 +00:00
pseudotcp.cc Demote RTC_NOTREACHED in pseudotcp RTT processing to warning. 2018-09-05 13:05:05 +00:00
pseudotcp.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
regatheringcontroller_unittest.cc Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" 2018-07-12 21:35:47 +00:00
regatheringcontroller.cc Replace rtc::Optional with absl::optional in media, ortc, p2p 2018-06-16 07:09:59 +00:00
regatheringcontroller.h Replace rtc::Optional with absl::optional in media, ortc, p2p 2018-06-16 07:09:59 +00:00
relayport_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
relayport.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
relayport.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
relayserver_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
relayserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
relayserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stun_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
stun.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
stun.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stunport_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stunport.cc Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00
stunport.h Ad-hoc rate limiting for UDPPort::SendTo failures. 2018-08-23 18:06:57 +00:00
stunrequest_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stunrequest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
stunrequest.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
stunserver_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
stunserver.cc Revert "Reland "Enable any address ports by default."" 2018-08-23 18:52:49 +00:00
stunserver.h Revert "Reland "Enable any address ports by default."" 2018-08-23 18:52:49 +00:00
tcpport_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
tcpport.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
tcpport.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testrelayserver.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
teststunserver.cc Revert "Reland "Enable any address ports by default."" 2018-08-23 18:52:49 +00:00
teststunserver.h Enable the clang style plugin for the stunprober target 2017-10-26 04:40:25 +00:00
testturncustomizer.h Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
testturnserver.h Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
transport.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transportdescription.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transportdescription.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transportdescriptionfactory_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transportdescriptionfactory.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transportdescriptionfactory.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transportfactoryinterface.h Create the JsepTransportController and JsepTransport2. 2018-02-23 00:13:45 +00:00
transportinfo.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
turnport_unittest.cc Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
turnport.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
turnport.h Revert "Add SSLConfig object to IceServer." 2018-09-12 10:46:04 +00:00
turnserver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
turnserver.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
turnserver.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
udpport.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
udptransport_unittest.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
udptransport.cc Replace rtc::Optional with absl::optional in media, ortc, p2p 2018-06-16 07:09:59 +00:00
udptransport.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00