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