Skip to content

Commit

Permalink
Follow repository migration of GYP from gyp.googlecode.com to chromiu…
Browse files Browse the repository at this point in the history
…m.googlesource.com

Recently GYP projects moved their repository from googlecode.com to googlesource.com.  Thus our DEPS file needs to be updated to follow the URL change.

New GYP Repository Location:
  https://chromium.googlesource.com/external/gyp/
Announcement in gyp-developer ML:
  https://groups.google.com/forum/#!topic/gyp-developer/Z7j-ZMrpWR0

Note that this CL doesn't change the pointed revision of GYP.  Hence no behavior change is intended.

BUG=none
TEST=unittest

git-svn-id: https://mozc.googlecode.com/svn/trunk@564 a6090854-d499-a067-5803-1114d4e51264
  • Loading branch information
yukawa committed Apr 11, 2015
1 parent 0556a8b commit 57aa5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vars = {
"fonttools_revision": "5ba7d98a4153fad57258fca23b0bcb238717aec3",
"gtest_revision": "700",
"gmock_revision": "501",
"gyp_revision": "2012",
"gyp_revision": "cdf037c1edc0ba3b5d25f8e3973661efe00980cc",
"jsoncpp_revision": "11086dd6a7eba04289944367ca82cea71299ed70",
"protobuf_revision": "172019c40bf548908ab09bfd276074c929d48415",
"wtl_revision": "587",
Expand All @@ -51,7 +51,7 @@ deps = {
"src/third_party/gtest":
"http://googletest.googlecode.com/svn/trunk@" + Var("gtest_revision"),
"src/third_party/gyp":
"http://gyp.googlecode.com/svn/trunk@" + Var("gyp_revision"),
"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":
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=2073
BUILD=2074
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 57aa5c3

Please sign in to comment.