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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/indexeddb.typemap

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. Created 4 years, 5 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: third_party/WebKit/public/platform/modules/indexeddb/indexeddb.typemap
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/indexeddb.typemap b/third_party/WebKit/public/platform/modules/indexeddb/indexeddb.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..980e20114944049fb3cb2b8f5c5dd0b6c13e156d
--- /dev/null
+++ b/third_party/WebKit/public/platform/modules/indexeddb/indexeddb.typemap
@@ -0,0 +1,12 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom =
+ "//third_party/WebKit/public/platform/modules/indexeddb/indexed_db.mojom"
+public_headers = [ "//third_party/WebKit/Source/modules/indexeddb/IDBKey.h" ]
+traits_headers = [ "//third_party/WebKit/public/platform/modules/indexeddb/indexeddb_struct_traits.h" ]
+deps = [
+ "//modules",
+]
+type_mappings = [ "indexed_db.mojom.Key=indexed_db::mojom::blink::Key" ]

Powered by Google App Engine
This is Rietveld 408576698