Skip to content

Commit

Permalink
Move the directory of CLD2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hajimehoshi@chromium.org committed Sep 2, 2013
1 parent c672787 commit 183b725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}


Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
},
}

Expand Down

0 comments on commit 183b725

Please sign in to comment.