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

Unified Diff: content/common/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
« no previous file with comments | « content/child/indexed_db/webidbfactory_impl.cc ('k') | content/common/indexed_db/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index c1225cca772cbdb1503d296cd7a32ee5f21f0041..eeaf5549c82b4fe60f2953942e97a8549df448e0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -141,6 +141,8 @@ source_set("common") {
"in_process_child_thread_params.cc",
"in_process_child_thread_params.h",
"indexed_db/indexed_db_constants.h",
+ "indexed_db/indexed_db_database_error.cc",
+ "indexed_db/indexed_db_database_error.h",
"indexed_db/indexed_db_key.cc",
"indexed_db/indexed_db_key.h",
"indexed_db/indexed_db_key_path.cc",
« no previous file with comments | « content/child/indexed_db/webidbfactory_impl.cc ('k') | content/common/indexed_db/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698