| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index d40842132f360efc10a64e5a844570cbb6976275..5e4c47c2b977a6f86fc20eda159ce5e56a2aff05 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -555,11 +555,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",
|
| "native_types.mojom",
|
|
|