diff options
author | jcivelli@google.com <jcivelli@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 17:42:50 +0000 |
---|---|---|
committer | jcivelli@google.com <jcivelli@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 17:42:50 +0000 |
commit | 1434d76f5422d81028255e538570adbf1f222548 (patch) | |
tree | f4c7280b901ebe9a98c794f0cb7c3db673195754 /third_party | |
parent | 8e4027507e1bea900275a635de8b92aa22a86170 (diff) | |
download | chromium_src-1434d76f5422d81028255e538570adbf1f222548.zip chromium_src-1434d76f5422d81028255e538570adbf1f222548.tar.gz chromium_src-1434d76f5422d81028255e538570adbf1f222548.tar.bz2 |
Adding a missing README.chromium file to the third-party CLD.
BUG=29342
TEST=None
TBR=evan
Review URL: http://codereview.chromium.org/1611015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/cld/README.chromium | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/cld/README.chromium b/third_party/cld/README.chromium new file mode 100644 index 0000000..cb9bf05 --- /dev/null +++ b/third_party/cld/README.chromium @@ -0,0 +1,8 @@ +Name: CLD +Compact Language Detection + +The CLD is used to determine the language of text. + +This library is opened-source Google code. +It is as of now directly checked-in in the Chromium source tree and is only available from there. + |