| Index: content/browser/background_sync/BUILD.gn
|
| diff --git a/content/browser/notifications/BUILD.gn b/content/browser/background_sync/BUILD.gn
|
| similarity index 75%
|
| copy from content/browser/notifications/BUILD.gn
|
| copy to content/browser/background_sync/BUILD.gn
|
| index 0f6d5456988125873ebb894c8b61fe8383f46111..55aeded7a53a4379bfa84619a1796410c1e7a0fa 100644
|
| --- a/content/browser/notifications/BUILD.gn
|
| +++ b/content/browser/background_sync/BUILD.gn
|
| @@ -4,8 +4,8 @@
|
|
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| -proto_library("notification_proto") {
|
| +proto_library("background_sync_proto") {
|
| sources = [
|
| - "notification_database_data.proto",
|
| + "background_sync.proto",
|
| ]
|
| }
|
|
|