diff options
Diffstat (limited to 'third_party/libwebrtc/system_wrappers/source/DEPS')
-rw-r--r-- | third_party/libwebrtc/system_wrappers/source/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/libwebrtc/system_wrappers/source/DEPS b/third_party/libwebrtc/system_wrappers/source/DEPS new file mode 100644 index 0000000000..ac7f5a234f --- /dev/null +++ b/third_party/libwebrtc/system_wrappers/source/DEPS @@ -0,0 +1,6 @@ +specific_include_rules = { + # TODO(bugs.webrtc.org/10335): Remove rule when global string is removed. + "field_trial\.cc": [ + "+experiments/registered_field_trials.h", + ], +} |