Skip to content

Commit

Permalink
Update repository URLs of third party libraries.
Browse files Browse the repository at this point in the history
With this CL, OSS Mozc officially starts pointing to new repository URLs
of breakpad, gtest, gmock, and japanese-usage-dictionary.

Note that the versions of those libraries will not be changed with this
CL.  Hence no behavior change is intended except that users will be
navigated to new repository URLs from credits files.

BUG=#299
TEST=unittest
REF_BUG=6443612
REF_CL=102014028
  • Loading branch information
yukawa committed Sep 19, 2015
1 parent b7c11c4 commit 8a53a39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions src/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,40 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

vars = {
"breakpad_revision": "1419",
"breakpad_revision": "d2904bb42181bc32c17b26ac4a0604c0e57473cc",
"fonttools_revision": "5ba7d98a4153fad57258fca23b0bcb238717aec3",
"gtest_revision": "707",
"gmock_revision": "513",
"gtest_revision": "1d53731f2c210557caab5660dbe2c578dce6114f",
"gmock_revision": "d478a1f46d51ac2baa3f3b3896139897f24dc2d1",
"gyp_revision": "cdf037c1edc0ba3b5d25f8e3973661efe00980cc",
"jsoncpp_revision": "11086dd6a7eba04289944367ca82cea71299ed70",
"protobuf_revision": "172019c40bf548908ab09bfd276074c929d48415",
"zinnia_revision": "16",
"jsr305_version": "2.0.2",
"zlib_revision": "50893291621658f355bc5b4d450a8d06a563053d",
"japanese_usage_dictionary_revision": "10",
"japanese_usage_dictionary_revision": "e5b3425575734c323e1d947009dd74709437b684",
}

deps = {
"src/third_party/jsoncpp":
"https://github.com/open-source-parsers/jsoncpp.git@" +
Var("jsoncpp_revision"),
"src/third_party/gmock":
"http://googlemock.googlecode.com/svn/trunk@" + Var("gmock_revision"),
"https://github.com/google/googlemock.git@" + Var("gmock_revision"),
"src/third_party/gtest":
"http://googletest.googlecode.com/svn/trunk@" + Var("gtest_revision"),
"https://github.com/google/googletest.git@" + Var("gtest_revision"),
"src/third_party/gyp":
"https://chromium.googlesource.com/external/gyp@" + Var("gyp_revision"),
"src/third_party/protobuf":
"https://github.com/google/protobuf.git@" + Var("protobuf_revision"),
"src/third_party/japanese_usage_dictionary":
"http://japanese-usage-dictionary.googlecode.com/svn/trunk@" +
"https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git@" +
Var("japanese_usage_dictionary_revision"),
}

deps_os = {
"win": {
"src/third_party/breakpad":
"http://google-breakpad.googlecode.com/svn/trunk@" +
"https://chromium.googlesource.com/breakpad/breakpad@" +
Var("breakpad_revision"),
"src/third_party/zinnia/v0_04":
"http://svn.code.sf.net/p/zinnia/code@" +
Expand Down
4 changes: 2 additions & 2 deletions src/data/installer/credits_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h3>Android is licensed as follows:</h3>
<div class="product">
<span class="title">google-breakpad</span>
<span class="homepage">
<a href="http://code.google.com/p/google-breakpad/">homepage</a></span>
<a href="https://chromium.googlesource.com/breakpad/breakpad">homepage</a></span>
<div class="licence">
<h3>google-breakpad is licensed as follows:</h3>
<pre>
Expand Down Expand Up @@ -638,7 +638,7 @@ <h3>IPAdic is licensed as follows:</h3>
<div class="product">
<span class="title">Japanese Usage Dictionary</span>
<span class="homepage">
<a href="http://japanese-usage-dictionary.googlecode.com">homepage</a></span>
<a href="https://github.com/hiroyuki-komatsu/japanese-usage-dictionary">homepage</a></span>
<div class="licence">
<h3>Japanese Usage Dictionary is licensed as follows:</h3>
<pre>
Expand Down
4 changes: 2 additions & 2 deletions src/data/installer/credits_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h3>Android のライセンス:</h3>
<div class="product">
<span class="title">google-breakpad</span>
<span class="homepage">
<a href="http://code.google.com/p/google-breakpad/">ホームページ</a></span>
<a href="https://chromium.googlesource.com/breakpad/breakpad">ホームページ</a></span>
<div class="licence">
<h3>google-breakpad のライセンス:</h3>
<pre>
Expand Down Expand Up @@ -638,7 +638,7 @@ <h3>IPAdic のライセンス:</h3>
<div class="product">
<span class="title">Japanese Usage Dictionary</span>
<span class="homepage">
<a href="http://japanese-usage-dictionary.googlecode.com">ホームページ</a></span>
<a href="https://github.com/hiroyuki-komatsu/japanese-usage-dictionary">ホームページ</a></span>
<div class="licence">
<h3>Japanese Usage Dictionary のライセンス:</h3>
<pre>
Expand Down
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2119
BUILD=2120
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down

0 comments on commit 8a53a39

Please sign in to comment.