| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 551b93a4d0573e5fdef30bf1f202f6e10dd2e8f1..a67bf9cb6f5d2e23675ef2ef0863e8045ec8f069 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -55,9 +55,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",
|
|
|
| @@ -513,8 +510,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",
|
| ]
|
|
|
|
|
| @@ -523,7 +518,6 @@ skip_child_includes = [
|
| "breakpad",
|
| "chrome_frame",
|
| "delegate_execute",
|
| - "googleurl",
|
| "metro_driver",
|
| "native_client_sdk",
|
| "o3d",
|
|
|