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

Unified Diff: third_party/WebKit/Source/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: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/Source/modules/indexeddb/indexeddb.typemap
diff --git a/third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap b/third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..056dbae09e1519568bb8a01560e61538bf25b652
--- /dev/null
+++ b/third_party/WebKit/Source/modules/indexeddb/indexeddb.typemap
@@ -0,0 +1,18 @@
+# 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/Source/modules/indexeddb/indexed_db.mojom"
+public_headers = [
+ #"//third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h",
+ "//third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
+]
+traits_headers =
+ [ "//third_party/WebKit/Source/modules/indexeddb/IDBStructTraits.h" ]
+deps = []
+type_mappings = [
+ "indexed_db.mojom.DataLoss=::blink::WebIDBDataLoss",
+ #"indexed_db.mojom.DatabaseMetadata=::blink::IDBDatabaseMetadata",
+ #"indexed_db.mojom.IndexMetadata=::blink::IDBIndexMetadata",
+ #"indexed_db.mojom.ObjectStoreMetadata=::blink::IDBObjectStoreMetadata",
+]
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/indexed_db.mojom ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698