diff options
Diffstat (limited to 'third_party/libwebrtc/test/peer_scenario/DEPS')
-rw-r--r-- | third_party/libwebrtc/test/peer_scenario/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/libwebrtc/test/peer_scenario/DEPS b/third_party/libwebrtc/test/peer_scenario/DEPS new file mode 100644 index 0000000000..68e9f46087 --- /dev/null +++ b/third_party/libwebrtc/test/peer_scenario/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + "+pc", + "+p2p", +] + |