summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 5218da6..2403fa2 100644
--- a/DEPS
+++ b/DEPS
@@ -506,7 +506,6 @@ include_rules = [
# Everybody can use some things.
"+base",
"+build",
- "+googleurl",
"+ipc",
# Everybody can use headers generated by tools/generate_library_loader.
@@ -515,6 +514,8 @@ include_rules = [
"+testing",
"+third_party/icu/public",
"+url",
+ # TODO(tfarina): Temporary, until we finish the migration to url. Remove this!
+ "!googleurl",
]