| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 430f96be78bf42b6ca518bdfe170225c1f3d7bca..c914183e7cadc610859871a12e07c1fe81a2718d 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -554,11 +554,15 @@ mojom("mojo_bindings") {
|
| # This interface is internal to content.
|
| visibility = [ "//content/*" ]
|
|
|
| + # indexed_db.mojom uses a native typemap that is not available in Java.
|
| + cpp_only = true
|
| +
|
| sources = [
|
| "associated_interfaces.mojom",
|
| "child_memory_coordinator.mojom",
|
| "frame.mojom",
|
| "image_downloader/image_downloader.mojom",
|
| + "indexed_db/indexed_db.mojom",
|
| "leveldb_wrapper.mojom",
|
| "memory_coordinator.mojom",
|
| "render_frame_message_filter.mojom",
|
|
|