diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 22:04:28 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 22:04:28 +0000 |
commit | 44e1fbf0fd0a14a375ebbbc56392956683f6261c (patch) | |
tree | 8e2e248a5f0f4b90d3d9d8107543607e930f7481 /content/content_common.gypi | |
parent | 7b5859e7f5d4b5486db5220106dfb80e10b97449 (diff) | |
download | chromium_src-44e1fbf0fd0a14a375ebbbc56392956683f6261c.zip chromium_src-44e1fbf0fd0a14a375ebbbc56392956683f6261c.tar.gz chromium_src-44e1fbf0fd0a14a375ebbbc56392956683f6261c.tar.bz2 |
Move indexeddb code to its own directory inside of content/{browser,common,renderer}
BUG=105949
TEST=
Review URL: http://codereview.chromium.org/8980002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 1b83a30..229e4a5 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -169,11 +169,11 @@ 'common/hi_res_timer_manager_posix.cc', 'common/hi_res_timer_manager_win.cc', 'common/hi_res_timer_manager.h', - 'common/indexed_db_key.cc', - 'common/indexed_db_key.h', - 'common/indexed_db_messages.h', - 'common/indexed_db_param_traits.cc', - 'common/indexed_db_param_traits.h', + 'common/indexed_db/indexed_db_key.cc', + 'common/indexed_db/indexed_db_key.h', + 'common/indexed_db/indexed_db_messages.h', + 'common/indexed_db/indexed_db_param_traits.cc', + 'common/indexed_db/indexed_db_param_traits.h', 'common/inter_process_time_ticks_converter.cc', 'common/inter_process_time_ticks_converter.h', 'common/intents_messages.h', |