From 030bdf761f264aa1541a9bf26221fa47e24d5d6e Mon Sep 17 00:00:00 2001 From: "sidchat@google.com" Date: Mon, 15 Jun 2009 22:18:40 +0000 Subject: 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 --- chrome/chrome.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d941676..611d1db 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1756,6 +1756,7 @@ '../google_update/google_update.gyp:google_update', 'installer/installer.gyp:installer_util', '../printing/printing.gyp:printing', + '../third_party/cld/cld.gyp:cld', '../views/views.gyp:views', '../gears/gears.gyp:gears', ], @@ -3959,6 +3960,7 @@ '../third_party/bsdiff/bsdiff.gyp:*', '../third_party/bspatch/bspatch.gyp:*', '../third_party/bzip2/bzip2.gyp:*', + '../third_party/cld/cld.gyp:cld', '../third_party/codesighs/codesighs.gyp:*', '../third_party/ffmpeg/ffmpeg.gyp:*', '../third_party/icu38/icu38.gyp:*', @@ -4008,6 +4010,7 @@ #'theme_dll', 'worker', '../net/net.gyp:net_resources', + '../third_party/cld/cld.gyp:cld', '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', '../views/views.gyp:views', '../webkit/webkit.gyp:webkit_resources', -- cgit v1.1