| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index cbf0bb5aee63e83c283e1d2c708764ab6ed2d6ef..7e0dfad2c3a116a6b80bfda38924c2a1bee69a87 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -149,8 +149,12 @@ source_set("common") {
|
| "indexed_db/indexed_db_key_range.cc",
|
| "indexed_db/indexed_db_key_range.h",
|
| "indexed_db/indexed_db_messages.h",
|
| + "indexed_db/indexed_db_metadata.cc",
|
| + "indexed_db/indexed_db_metadata.h",
|
| "indexed_db/indexed_db_param_traits.cc",
|
| "indexed_db/indexed_db_param_traits.h",
|
| + "indexed_db/indexed_db_struct_traits.cc",
|
| + "indexed_db/indexed_db_struct_traits.h",
|
| "input/event_with_latency_info.cc",
|
| "input/event_with_latency_info.h",
|
| "input/gesture_event_stream_validator.cc",
|
| @@ -549,11 +553,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",
|
| "media/media_devices.mojom",
|
| "memory_coordinator.mojom",
|
|
|