diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-18 16:01:28 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-18 16:01:28 +0000 |
commit | 238c1f94c09dcc23f0c40549cfc8862deffa5610 (patch) | |
tree | 2affd53c2e4a2b0d5a674573e8375ac323c47560 /chrome/chrome_browser_chromeos.gypi | |
parent | 48ac616a0af09f61f97b49268bc3d62e22d82006 (diff) | |
download | chromium_src-238c1f94c09dcc23f0c40549cfc8862deffa5610.zip chromium_src-238c1f94c09dcc23f0c40549cfc8862deffa5610.tar.gz chromium_src-238c1f94c09dcc23f0c40549cfc8862deffa5610.tar.bz2 |
Revert 264778 "[fsp] [recommit] Add an initial AsyncFileUtil."
Broke Linux ChromeOS ASan:
http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%283%29&number=938
> [fsp] [recommit] Add an initial AsyncFileUtil.
>
> This patch adds the AsyncFileUtil implementation for the file system provider.
> It does not communicate with the file system provider service yet.
>
> Currently, for not supported operations SECURITY error is returned. For
> allowed, but not implemented operations, it is NOT_FOUND error.
>
> Unit tests are quite trivial at this stage, but they will grow once more
> operations are implemented.
>
> This patch has been previously committed and reverted due to test failures.
> See: https://codereview.chromium.org/236303017/
>
> TEST=unit_test: FileSystemProviderAsyncFileUtilTest*
> BUG=248427
>
> Review URL: https://codereview.chromium.org/242493002
TBR=mtomasz@chromium.org
Review URL: https://codereview.chromium.org/243153004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index beba2ce..1fbb85f 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -372,10 +372,6 @@ 'browser/chromeos/file_manager/volume_manager_observer.h', 'browser/chromeos/file_manager/zip_file_creator.cc', 'browser/chromeos/file_manager/zip_file_creator.h', - 'browser/chromeos/file_system_provider/fileapi/backend_delegate.cc', - 'browser/chromeos/file_system_provider/fileapi/backend_delegate.h', - 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc', - 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h', 'browser/chromeos/file_system_provider/mount_path_util.cc', 'browser/chromeos/file_system_provider/mount_path_util.h', 'browser/chromeos/file_system_provider/observer.h', |