diff options
-rw-r--r-- | DEPS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,6 +31,12 @@ 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 = [ @@ -46,6 +52,7 @@ include_rules = [ # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ "breakpad", + "gears", "sdch", "skia", "testing", |