diff options
Diffstat (limited to 'third_party/libwebrtc/api/test/video/DEPS')
-rw-r--r-- | third_party/libwebrtc/api/test/video/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/libwebrtc/api/test/video/DEPS b/third_party/libwebrtc/api/test/video/DEPS new file mode 100644 index 0000000000..2256b34db2 --- /dev/null +++ b/third_party/libwebrtc/api/test/video/DEPS @@ -0,0 +1,6 @@ +specific_include_rules = { + "test_video_track_source\.h": [ + "+rtc_base/thread_annotations.h", + "+rtc_base/system/no_unique_address.h", + ], +} |