diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 21:47:36 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 21:47:36 +0000 |
commit | 3c6a5b31e4ad5863c34e76ba82ea7cae6e1a009b (patch) | |
tree | 9fc3b89b462354cc5ce47c37ebcb9a98a63a8c18 /DEPS | |
parent | cb5ba75cf843f2c74de2f7116b0c7ad99b95596b (diff) | |
download | chromium_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-- | DEPS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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", |