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

Unified Diff: content/content_tests.gypi

Issue 15724006: Migrate IDBDatabaseBackendTest from blink to chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5f6bc275ce5544c709b99d52dbca8cb04f5ed760..fd538432f1a7d3e44e3eb5a13b45f52b17063ab1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -295,6 +295,9 @@
'browser/in_process_webkit/webkit_thread_unittest.cc',
'browser/indexed_db/indexed_db_backing_store_unittest.cc',
'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc',
+ 'browser/indexed_db/indexed_db_database_unittest.cc',
+ 'browser/indexed_db/indexed_db_fake_backing_store.cc',
+ 'browser/indexed_db/indexed_db_fake_backing_store.h',
'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc',
'browser/indexed_db/indexed_db_quota_client_unittest.cc',
'browser/indexed_db/indexed_db_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698