diff options
author | kmarshall <kmarshall@chromium.org> | 2015-10-09 11:47:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-09 18:48:40 +0000 |
commit | 57a3ca35760700f39b186a120c98ab12428bce03 (patch) | |
tree | a5abd708d09d10f6e70ef966f4789bbea028827f /blimp/net/DEPS | |
parent | 9dbfbcfb190f3c0ba60925edd3548b195197ef63 (diff) | |
download | chromium_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/DEPS | 4 |
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", +] |