Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1695)

Unified Diff: content/common/BUILD.gn

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/indexed_db/webidbfactory_impl.cc ('k') | content/common/indexed_db/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/child/indexed_db/webidbfactory_impl.cc ('k') | content/common/indexed_db/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698