summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authoralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-11 18:07:09 +0000
committeralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-11 18:07:09 +0000
commitf999bf4a99b3a14b04d5787c3ab11f7ede82a2eb (patch)
treeb9f63b43164ba32d801e4e911d5db4b1b861b1e2 /content/content_common.gypi
parentf670c1b4c2bca2ddeb92715206d22d9f43b03460 (diff)
downloadchromium_src-f999bf4a99b3a14b04d5787c3ab11f7ede82a2eb.zip
chromium_src-f999bf4a99b3a14b04d5787c3ab11f7ede82a2eb.tar.gz
chromium_src-f999bf4a99b3a14b04d5787c3ab11f7ede82a2eb.tar.bz2
Remove IPC code for old methods.
This is cleanup from a number of steps of a larger refactoring. In particular, we've gotten rid of backend Object Stores and Indexes, and migrated a number of methods into the backend database object. BUG=156244 Review URL: https://codereview.chromium.org/11828054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b2b47a3..8516920 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -279,10 +279,6 @@
'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',