aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/README
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/README
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/README')
-rw-r--r--third_party/README5
1 files changed, 5 insertions, 0 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'.