summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-01 23:49:14 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-01 23:49:14 +0000
commit12e7bfcef7e7792cace5b35524df2659a5b5f854 (patch)
tree127226c8c9cdb8ba4e002c6190a312ddae1d5f93 /base
parentbf7e9521a599eb09fe7e207aeafdedf9c089bcdd (diff)
downloadchromium_src-12e7bfcef7e7792cace5b35524df2659a5b5f854.zip
chromium_src-12e7bfcef7e7792cace5b35524df2659a5b5f854.tar.gz
chromium_src-12e7bfcef7e7792cace5b35524df2659a5b5f854.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 Review URL: https://codereview.chromium.org/262773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-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",