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

Unified Diff: content/common/BUILD.gn

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Rebase over the Blink reformatting. 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 8159a031f460eed87018202a9eec7c7b281938e4..0607a2a4b6f31cf82a1a6a684c1348741c8ef1e0 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",

Powered by Google App Engine
This is Rietveld 408576698