0

Move the directory of CLD2

To put the file README.chromium, OWNERS and so on, we need to move the directory of the third-party library.

We cannot assure that it is safe to move from 'third_party/cld2' to 'third_party/cld2/src', so we adopted the new path 'third_party/cld_2'.  See: https://codereview.chromium.org/23301019/

Note: the newer revision (r74) of CLD2 is specified because the newer version includes some security fixes.

BUG=240647

Review URL: https://chromiumcodereview.appspot.com/23449011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220832 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
hajimehoshi@chromium.org
2013-09-02 11:52:55 +00:00
parent c672787769
commit 183b7255fe
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored

@ -186,6 +186,7 @@ v8.log
/third_party/chromeos_login_manager
/third_party/chromeos_text_input
/third_party/chromite
/third_party/cld_2/src
/third_party/cros
/third_party/cros_dbus_cplusplus/source
/third_party/cros_system_api

8
DEPS

@ -250,8 +250,8 @@ deps = {
"src/third_party/mesa/src":
"/trunk/deps/third_party/mesa@210110",
"src/third_party/cld2":
(Var("googlecode_url") % "cld2") + "/trunk@19",
"src/third_party/cld_2/src":
(Var("googlecode_url") % "cld2") + "/trunk@74",
}
@ -340,7 +340,7 @@ deps_os = {
"src/native_client": None,
"src/native_client/src/third_party/ppapi": None,
"src/third_party/angle_dx11": None,
"src/third_party/cld2": None,
"src/third_party/cld_2/src": None,
"src/third_party/bidichecker": None,
"src/third_party/webgl_conformance": None,
"src/third_party/ffmpeg": None,
@ -497,7 +497,7 @@ deps_os = {
"src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille":
(Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/googlecode/eyesfree/braille@797",
"src/third_party/cld2": None,
"src/third_party/cld_2/src": None,
},
}