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

Unified Diff: content/content_common.gypi

Issue 9389025: IndexedDB: Implement IPC plumbing for IDBObjectStore.delete(IDBKeyRange) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 49db28a8db57ed964aeccb5bd3f4ddca791a26f5..8b3bc7dbe6c7d91c2134d347e7f0de199e0f7d40 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -186,6 +186,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_range.cc',
+ 'common/indexed_db/indexed_db_key_range.h',
'common/indexed_db/indexed_db_messages.h',
'common/indexed_db/indexed_db_param_traits.cc',
'common/indexed_db/indexed_db_param_traits.h',

Powered by Google App Engine
This is Rietveld 408576698