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

Unified Diff: content/child/BUILD.gn

Issue 2511403003: Send IndexedDB observations through IDBDatabaseCallbacks. (Closed)
Patch Set: Remove unnecessary forward declaration. Created 4 years, 1 month 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/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 47e1f7fc5ef0888e13d3273b681438072924b1c0..133533e897403541830fbd62e303204e0e6297d3 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -107,8 +107,6 @@ target(link_target_type, "child") {
"indexed_db/indexed_db_dispatcher.h",
"indexed_db/indexed_db_key_builders.cc",
"indexed_db/indexed_db_key_builders.h",
- "indexed_db/indexed_db_message_filter.cc",
- "indexed_db/indexed_db_message_filter.h",
"indexed_db/webidbcursor_impl.cc",
"indexed_db/webidbcursor_impl.h",
"indexed_db/webidbdatabase_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698