aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-12 14:57:33 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-12 14:57:33 +0000
commitfbe03bcdec5dd16a80f868b524edbf9e9ca41171 (patch)
treec6d2882db708e7515970570afc176ab5163dc507 /third_party
parent24ed8d721979d891b5fbdfd59dfdd0902778b912 (diff)
Remove svn:externals and update the README.
git-svn-id: http://skia.googlecode.com/svn/trunk@9529 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'third_party')
-rw-r--r--third_party/README5
-rw-r--r--third_party/externals/README16
2 files changed, 5 insertions, 16 deletions
diff --git a/third_party/README b/third_party/README
new file mode 100644
index 0000000000..b9ea716649
--- /dev/null
+++ b/third_party/README
@@ -0,0 +1,5 @@
+This directory contains a set of dependencies that are needed to build various
+components and tools within Skia. Some of these dependencies reside within
+the Skia repo, while others are pulled from other repositories and placed
+in the third_party/externals directory. These external dependencies are defined
+in a DEPS file and are kept up-to-date using 'gclient sync'.
diff --git a/third_party/externals/README b/third_party/externals/README
deleted file mode 100644
index 9b613be928..0000000000
--- a/third_party/externals/README
+++ /dev/null
@@ -1,16 +0,0 @@
-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.
-
-
-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.