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

Unified Diff: content/browser/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
« no previous file with comments | « no previous file | content/browser/indexed_db/database_impl.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 02380e6420a34bdb8fc2730592954882efafdfa1..cc3c5324f6de5859039b4980a9c1f1c7160d2159 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -716,12 +716,8 @@ source_set("browser") {
"indexed_db/indexed_db_internals_ui.h",
"indexed_db/indexed_db_leveldb_coding.cc",
"indexed_db/indexed_db_leveldb_coding.h",
- "indexed_db/indexed_db_observation.cc",
- "indexed_db/indexed_db_observation.h",
"indexed_db/indexed_db_observer.cc",
"indexed_db/indexed_db_observer.h",
- "indexed_db/indexed_db_observer_changes.cc",
- "indexed_db/indexed_db_observer_changes.h",
"indexed_db/indexed_db_pending_connection.cc",
"indexed_db/indexed_db_pending_connection.h",
"indexed_db/indexed_db_quota_client.cc",
« no previous file with comments | « no previous file | content/browser/indexed_db/database_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698