| Index: components/data_reduction_proxy/core/browser/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| index 639472a99aae64aa20be262aaf3f450c6228873d..6b6c428c3886623ab8e8e1fb2026f1a9a9f27dec 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -58,6 +58,7 @@ if (is_android) {
|
| "//base",
|
| "//components/data_reduction_proxy/core/common",
|
| "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
|
| + "//components/data_use_measurement/core",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| "//components/variations",
|
| @@ -82,6 +83,7 @@ static_library("browser") {
|
| ]
|
| deps = [
|
| "//base",
|
| + "//components/data_use_measurement/core",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| "//components/variations",
|
|
|