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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/DEPS

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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 | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/indexeddb/IDBCursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/indexeddb/DEPS
diff --git a/third_party/WebKit/Source/modules/indexeddb/DEPS b/third_party/WebKit/Source/modules/indexeddb/DEPS
index fe479d0c8936052769eefb2b2159c2ea2d195c3d..4670bb31f3385a594549cffdd139754b288a23c0 100644
--- a/third_party/WebKit/Source/modules/indexeddb/DEPS
+++ b/third_party/WebKit/Source/modules/indexeddb/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+bindings",
+ "+content/browser/indexed_db",
"+core",
"+heap",
"-modules",
@@ -8,7 +9,9 @@ include_rules = [
"+modules/IndexedDBNames.h",
"+modules/ModulesExport.h",
"+modules/indexeddb",
+ "+mojo/public/cpp/bindings",
"+platform",
"+public/platform",
+ "+Source/modules/indexeddb/indexed_db.mojom-blink.h",
"-web",
]
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/indexeddb/IDBCursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698