aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 21:19:27 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 21:19:27 +0000
commitf01b7cb8d8a5b6339461875d38b0891d83056bc1 (patch)
tree3ebafdbdf963669173536513d8526510eb179993 /third_party
parent1bc8f60e5b83306aaf2b7bb8a95343258dc6dd95 (diff)
Add third_party/externals dir that brings in gyp
git-svn-id: http://skia.googlecode.com/svn/trunk@1505 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'third_party')
-rw-r--r--third_party/externals/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/externals/README b/third_party/externals/README
new file mode 100644
index 0000000000..ca809c41a1
--- /dev/null
+++ b/third_party/externals/README
@@ -0,0 +1,11 @@
+Subversion uses this directory to map in "external" repositories upon which
+we depend.
+
+To see the mappings, cd into this directory and then run:
+svn propget svn:externals .
+
+To modify the mappings, cd into this directory and run:
+svn propedit svn:externals .
+
+See http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html for
+more info.