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

Unified Diff: content/content_common.gypi

Issue 10204003: Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move IndexedDBKeyPath to content namespace, formatting nits. Created 8 years, 8 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
« no previous file with comments | « content/common/utility_messages.h ('k') | content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h » ('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 debf28aa9a2bf905bd17eb6e5a6e762e4e335234..90452299880536a885e4ba56ce84febc4b2f0e86 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -203,6 +203,8 @@
'common/hi_res_timer_manager.h',
'common/indexed_db/indexed_db_key.cc',
'common/indexed_db/indexed_db_key.h',
+ 'common/indexed_db/indexed_db_key_path.cc',
+ 'common/indexed_db/indexed_db_key_path.h',
'common/indexed_db/indexed_db_key_range.cc',
'common/indexed_db/indexed_db_key_range.h',
'common/indexed_db/indexed_db_messages.h',
« no previous file with comments | « content/common/utility_messages.h ('k') | content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698