Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 5218da632290660372b30f21b02d1f07730e2ebd..2403fa2bde9b4859c5e39f007835d9275f165ff2 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", |
| ] |