summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_chromeos.gypi
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-21 16:58:48 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-21 16:58:48 +0000
commit69909a00c46abd8a307b1066c3e4ccfb38b995e6 (patch)
tree8639c9a531ec2038e3f86667c1b5af4ba18cfc91 /chrome/chrome_browser_chromeos.gypi
parent190848b09e43af7e392f9a30a1b87b39b4bc4d54 (diff)
downloadchromium_src-69909a00c46abd8a307b1066c3e4ccfb38b995e6.zip
chromium_src-69909a00c46abd8a307b1066c3e4ccfb38b995e6.tar.gz
chromium_src-69909a00c46abd8a307b1066c3e4ccfb38b995e6.tar.bz2
drive: Rename UpdateOperation to ContentUpdatePerformer
Dirty file upload can be handled as a sub-task of EntryUpdatePerformer. This class should be put in drive/sync directory. Move UpdateOperation in file_system to sync and rename it to ContentUpdatePerformer. BUG=260539 TEST=unit_tests Review URL: https://codereview.chromium.org/140323006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r--chrome/chrome_browser_chromeos.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 7ed2e9e..220345d 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -256,8 +256,6 @@
'browser/chromeos/drive/file_system/touch_operation.h',
'browser/chromeos/drive/file_system/truncate_operation.cc',
'browser/chromeos/drive/file_system/truncate_operation.h',
- 'browser/chromeos/drive/file_system/update_operation.cc',
- 'browser/chromeos/drive/file_system/update_operation.h',
'browser/chromeos/drive/file_system_backend_delegate.cc',
'browser/chromeos/drive/file_system_backend_delegate.h',
'browser/chromeos/drive/file_system_interface.h',
@@ -292,6 +290,8 @@
'browser/chromeos/drive/resource_metadata_storage.h',
'browser/chromeos/drive/search_metadata.cc',
'browser/chromeos/drive/search_metadata.h',
+ 'browser/chromeos/drive/sync/content_update_performer.cc',
+ 'browser/chromeos/drive/sync/content_update_performer.h',
'browser/chromeos/drive/sync/entry_revert_performer.cc',
'browser/chromeos/drive/sync/entry_revert_performer.h',
'browser/chromeos/drive/sync/entry_update_performer.cc',