Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: third_party/cld/README.chromium

Issue 1632253002: Allocator cleanup: remove CHROME_PROFILER_TIME and rotten tcmalloc deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Compact Language Detection 1 Name: Compact Language Detection
2 Short Name: cld 2 Short Name: cld
3 URL: http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/ 3 URL: http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/
4 Version: 0 4 Version: 0
5 License: BSD 5 License: BSD
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 The CLD is used to determine the language of text. 9 The CLD is used to determine the language of text.
10 10
11 This library is open source Google code. It is currently only 11 This library is open source Google code. It is currently only
12 available from the Chromium tree, and not well-documented otherwise. 12 available from the Chromium tree, and not well-documented otherwise.
13 13
14 Local Modifications: 14 Local Modifications:
15 * Add support for arm64 architecture 15 * Add support for arm64 architecture
16 * Remove dead USE_TCMALLOC #define.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698