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