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

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

Issue 2822453003: Wrap large IndexedDB values into Blobs before writing to LevelDB. (Closed)
Patch Set: Addressed last round of feedback. Created 3 years, 7 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 88d4abdfb1a72ca1b5b5226923d726c9e86c3d6a..29d51128b36abcc5d285c138c8d495c3ddca3e96 100644
--- a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
+++ b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
@@ -45,11 +45,17 @@ blink_modules_sources("indexeddb") {
"IDBOpenDBRequest.h",
"IDBRequest.cpp",
"IDBRequest.h",
+ "IDBRequestLoader.cpp",
+ "IDBRequestLoader.h",
+ "IDBRequestQueueItem.cpp",
+ "IDBRequestQueueItem.h",
"IDBTracing.h",
"IDBTransaction.cpp",
"IDBTransaction.h",
"IDBValue.cpp",
"IDBValue.h",
+ "IDBValueWrapping.cpp",
+ "IDBValueWrapping.h",
"IDBVersionChangeEvent.cpp",
"IDBVersionChangeEvent.h",
"IndexedDB.h",
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698