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

Unified Diff: content/browser/BUILD.gn

Issue 2773823002: Use a two-part data format version in IndexedDB metadata. (Closed)
Patch Set: rename blink constants 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
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 92bfe066e7ede65be562e2e5ea760789095dc528..d593359363de75f150185ee771d6ababd915d2e9 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -767,6 +767,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",
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698