diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", ] |