Index: DEPS |
diff --git a/DEPS b/DEPS |
index bd476bab0bc8c7e4c46f2fb9333c98a8313476d6..1902dcec42bd50ab81ff91d5e99e1dbce723876a 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -53,9 +53,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", |
@@ -511,8 +508,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", |
] |
@@ -521,7 +516,6 @@ skip_child_includes = [ |
"breakpad", |
"chrome_frame", |
"delegate_execute", |
- "googleurl", |
"metro_driver", |
"native_client_sdk", |
"o3d", |