summaryrefslogtreecommitdiffstats
path: root/third_party/cld
diff options
context:
space:
mode:
authorhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-05 11:17:03 +0000
committerhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-05 11:17:03 +0000
commit5e1cd3438ef57e5d6067652c3a895dc607e32b9b (patch)
tree4b2eb0917afecdb069deeb99307c193663cffd6a /third_party/cld
parent7b14092c59ff8eb8174cb49ccfe2d17c99f95fe5 (diff)
downloadchromium_src-5e1cd3438ef57e5d6067652c3a895dc607e32b9b.zip
chromium_src-5e1cd3438ef57e5d6067652c3a895dc607e32b9b.tar.gz
chromium_src-5e1cd3438ef57e5d6067652c3a895dc607e32b9b.tar.bz2
Use Finch to compare the performances of CLD1 and CLD2
Add a compile time constant CLD_VERSION, which indicates the version of CLD. If this is not define, Finch test to compare CLD1 and CLD2 is supposed to be used. By this CL, each platform will have the below status: Linux: Use both CLD1 and CLD2 (and use Finch). Mac OS X: Use both CLD1 and CLD2 (and use Finch). Windows: Use only CLD1 once because now CLD2 can't be compiled on Windows. After we can have CLD2 compiled on Windows, we will use CLD2 and Finch asap. iOS: Still use only CLD1. (It's because it is hard to use both CLD1 and CLD2 on mobile platform because of the binary size impact.) Android: Still use only CLD1. (The same reason as iOS) So some platforms will have two CLD binaries, but this is temporal in the sense that we intend to use Finch only for Dev and Beta channel. Before releasing the stable Chromium version, we decide which version of CLD is adopted, make another CL to use only one CLD, and send a merge request. (Of course, we hope we will be able to adopt CLD2.) BUG=240647 Review URL: https://chromiumcodereview.appspot.com/22867032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/cld')
-rw-r--r--third_party/cld/README.chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cld/README.chromium b/third_party/cld/README.chromium
index af2df72..35074cc 100644
--- a/third_party/cld/README.chromium
+++ b/third_party/cld/README.chromium
@@ -1,7 +1,7 @@
Name: Compact Language Detection
Short Name: cld
URL: http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/
-Version: unknown
+Version: 0
License: BSD
Security Critical: yes