aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
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 /third_party
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 'third_party')
-rw-r--r--third_party/externals/README12
1 files changed, 3 insertions, 9 deletions
diff --git a/third_party/externals/README b/third_party/externals/README
index 344ee29bff..9b613be928 100644
--- a/third_party/externals/README
+++ b/third_party/externals/README
@@ -11,12 +11,6 @@ See http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html for
more info.
-NOTE: We have disabled our use of these external dependencies, for now, because
-they will fail for anyone using gclient to check out the skia code. (As of
-early 2011, gclient passes --ignore-externals when calling svn update.) See
-http://code.google.com/p/skia/issues/detail?id=291 and
-https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/1f99541c2c5f6c6e
-
-Leaving this directory (and unused external dependency on gyp) in place until
-we figure out the long-term solution. We may start using it again, or replace with
-DEPS, or ???
+NOTE: This set of dependencies must be manually kept in sync with the gclient
+DEPS; the output of "svn propget svn:externals ." should always be equivalent
+to the content of the "DEPS" file within trunk.