diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-15 22:18:40 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-15 22:18:40 +0000 |
commit | 030bdf761f264aa1541a9bf26221fa47e24d5d6e (patch) | |
tree | 9f97599c9a52ef53f35c92e0ae09d31f41ae194c /build | |
parent | 30b0252c5534d65a19b1b98d2ae72fbbfe5a5952 (diff) | |
download | chromium_src-030bdf761f264aa1541a9bf26221fa47e24d5d6e.zip chromium_src-030bdf761f264aa1541a9bf26221fa47e24d5d6e.tar.gz chromium_src-030bdf761f264aa1541a9bf26221fa47e24d5d6e.tar.bz2 |
Add Compact Language Detection (CLD) library to Chrome. This works in Windows only currently.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/122007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18445 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5f0ee95..24b0b42 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -63,6 +63,7 @@ '../sandbox/sandbox.gyp:*', '../third_party/bsdiff/bsdiff.gyp:*', '../third_party/bspatch/bspatch.gyp:*', + '../third_party/cld/cld.gyp:*', '../third_party/tcmalloc/tcmalloc.gyp:*', '../tools/memory_watcher/memory_watcher.gyp:*', '../webkit/activex_shim/activex_shim.gyp:*', |