| 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" ]
|
|
|