Break up chrome/common:common: safe_browsing

This CL breaks off some targets from chrome/common:common.

Context: https://crrev.com/2850863002 introduced a binary size
regression. In order to address it, chrome_logging.* needs to be
pulled out from chrome/common:common to a separate target, but
this turns out to be hard. This CL is a stepping stone.

BUG=717103

Review-Url: https://codereview.chromium.org/2935383003
Cr-Commit-Position: refs/heads/master@{#481204}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 0dd2a76c..50a96e4 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -908,6 +908,7 @@
     "//third_party/libaddressinput:util",
     "//third_party/re2",
     "//third_party/webrtc/modules/desktop_capture",
+    "//third_party/zlib/google:zip",
     "//ui/accessibility:ax_gen",
     "//ui/base",
     "//ui/base/ime",