| Index: content/browser/service_worker/BUILD.gn
|
| diff --git a/content/browser/service_worker/BUILD.gn b/content/browser/service_worker/BUILD.gn
|
| index d9f206615fb571677be606d30992a43a6e41f36d..43a2ff1b43595acc20194a8c83c6e118e707fa03 100644
|
| --- a/content/browser/service_worker/BUILD.gn
|
| +++ b/content/browser/service_worker/BUILD.gn
|
| @@ -4,8 +4,9 @@
|
|
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| -proto_library("database_proto") {
|
| +proto_library("proto") {
|
| sources = [
|
| + "service_worker_cache.proto",
|
| "service_worker_database.proto",
|
| ]
|
| }
|
|
|