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

Side by Side Diff: content/common/indexed_db/indexed_db.typemap

Issue 2642973006: Include AIDL files in the presubmit check for IPC security. (Closed)
Patch Set: Move `using` statements. Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « content/common/indexed_db/OWNERS ('k') | content/common/indexed_db/indexed_db_enum_traits.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 mojom = "//content/common/indexed_db/indexed_db.mojom" 5 mojom = "//content/common/indexed_db/indexed_db.mojom"
6 public_headers = [ 6 public_headers = [
7 "//content/common/indexed_db/indexed_db_key.h", 7 "//content/common/indexed_db/indexed_db_key.h",
8 "//content/common/indexed_db/indexed_db_key_path.h", 8 "//content/common/indexed_db/indexed_db_key_path.h",
9 "//content/common/indexed_db/indexed_db_key_range.h", 9 "//content/common/indexed_db/indexed_db_key_range.h",
10 "//content/common/indexed_db/indexed_db_metadata.h", 10 "//content/common/indexed_db/indexed_db_metadata.h",
11 "//third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 11 "//third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
12 ] 12 ]
13 traits_headers = [ 13 traits_headers = [ "//content/common/indexed_db/indexed_db_struct_traits.h" ]
14 "//content/common/indexed_db/indexed_db_enum_traits.h",
15 "//content/common/indexed_db/indexed_db_struct_traits.h",
16 ]
17 type_mappings = [ 14 type_mappings = [
18 "indexed_db.mojom.CursorDirection=blink::WebIDBCursorDirection", 15 "indexed_db.mojom.CursorDirection=blink::WebIDBCursorDirection",
19 "indexed_db.mojom.DatabaseMetadata=content::IndexedDBDatabaseMetadata", 16 "indexed_db.mojom.DatabaseMetadata=content::IndexedDBDatabaseMetadata",
20 "indexed_db.mojom.DataLoss=blink::WebIDBDataLoss", 17 "indexed_db.mojom.DataLoss=blink::WebIDBDataLoss",
21 "indexed_db.mojom.IndexKeys=content::IndexedDBIndexKeys", 18 "indexed_db.mojom.IndexKeys=content::IndexedDBIndexKeys",
22 "indexed_db.mojom.IndexMetadata=content::IndexedDBIndexMetadata", 19 "indexed_db.mojom.IndexMetadata=content::IndexedDBIndexMetadata",
23 "indexed_db.mojom.Key=content::IndexedDBKey", 20 "indexed_db.mojom.Key=content::IndexedDBKey",
24 "indexed_db.mojom.KeyPath=content::IndexedDBKeyPath", 21 "indexed_db.mojom.KeyPath=content::IndexedDBKeyPath",
25 "indexed_db.mojom.KeyRange=content::IndexedDBKeyRange", 22 "indexed_db.mojom.KeyRange=content::IndexedDBKeyRange",
26 "indexed_db.mojom.ObjectStoreMetadata=content::IndexedDBObjectStoreMetadata", 23 "indexed_db.mojom.ObjectStoreMetadata=content::IndexedDBObjectStoreMetadata",
27 "indexed_db.mojom.OperationType=blink::WebIDBOperationType", 24 "indexed_db.mojom.OperationType=blink::WebIDBOperationType",
28 "indexed_db.mojom.PutMode=blink::WebIDBPutMode", 25 "indexed_db.mojom.PutMode=blink::WebIDBPutMode",
29 "indexed_db.mojom.TaskType=blink::WebIDBTaskType", 26 "indexed_db.mojom.TaskType=blink::WebIDBTaskType",
30 "indexed_db.mojom.TransactionMode=blink::WebIDBTransactionMode", 27 "indexed_db.mojom.TransactionMode=blink::WebIDBTransactionMode",
31 ] 28 ]
OLDNEW
« no previous file with comments | « content/common/indexed_db/OWNERS ('k') | content/common/indexed_db/indexed_db_enum_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698