summaryrefslogtreecommitdiffstats
path: root/gears
diff options
context:
space:
mode:
Diffstat (limited to 'gears')
-rw-r--r--gears/DEPS28
1 files changed, 28 insertions, 0 deletions
diff --git a/gears/DEPS b/gears/DEPS
new file mode 100644
index 0000000..8c202e6
--- /dev/null
+++ b/gears/DEPS
@@ -0,0 +1,28 @@
+# We pull 3 components from the Chrome tree at this revision.
+chrome_rev = '@4086'
+
+# We pull 2 components from the Gears tree at this revision.
+gears_rev = '@2951'
+
+deps = {
+ "src/build":
+ "svn://chrome-svn/chrome/trunk/src/build" + chrome_rev,
+
+ "src/site_scons":
+ "svn://chrome-svn/chrome/trunk/src/site_scons" + chrome_rev,
+
+ "src/third_party/scons":
+ "svn://chrome-svn/chrome/trunk/src/third_party/scons" + chrome_rev,
+
+ "src/gears/gears":
+ "http://gears.googlecode.com/svn/trunk/gears" + gears_rev,
+
+ "src/gears/third_party":
+ "http://gears.googlecode.com/svn/trunk/third_party" + gears_rev,
+}
+
+# checkdeps.py shouldn't check include paths for files in these dirs:
+skip_child_includes = [
+ "gears",
+ "third_party",
+]