| Index: content/browser/background_sync/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/proto/BUILD.gn b/content/browser/background_sync/BUILD.gn
|
| similarity index 76%
|
| copy from components/data_reduction_proxy/proto/BUILD.gn
|
| copy to content/browser/background_sync/BUILD.gn
|
| index 889c1067838d1e9f9de8724ac99dc15377ab540f..55aeded7a53a4379bfa84619a1796410c1e7a0fa 100644
|
| --- a/components/data_reduction_proxy/proto/BUILD.gn
|
| +++ b/content/browser/background_sync/BUILD.gn
|
| @@ -4,8 +4,8 @@
|
|
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| -proto_library("data_reduction_proxy_proto") {
|
| +proto_library("background_sync_proto") {
|
| sources = [
|
| - "client_config.proto",
|
| + "background_sync.proto",
|
| ]
|
| }
|
|
|