| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 373d3430cfdd31ecffce3c8504eed9471579a711..a71f2424452e4c79d7be0c6bd6d0b923c24f5faa 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -561,9 +561,11 @@ mojom("mojo_bindings") {
|
| "image_downloader/image_downloader.mojom",
|
| "leveldb_wrapper.mojom",
|
| "memory_coordinator.mojom",
|
| + "native_types.mojom",
|
| "render_frame_message_filter.mojom",
|
| "render_message_filter.mojom",
|
| "render_widget_window_tree_client_factory.mojom",
|
| + "renderer.mojom",
|
| "service_worker/embedded_worker_setup.mojom",
|
| "storage_partition_service.mojom",
|
| "url_loader.mojom",
|
| @@ -576,6 +578,7 @@ mojom("mojo_bindings") {
|
| "//components/leveldb/public/interfaces",
|
| "//content/public/common:interfaces",
|
| "//device/sensors/public/interfaces",
|
| + "//ipc:mojom",
|
| "//services/shell/public/interfaces",
|
| "//services/ui/public/interfaces",
|
| "//skia/public/interfaces",
|
|
|