summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index ba2e1df..7c4c0d6 100644
--- a/DEPS
+++ b/DEPS
@@ -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",