diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 14:06:11 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 14:06:11 +0000 |
commit | fc2e14faf27be8cb92f54029b4b8eccb9e5705b0 (patch) | |
tree | e17a402d900fef82804e5a817d37181450055d01 /content/content_tests.gypi | |
parent | 3e62727dcb4fbb74386271beea01dd0708491883 (diff) | |
download | chromium_src-fc2e14faf27be8cb92f54029b4b8eccb9e5705b0.zip chromium_src-fc2e14faf27be8cb92f54029b4b8eccb9e5705b0.tar.gz chromium_src-fc2e14faf27be8cb92f54029b4b8eccb9e5705b0.tar.bz2 |
Add operation runner for SyncableFileSystem
BUG=148897
TEST=Syncable*,LocalFileSync*
Review URL: https://codereview.chromium.org/11093071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index f3a7dd8..c611436 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -443,6 +443,7 @@ '../webkit/fileapi/syncable/local_file_sync_status_unittest.cc', '../webkit/fileapi/syncable/syncable_file_system_unittest.cc', '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc', + '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc', '../webkit/fileapi/test_file_set.cc', '../webkit/fileapi/test_file_set.h', '../webkit/fileapi/webfilewriter_base_unittest.cc', |