summaryrefslogtreecommitdiffstats
path: root/blimp/net/DEPS
diff options
context:
space:
mode:
authorkmarshall <kmarshall@chromium.org>2015-10-09 11:47:38 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-09 18:48:40 +0000
commit57a3ca35760700f39b186a120c98ab12428bce03 (patch)
treea5abd708d09d10f6e70ef966f4789bbea028827f /blimp/net/DEPS
parent9dbfbcfb190f3c0ba60925edd3548b195197ef63 (diff)
downloadchromium_src-57a3ca35760700f39b186a120c98ab12428bce03.zip
chromium_src-57a3ca35760700f39b186a120c98ab12428bce03.tar.gz
chromium_src-57a3ca35760700f39b186a120c98ab12428bce03.tar.bz2
Add net/base and net/socket DEPS to Blimp net source tree.
R=mmenke@chromium.org BUG= Review URL: https://codereview.chromium.org/1399763003 Cr-Commit-Position: refs/heads/master@{#353341}
Diffstat (limited to 'blimp/net/DEPS')
-rw-r--r--blimp/net/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/blimp/net/DEPS b/blimp/net/DEPS
new file mode 100644
index 0000000..7bb1081
--- /dev/null
+++ b/blimp/net/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+net/base",
+ "+net/socket",
+]