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

Unified Diff: content/content_child.gypi

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. Created 4 years, 5 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/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index fb24836e5a299f504ac5ac47fc250ce4859bb3bd..885e071eab315fd50396c878a68e3d0852fd760d 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -115,18 +115,10 @@
'child/ftp_directory_listing_response_delegate.h',
'child/image_decoder.cc',
'child/image_decoder.h',
- 'child/indexed_db/indexed_db_dispatcher.cc',
- 'child/indexed_db/indexed_db_dispatcher.h',
'child/indexed_db/indexed_db_key_builders.cc',
'child/indexed_db/indexed_db_key_builders.h',
'child/indexed_db/indexed_db_message_filter.cc',
'child/indexed_db/indexed_db_message_filter.h',
- 'child/indexed_db/webidbcursor_impl.cc',
- 'child/indexed_db/webidbcursor_impl.h',
- 'child/indexed_db/webidbdatabase_impl.cc',
- 'child/indexed_db/webidbdatabase_impl.h',
- 'child/indexed_db/webidbfactory_impl.cc',
- 'child/indexed_db/webidbfactory_impl.h',
'child/memory/child_memory_message_filter.cc',
'child/memory/child_memory_message_filter.h',
'child/mojo/type_converters.h',

Powered by Google App Engine
This is Rietveld 408576698