Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 23787003: [SyncFS] Move SyncFS V1 files from drive_backend to drive_backend_v1 (Closed)

Created:
7 years, 3 months ago by tzik
Modified:
7 years, 3 months ago
Reviewers:
kinuko, benwells, nhiroki
CC:
chromium-reviews, tzik+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, nhiroki+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

[SyncFS] Move SyncFS V1 files from drive_backend to drive_backend_v1 * This CL moves all drive_backend/ files to drive_backend_v1/ except for: - metadata_database*, - sync_engine*, - *_syncer*, - tracker_set*. R=kinuko,nhiroki TBR=benwells BUG=240165 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222229

Patch Set 1 #

Patch Set 2 : s/_old/_v1/g #

Patch Set 3 : buildfix #

Patch Set 4 : move back metadata_db_migration_util* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -11971 lines) Patch
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/sync_file_system/drive_backend/api_util.h View 1 chunk +0 lines, -266 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/api_util.cc View 1 chunk +0 lines, -1147 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/api_util_interface.h View 1 chunk +0 lines, -202 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/api_util_unittest.cc View 1 chunk +0 lines, -984 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_service.h View 1 chunk +0 lines, -410 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_service.cc View 1 chunk +0 lines, -1411 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_service_fake_unittest.cc View 1 chunk +0 lines, -942 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_service_sync_unittest.cc View 1 chunk +0 lines, -636 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_service_unittest.cc View 1 chunk +0 lines, -276 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_file_sync_util.cc View 1 chunk +0 lines, -109 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_metadata_store.h View 1 chunk +0 lines, -189 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_metadata_store.cc View 1 chunk +0 lines, -803 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/drive_metadata_store_unittest.cc View 1 chunk +0 lines, -741 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/fake_api_util.h View 1 chunk +0 lines, -131 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/fake_api_util.cc View 1 chunk +0 lines, -277 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/fake_api_util_unittest.cc View 1 chunk +0 lines, -141 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h View 1 chunk +0 lines, -84 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.cc View 1 chunk +0 lines, -313 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/local_sync_delegate.h View 1 chunk +0 lines, -146 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/local_sync_delegate.cc View 1 chunk +0 lines, -592 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver.cc View 1 chunk +0 lines, -179 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/local_sync_operation_resolver_unittest.cc View 1 chunk +0 lines, -223 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_change_handler.h View 1 chunk +0 lines, -109 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_change_handler.cc View 1 chunk +0 lines, -157 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_sync_delegate.h View 1 chunk +0 lines, -122 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_sync_delegate.cc View 1 chunk +0 lines, -486 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver.h View 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver.cc View 1 chunk +0 lines, -233 lines 0 comments Download
D chrome/browser/sync_file_system/drive_backend/remote_sync_operation_resolver_unittest.cc View 1 chunk +0 lines, -360 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/api_util.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/api_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/fake_drive_service_helper.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/fake_drive_service_helper.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/local_sync_operation_resolver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_sync_delegate.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_sync_delegate.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync_file_system/drive_backend_v1/remote_sync_operation_resolver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +23 lines, -23 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +12 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tzik
PTL
7 years, 3 months ago (2013-09-10 07:01:45 UTC) #1
kinuko
lgtm
7 years, 3 months ago (2013-09-10 07:22:45 UTC) #2
nhiroki
lgtm
7 years, 3 months ago (2013-09-10 07:54:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/23787003/15001
7 years, 3 months ago (2013-09-10 07:56:39 UTC) #4
commit-bot: I haz the power
Change committed as 222229
7 years, 3 months ago (2013-09-10 09:01:39 UTC) #5
benwells
7 years, 3 months ago (2013-09-10 10:03:42 UTC) #6
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698