summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-06-12 17:50:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-13 00:51:07 +0000
commitbbbe53c8fd162a8645c847b0bef125574b987f94 (patch)
treed02de7f68bdc4f769b4188371592445998ccdc3b /net/base
parentaa726aa5c1121fc55c9cf5b40e18ca1d0a9b7337 (diff)
downloadchromium_src-bbbe53c8fd162a8645c847b0bef125574b987f94.zip
chromium_src-bbbe53c8fd162a8645c847b0bef125574b987f94.tar.gz
chromium_src-bbbe53c8fd162a8645c847b0bef125574b987f94.tar.bz2
net: Remove npapi entry from DEPS file.
Nothing in net/base is including from third_party/npapi. This also removes zlib from the DEPS file since it is also not included in net/base. BUG=493212 R=mattm@chromium.org Review URL: https://codereview.chromium.org/1180893003 Cr-Commit-Position: refs/heads/master@{#334306}
Diffstat (limited to 'net/base')
-rw-r--r--net/base/DEPS2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/base/DEPS b/net/base/DEPS
index a9837b3..fac79a6 100644
--- a/net/base/DEPS
+++ b/net/base/DEPS
@@ -1,5 +1,3 @@
include_rules = [
- "+third_party/npapi",
- "+third_party/zlib",
"+grit", # For generated headers
]