blob: bf45a897ab7fa0f1e69fa7bd8a36a911878b263b [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/indexeddb_key_path.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.IDBKeyPath=blink::IndexedDBKeyPath",
"blink.mojom.IDBOperationType=blink::WebIDBOperationType",
]