summaryrefslogtreecommitdiffstats
path: root/base/DEPS
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 16:41:54 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 16:41:54 +0000
commit8dcf9115c14bbb57d8c7ab6344dca6964e085cdd (patch)
tree67de3408775c719636bad23739f59c3b1e56a1d9 /base/DEPS
parentef8c7ed38ea932bd54a0b73e8a0deff33e8570c6 (diff)
downloadchromium_src-8dcf9115c14bbb57d8c7ab6344dca6964e085cdd.zip
chromium_src-8dcf9115c14bbb57d8c7ab6344dca6964e085cdd.tar.gz
chromium_src-8dcf9115c14bbb57d8c7ab6344dca6964e085cdd.tar.bz2
Remove URL from base's DEPS
+url is added at the root, and we don't want base to depend on it. Remove this rule explicitly in base to prevent regressions. R=viettrungluu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267672 Review URL: https://codereview.chromium.org/262773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/DEPS')
-rw-r--r--base/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/DEPS b/base/DEPS
index 648a573..becc92b 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -10,8 +10,9 @@ include_rules = [
"+third_party/modp_b64",
"+third_party/tcmalloc",
- # IPC is implicitly brought in from the root, and we don't want it.
+ # These are implicitly brought in from the root, and we don't want them.
"-ipc",
+ "-url",
# ICU dependendencies must be separate from the rest of base.
"-i18n",