diff options
author | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-16 04:15:20 +0000 |
---|---|---|
committer | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-16 04:15:20 +0000 |
commit | bb2c4daa57d22a4b798282490e0d2a8bcd8674da (patch) | |
tree | 80a15e0bab7daa75fb7c2039601ef7318826847f /webkit/tools | |
parent | 740c14554f0242fedf2034ff6a29bda8641f05e1 (diff) | |
download | chromium_src-bb2c4daa57d22a4b798282490e0d2a8bcd8674da.zip chromium_src-bb2c4daa57d22a4b798282490e0d2a8bcd8674da.tar.gz chromium_src-bb2c4daa57d22a4b798282490e0d2a8bcd8674da.tar.bz2 |
Add database recovery for FileSystemDirectoryDatabase.
BUG=103018,116615
TEST='FileSystemDirectoryDatabaseTest.*'
Review URL: https://chromiumcodereview.appspot.com/9910005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index 78785e3..f11ec3f 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -407,6 +407,8 @@ '../../dom_storage/dom_storage_context_unittest.cc', '../../dom_storage/dom_storage_database_unittest.cc', '../../dom_storage/dom_storage_map_unittest.cc', + '../../fileapi/file_system_database_test_helper.cc', + '../../fileapi/file_system_database_test_helper.h', '../../fileapi/file_system_directory_database_unittest.cc', '../../fileapi/file_system_file_util_unittest.cc', '../../fileapi/file_system_mount_point_provider_unittest.cc', |