Skip to content

Commit

Permalink
Switching from the old (CLD2) to the new (CLD3) language detector.
Browse files Browse the repository at this point in the history
Note:
I ran tools/linux/dump-static-initializers.py on CLD3. It did not find any static initializers.

BUG=624904

Review-Url: https://codereview.chromium.org/2244683002
Cr-Commit-Position: refs/heads/master@{#411677}
  • Loading branch information
abakalov authored and Commit bot committed Aug 12, 2016
1 parent c55b707 commit 5b70d35
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 5b70d35

Please sign in to comment.