Follow repository migration of GYP from gyp.googlecode.com to chromium.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
diff --git a/src/DEPS b/src/DEPS
index 5e682f0..309940b 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -32,7 +32,7 @@
   "fonttools_revision": "5ba7d98a4153fad57258fca23b0bcb238717aec3",
   "gtest_revision": "700",
   "gmock_revision": "501",
-  "gyp_revision": "2012",
+  "gyp_revision": "cdf037c1edc0ba3b5d25f8e3973661efe00980cc",
   "jsoncpp_revision": "11086dd6a7eba04289944367ca82cea71299ed70",
   "protobuf_revision": "172019c40bf548908ab09bfd276074c929d48415",
   "wtl_revision": "587",
@@ -51,7 +51,7 @@
   "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":
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index 554972a..a307026 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -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.