summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-24 21:47:36 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-24 21:47:36 +0000
commit3c6a5b31e4ad5863c34e76ba82ea7cae6e1a009b (patch)
tree9fc3b89b462354cc5ce47c37ebcb9a98a63a8c18 /DEPS
parentcb5ba75cf843f2c74de2f7116b0c7ad99b95596b (diff)
downloadchromium_src-3c6a5b31e4ad5863c34e76ba82ea7cae6e1a009b.zip
chromium_src-3c6a5b31e4ad5863c34e76ba82ea7cae6e1a009b.tar.gz
chromium_src-3c6a5b31e4ad5863c34e76ba82ea7cae6e1a009b.tar.bz2
Remove gears from chrome's DEPS, since most people don't use it. Gears devs
can add it to their .gclient files instead. Review URL: http://codereview.chromium.org/7987 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 0 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index 7c4c0d6..ba2e1df 100644
--- a/DEPS
+++ b/DEPS
@@ -31,12 +31,6 @@ deps = {
"src/webkit/data/layout_tests/LayoutTests":
"http://svn.webkit.org/repository/webkit/trunk/LayoutTests@36102",
-
- "src/gears/gears":
- "http://gears.googlecode.com/svn/trunk/gears@2919",
-
- "src/gears/third_party":
- "http://gears.googlecode.com/svn/trunk/third_party@2919",
}
include_rules = [
@@ -52,7 +46,6 @@ include_rules = [
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"breakpad",
- "gears",
"sdch",
"skia",
"testing",