diff options
author | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 19:37:34 +0000 |
---|---|---|
committer | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 19:37:34 +0000 |
commit | 2bc873488477f2267b634fa85dbc22182e4d1bc3 (patch) | |
tree | fd9288d38f2fcf44fefcf5262c89eb56cc332d17 /chrome/chrome_browser_chromeos.gypi | |
parent | 83a119ed7897be7b7d6122a5908c90d3e81d8e79 (diff) | |
download | chromium_src-2bc873488477f2267b634fa85dbc22182e4d1bc3.zip chromium_src-2bc873488477f2267b634fa85dbc22182e4d1bc3.tar.gz chromium_src-2bc873488477f2267b634fa85dbc22182e4d1bc3.tar.bz2 |
Implement TouchFile on drive::FileSystem.
This CL implements FileSystem::TouchFile for PPAPI.
The method doesn't run yet in prod, because it is not accessed from
FileSystemProxy. It'll be done in a following CL.
BUG=144369
TEST=Ran unit_tests
Review URL: https://chromiumcodereview.appspot.com/15728006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index c1f7ab5..a167304 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -252,6 +252,8 @@ 'browser/chromeos/drive/file_system/remove_operation.h', 'browser/chromeos/drive/file_system/search_operation.cc', 'browser/chromeos/drive/file_system/search_operation.h', + 'browser/chromeos/drive/file_system/touch_operation.cc', + 'browser/chromeos/drive/file_system/touch_operation.h', 'browser/chromeos/drive/file_system/update_operation.cc', 'browser/chromeos/drive/file_system/update_operation.h', 'browser/chromeos/drive/file_system_interface.h', |