summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 10:49:08 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 10:49:08 +0000
commit57856df7f84ac730050c5a13906130081d0b54a2 (patch)
tree78c02c46ec985ffa00d51f394786bd0ce1683fcb /content/content_tests.gypi
parent69fd3626e4fa0664b257c6ce5705bc9352e6d09b (diff)
downloadchromium_src-57856df7f84ac730050c5a13906130081d0b54a2.zip
chromium_src-57856df7f84ac730050c5a13906130081d0b54a2.tar.gz
chromium_src-57856df7f84ac730050c5a13906130081d0b54a2.tar.bz2
Introduce AsyncFileTestHelper for testing with async file/quota operations
Also gradually deprecate FileUtilHelper since its code is no longer used in the actual code path (used only in unittests). BUG=146215 TEST=content_unittests:LocalFileSystem* TBR=jam@chromium.org Review URL: https://codereview.chromium.org/12223006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 569adedc..0141c20 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -421,6 +421,8 @@
'../webkit/dom_storage/dom_storage_database_unittest.cc',
'../webkit/dom_storage/dom_storage_map_unittest.cc',
'../webkit/dom_storage/session_storage_database_unittest.cc',
+ '../webkit/fileapi/async_file_test_helper.cc',
+ '../webkit/fileapi/async_file_test_helper.h',
'../webkit/fileapi/external_mount_points_unittest.cc',
'../webkit/fileapi/file_system_context_unittest.cc',
'../webkit/fileapi/file_system_database_test_helper.cc',