summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi16
1 files changed, 16 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 49db28a..7389839 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -189,6 +189,22 @@
'common/indexed_db/indexed_db_messages.h',
'common/indexed_db/indexed_db_param_traits.cc',
'common/indexed_db/indexed_db_param_traits.h',
+ 'common/indexed_db/indexed_db_dispatcher.cc',
+ 'common/indexed_db/indexed_db_dispatcher.h',
+ 'common/indexed_db/indexed_db_message_filter.cc',
+ 'common/indexed_db/indexed_db_message_filter.h',
+ 'common/indexed_db/proxy_webidbcursor_impl.cc',
+ 'common/indexed_db/proxy_webidbcursor_impl.h',
+ 'common/indexed_db/proxy_webidbdatabase_impl.cc',
+ 'common/indexed_db/proxy_webidbdatabase_impl.h',
+ 'common/indexed_db/proxy_webidbfactory_impl.cc',
+ 'common/indexed_db/proxy_webidbfactory_impl.h',
+ 'common/indexed_db/proxy_webidbindex_impl.cc',
+ 'common/indexed_db/proxy_webidbindex_impl.h',
+ 'common/indexed_db/proxy_webidbobjectstore_impl.cc',
+ 'common/indexed_db/proxy_webidbobjectstore_impl.h',
+ 'common/indexed_db/proxy_webidbtransaction_impl.cc',
+ 'common/indexed_db/proxy_webidbtransaction_impl.h',
'common/inter_process_time_ticks_converter.cc',
'common/inter_process_time_ticks_converter.h',
'common/intents_messages.h',