| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 0d4275b7452177a58bb37324d4de0bb954c4e984..073d166afddb2614e97eab26211af902e56fc0de 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -144,6 +144,7 @@ source_set("common") {
|
|
|
| public_deps = [
|
| ":mojo_bindings",
|
| + ":mojo_bindings_blink",
|
| "//gpu/command_buffer/common",
|
| "//ipc",
|
| "//third_party/WebKit/public:blink_headers",
|
| @@ -514,6 +515,7 @@ mojom("mojo_bindings") {
|
| "background_sync_service.mojom",
|
| "image_downloader/image_downloader.mojom",
|
| "leveldb_wrapper.mojom",
|
| + "notification_service_worker_client.mojom",
|
| "presentation/presentation_service.mojom",
|
| "process_control.mojom",
|
| "render_frame_setup.mojom",
|
|
|