| Index: content/common/indexed_db/indexed_db_error_info.typemap
|
| diff --git a/content/common/indexed_db/indexed_db_error_info.typemap b/content/common/indexed_db/indexed_db_error_info.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..944fbdf8d73c7c0846ea8fc556a0a0413231f314
|
| --- /dev/null
|
| +++ b/content/common/indexed_db/indexed_db_error_info.typemap
|
| @@ -0,0 +1,10 @@
|
| +# 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 = [ "//content/common/indexed_db/indexed_db_database_error.h" ]
|
| +traits_headers =
|
| + [ "//content/common/indexed_db/indexed_db_database_error_struct_traits.h" ]
|
| +type_mappings = [ "indexed_db.mojom.ErrorInfo=content::IndexedDBDatabaseError" ]
|
|
|