| 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 e3348a9ac6b90c83d28ac71c9c7b5ed76c98dc2b..a7e5b16493f82155c3af58f01ee2ca88dac85b31 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -37,9 +37,7 @@ static_library("browser") {
|
| "//net",
|
| ]
|
| if (!is_android && !is_ios) {
|
| - deps += [
|
| - "//google_apis",
|
| - ]
|
| + deps += [ "//google_apis" ]
|
| }
|
| }
|
|
|
|
|