webrtc/api/environment
Danil Chapovalov 9fdceb80b5 Add environment_construction poison
This poison guards against accidental use of EnvironmentFactory and thus ensures low level WebRTC class would use utilities from propagated environment instead of accidentally using a default implementation.

This poison extends and thus replaces default task queue poison.

Bug: webrtc:15656
Change-Id: I577bef8af08b9c7dd649ad5a2284eb236e6f4a8f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/328380
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41247}
2023-11-27 11:44:50 +00:00
..
BUILD.gn Add environment_construction poison 2023-11-27 11:44:50 +00:00
environment.h Implement means to create an Environment 2023-11-23 12:19:28 +00:00
environment_factory.cc Implement means to create an Environment 2023-11-23 12:19:28 +00:00
environment_factory.h Implement means to create an Environment 2023-11-23 12:19:28 +00:00
environment_unittest.cc Implement means to create an Environment 2023-11-23 12:19:28 +00:00
OWNERS