| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index bdb88b332e2cd7835cbd124f16d816ad7d53f2c4..a3c06bcadd714a55d1b0bf3bfc7aad15746af8d8 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -138,13 +138,6 @@ source_set("common_sources") {
|
| }
|
| }
|
|
|
| -mojom("mojo_bindings") {
|
| - sources = [
|
| - "background_sync.mojom",
|
| - "service_worker_event_status.mojom",
|
| - ]
|
| -}
|
| -
|
| buildflag_header("features") {
|
| header = "features.h"
|
|
|
|
|