Add tool for generating field trial registry header
The tool will generate a C++ header with all field trials in
REGISTERED_FIELD_TRIALS. This registry will later be used while looking
up field trials from native code to ensure they have been properly
registered in accordance with the policy.
Bug: webrtc:14154
Change-Id: I29bf880735121034585c541c46ef19f617d0afb9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276268
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Emil Lundmark <lndmrk@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38426}
diff --git a/api/DEPS b/api/DEPS
index 62e0486..c8c8ac0 100644
--- a/api/DEPS
+++ b/api/DEPS
@@ -11,6 +11,7 @@
"-common_video",
"-data",
"-examples",
+ "-experiments",
"-g3doc",
"-ios",
"-infra",