summaryrefslogtreecommitdiff
path: root/chromium/README
diff options
context:
space:
mode:
authorkjellander@google.com <kjellander@google.com>2014-09-23 11:13:29 +0000
committerkjellander@google.com <kjellander@google.com>2014-09-23 11:13:29 +0000
commit77ba1546f2b1d9e5066e0efc4d7a204f71e4fb8c (patch)
tree3ec95785d008912fdce515448401787551964ead /chromium/README
parentc52d66d7da19157e6d5fd85193ab775526f1d3de (diff)
downloadlibyuv-77ba1546f2b1d9e5066e0efc4d7a204f71e4fb8c.tar.gz
Make Libyuv work with Chromium Git checkouts
This is very similar to the changes in https://code.google.com/p/webrtc/source/detail?r=6938 TESTED=gclient sync and runhooks on Mac and Linux + building successfully. R=fbarchard@chromium.org Review URL: https://webrtc-codereview.appspot.com/24619004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1089 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'chromium/README')
-rw-r--r--chromium/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/README b/chromium/README
new file mode 100644
index 0000000..127f4b5
--- /dev/null
+++ b/chromium/README
@@ -0,0 +1,5 @@
+This .gclient file is used to do download a copy of Chromium.
+Libyuv uses the Chromium build toolchain and a number of shared
+dependencies by creating symlinks to folders in this checkout,
+using the ../setup_links.py script.
+