aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-13 18:08:41 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-13 18:08:41 +0000
commitcc9cf9ac6e95dfbefe85f191fbdfa82a2a9c2036 (patch)
treefe60844d729da3d60dd9099af7d77eccbcdc5556 /DEPS
parentc4a30bf8285f516917af211b8be9b399816b49bc (diff)
Modify DEPS so that it works properly for the buildbot
git-svn-id: http://skia.googlecode.com/svn/trunk@1570 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS25
1 files changed, 11 insertions, 14 deletions
diff --git a/DEPS b/DEPS
index 5524f39b87..571b83c13b 100644
--- a/DEPS
+++ b/DEPS
@@ -1,14 +1,11 @@
-hooks = [
- {
- # This is a hack to download the code in third_party/externals in gclient
- # (it works fine without this hack when you use svn instead of gclient).
- #
- # Because gclient runs svn update with the --ignore_externals flag set,
- # it will not pick up our external dependencies in third_party/externals.
- # So run "svn update" again for these directories.
- #
- # See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/1f99541c2c5f6c6e
- "pattern": ".*",
- "action": ["svn", "update", "trunk/third_party/externals"],
- },
-]
+# Dependencies on outside packages, as needed for developers/bots that use
+# "gclient" instead of raw SVN access.
+#
+# For now, this must be maintained in parallel with "SVN externals"
+# dependencies for developers who use raw SVN instead of "gclient".
+# See third_party/externals/README
+
+use_relative_paths = True
+deps = {
+ "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@930",
+}