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

Unified Diff: content/browser/BUILD.gn

Issue 2773823002: Use a two-part data format version in IndexedDB metadata. (Closed)
Patch Set: fix comment Created 3 years, 8 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4f01a125b4729010f0ad94f5f5e0baf83e2880bb..c11c72a43ad910d0a7aa280e0e012bf39c9cced3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -761,6 +761,8 @@ source_set("browser") {
"indexed_db/indexed_db_context_impl.h",
"indexed_db/indexed_db_cursor.cc",
"indexed_db/indexed_db_cursor.h",
+ "indexed_db/indexed_db_data_format_version.cc",
+ "indexed_db/indexed_db_data_format_version.h",
"indexed_db/indexed_db_data_loss_info.h",
"indexed_db/indexed_db_database.cc",
"indexed_db/indexed_db_database.h",

Powered by Google App Engine
This is Rietveld 408576698