blob: 79fab3908b50ba986ea34cc62f3f16afd2d95998 [file] [log] [blame]
# 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/blink/public/mojom/indexeddb/indexeddb.mojom"
public_headers = [
"//third_party/blink/public/common/indexeddb/indexeddb_key.h",
"//third_party/blink/public/common/indexeddb/web_idb_types.h",
]
traits_headers =
[ "//third_party/blink/public/common/indexeddb/indexeddb_struct_traits.h" ]
type_mappings = [
"blink.mojom.IDBCursorDirection=blink::WebIDBCursorDirection",
"blink.mojom.IDBDataLoss=blink::WebIDBDataLoss",
"blink.mojom.IDBKey=blink::IndexedDBKey",
"blink.mojom.IDBOperationType=blink::WebIDBOperationType",
]