diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-08 15:34:21 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-08 15:34:21 +0000 |
commit | e7ccdb3befa08c9db6542a0c7e7e75363098cec0 (patch) | |
tree | 6ba812c4a07e7b5426dbd3114ab25470a687af2f /third_party/externals/README | |
parent | ddab2276cb09d0c74018af45184ae93138e3230b (diff) |
revert to manually imported gyp source (from SVN externals)
git-svn-id: http://skia.googlecode.com/svn/trunk@1541 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'third_party/externals/README')
-rw-r--r-- | third_party/externals/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/externals/README b/third_party/externals/README index ca809c41a1..344ee29bff 100644 --- a/third_party/externals/README +++ b/third_party/externals/README @@ -9,3 +9,14 @@ svn propedit svn:externals . 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 ??? |