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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/BUILD.gn

Issue 2320213004: Port IndexedDB open() and database callbacks to Mojo. (Closed)
Patch Set: Make DatabaseClient an associated interface. Created 4 years, 3 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
Index: third_party/WebKit/Source/modules/indexeddb/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
index ffaf7a89c2c554205d8e7e2845d1fdea43db324e..9f68597eaccba2c5cfaa5021263364211dc2c7d1 100644
--- a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
+++ b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
@@ -16,8 +16,6 @@ blink_modules_sources("indexeddb") {
"IDBCursorWithValue.h",
"IDBDatabase.cpp",
"IDBDatabase.h",
- "IDBDatabaseCallbacks.cpp",
- "IDBDatabaseCallbacks.h",
"IDBEventDispatcher.cpp",
"IDBEventDispatcher.h",
"IDBFactory.cpp",
@@ -59,8 +57,6 @@ blink_modules_sources("indexeddb") {
"InspectorIndexedDBAgent.h",
"WebIDBCallbacksImpl.cpp",
"WebIDBCallbacksImpl.h",
- "WebIDBDatabaseCallbacksImpl.cpp",
- "WebIDBDatabaseCallbacksImpl.h",
"WebIDBObserverImpl.cpp",
"WebIDBObserverImpl.h",
]
« no previous file with comments | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | third_party/WebKit/Source/modules/indexeddb/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698