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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/indexed_db.typemap
diff --git a/content/common/indexed_db/indexed_db.typemap b/content/common/indexed_db/indexed_db.typemap
index f9ff19b055aca7edee891804fa5e4a4de492d9c3..1640ff07cae988b08ba075654e0e2357cd9026b6 100644
--- a/content/common/indexed_db/indexed_db.typemap
+++ b/content/common/indexed_db/indexed_db.typemap
@@ -10,10 +10,7 @@ public_headers = [
"//content/common/indexed_db/indexed_db_metadata.h",
"//third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
]
-traits_headers = [
- "//content/common/indexed_db/indexed_db_enum_traits.h",
- "//content/common/indexed_db/indexed_db_struct_traits.h",
-]
+traits_headers = [ "//content/common/indexed_db/indexed_db_struct_traits.h" ]
type_mappings = [
"indexed_db.mojom.CursorDirection=blink::WebIDBCursorDirection",
"indexed_db.mojom.DatabaseMetadata=content::IndexedDBDatabaseMetadata",
« 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