Skip to content

Commit

Permalink
Switching from the old language detector (CLD2) to the new one (CLD3)
Browse files Browse the repository at this point in the history
BUG=624904

Review-Url: https://codereview.chromium.org/2243433002
Cr-Commit-Position: refs/heads/master@{#411377}
  • Loading branch information
abakalov authored and Commit bot committed Aug 11, 2016
1 parent 3ecdf6e commit c2d06cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/cld/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import("//build/buildflag_header.gni")

# Specifies which language identification model to use: CLD2 or CLD3.
cld_version = 2
cld_version = 3

buildflag_header("cld_version") {
header = "cld_version.h"
Expand Down

0 comments on commit c2d06cc

Please sign in to comment.