Skip to content

Commit

Permalink
Remove URL from base's DEPS
Browse files Browse the repository at this point in the history
+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
  • Loading branch information
brettw@chromium.org committed May 2, 2014
1 parent ef8c7ed commit 8dcf911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8dcf911

Please sign in to comment.