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

Unified Diff: content/content_common.gypi

Issue 8980002: Move indexeddb code to its own directory inside of content/{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto ToT Created 9 years 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 | « content/common/utility_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 1b83a3074376012aa9eec61eeffb295944b51f3b..229e4a51595c3b5a93a7b461f44d72418bce35f8 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',
« no previous file with comments | « content/common/utility_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698