Rewrite git/gerrit/gerrit-int urls to googlesource

BUG=chromium:281665,chromium:290413

TEST=None

Change-Id: I0e7b68f02a5eea83f997d13356869246596bd8da
Reviewed-on: https://chromium-review.googlesource.com/171252
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/README.chromium b/README.chromium
index 5cef519..f890dc1 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,7 +1,7 @@
 DESCRIPTION="bootcache - reads the block trace taken during boot and makes a boot cache store."
 HOMEPAGE="None"
 UPSTREAM_REPO="None"
-LOCAL_GIT_REPO="git://git.chromium.org/bootcache"
+LOCAL_GIT_REPO="git://chromium.googlesource.com/bootcache"
 UPSTREAM_BUGSDB="None"
 LOCAL_BUGSDB="http://code.google.com/p/chromium/issues/list"
 LICENSE="GPLv2"
diff --git a/common.mk b/common.mk
index 7533291..9206735 100644
--- a/common.mk
+++ b/common.mk
@@ -7,7 +7,7 @@
 #
 # NOTE NOTE NOTE
 #  The authoritative common.mk is located in:
-#    http://git.chromium.org/gitweb/?p=chromiumos/platform/common-mk.git
+#    https://chromium.googlesource.com/chromiumos/platform/common-mk.git
 #  Please make all changes there, then copy into place in other repos.
 # NOTE NOTE NOTE
 #