Index: DEPS |
diff --git a/DEPS b/DEPS |
index 7a11c9328b293f7ced8a28f495f075163e1aead8..6c7f241b17b92d6442929269a6ec45199a807de8 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -54,9 +54,6 @@ deps = { |
"src/breakpad/src": |
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1199", |
- "src/googleurl": |
- (Var("googlecode_url") % "google-url") + "/trunk@185", |
- |
"src/sdch/open-vcdiff": |
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42", |
@@ -515,8 +512,6 @@ include_rules = [ |
"+third_party/icu/source/common/unicode", |
"+third_party/icu/source/i18n/unicode", |
"+url", |
- # TODO(tfarina): Temporary, until we finish the migration to url. Remove this! |
- "!googleurl", |
] |
@@ -525,7 +520,6 @@ skip_child_includes = [ |
"breakpad", |
"chrome_frame", |
"delegate_execute", |
- "googleurl", |
"metro_driver", |
"native_client_sdk", |
"o3d", |