| Index: components/google/core/browser/BUILD.gn
|
| diff --git a/components/google/core/browser/BUILD.gn b/components/google/core/browser/BUILD.gn
|
| index 67f502e105c5bf7a57f6edb3a4a220d4d7ad75d6..96ada900a7121a051aaf04d783c06d0658b1e3db 100644
|
| --- a/components/google/core/browser/BUILD.gn
|
| +++ b/components/google/core/browser/BUILD.gn
|
| @@ -17,16 +17,19 @@ static_library("browser") {
|
| "google_util.h",
|
| ]
|
|
|
| - deps = [
|
| + public_deps = [
|
| "//base",
|
| - "//components/data_use_measurement/core",
|
| "//components/keyed_service/core",
|
| + "//net",
|
| + "//url",
|
| + ]
|
| +
|
| + deps = [
|
| + "//components/data_use_measurement/core",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| "//components/strings",
|
| "//components/url_formatter",
|
| - "//net",
|
| - "//url",
|
| ]
|
| }
|
|
|
|
|