| 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 6b6c428c3886623ab8e8e1fb2026f1a9a9f27dec..09061a8b2baafa15cb81c6f8f8701dacd3636d25 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -61,6 +61,7 @@ if (is_android) {
|
| "//components/data_use_measurement/core",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| + "//components/previews/core",
|
| "//components/variations",
|
| "//crypto",
|
| "//google_apis",
|
| @@ -86,6 +87,7 @@ static_library("browser") {
|
| "//components/data_use_measurement/core",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| + "//components/previews/core",
|
| "//components/variations",
|
| "//crypto",
|
| "//google_apis",
|
| @@ -182,6 +184,7 @@ source_set("unit_tests") {
|
| "//components/data_reduction_proxy/core/common:test_support",
|
| "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
|
| "//components/prefs:test_support",
|
| + "//components/previews/core",
|
| "//components/variations",
|
| "//net:test_support",
|
| "//testing/gmock",
|
|
|