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

Issue 861133002: Remove WAPI-related code, except the type definition of ResourceEntry. (Closed)

Created:
5 years, 11 months ago by fukino
Modified:
5 years, 11 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tzik, tfarina, nhiroki, oshima+watch_chromium.org, stevenjb+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove WAPI-related code, except the type definition of ResourceEntry. To remove ResourceEntry completely, tests for syncFileSystem need to be modified. I'll do it by a separate CL. BUG=357038 TBR=rogerta@chromium.org TBRing for removal of unused files from *.gyp and *.gn under google_api TEST=build all targets Committed: https://crrev.com/99daa8e4da877ec034860c63f8564a6dc5382aed Cr-Commit-Position: refs/heads/master@{#313202}

Patch Set 1 #

Patch Set 2 : Remove ResourceList and unused members of ResourceEntry. #

Patch Set 3 : Remove more WAPI related code. #

Total comments: 6

Patch Set 4 : Respond to review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2077 lines) Patch
M chrome/browser/apps/drive/drive_service_bridge.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/drive/drive_api_service.h View 4 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/drive/drive_api_service.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/drive/drive_api_util.h View 1 2 3 chunks +0 lines, -17 lines 0 comments Download
M chrome/browser/drive/drive_api_util.cc View 1 2 3 chunks +0 lines, -123 lines 0 comments Download
M chrome/browser/drive/drive_api_util_unittest.cc View 1 2 3 3 chunks +0 lines, -86 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/folder_creator.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/register_app_task.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M google_apis/BUILD.gn View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M google_apis/drive/drive_common_callbacks.h View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
M google_apis/drive/gdata_wapi_parser.h View 1 2 3 3 chunks +4 lines, -541 lines 0 comments Download
M google_apis/drive/gdata_wapi_parser.cc View 1 2 1 chunk +1 line, -544 lines 0 comments Download
M google_apis/drive/gdata_wapi_parser_unittest.cc View 1 2 1 chunk +0 lines, -234 lines 0 comments Download
D google_apis/drive/gdata_wapi_requests.h View 1 chunk +0 lines, -59 lines 0 comments Download
D google_apis/drive/gdata_wapi_requests.cc View 1 chunk +0 lines, -81 lines 0 comments Download
D google_apis/drive/gdata_wapi_requests_unittest.cc View 1 chunk +0 lines, -153 lines 0 comments Download
D google_apis/drive/gdata_wapi_url_generator.h View 1 chunk +0 lines, -59 lines 0 comments Download
D google_apis/drive/gdata_wapi_url_generator.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D google_apis/drive/gdata_wapi_url_generator_unittest.cc View 1 chunk +0 lines, -60 lines 0 comments Download
M google_apis/drive/test_util.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M google_apis/google_apis.gyp View 1 2 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
fukino
tzik@: PTAL at c/b/sync_file_system rogerta@: PTAL at goog_apis/{BUILD.gn, google_apis.gyp} hashimoto@: PTAL at the rest. Thanks!
5 years, 11 months ago (2015-01-22 07:48:31 UTC) #2
nhiroki
LGTM for sync_file_system (on behalf of tzik@)
5 years, 11 months ago (2015-01-22 08:01:20 UTC) #3
hashimoto
Really glad to see this change, thanks! google_apis, chrome/browser/drive, chrome/browser/chromeos/drive lgtm. I think you need ...
5 years, 11 months ago (2015-01-22 08:02:02 UTC) #4
fukino
Thank you for the review, hiroki@ and hashimoto@! kinaba@: PTAL at chrome/browser/apps/drive/drive_service_bridge.cc https://codereview.chromium.org/861133002/diff/40001/chrome/browser/drive/drive_api_util_unittest.cc File chrome/browser/drive/drive_api_util_unittest.cc ...
5 years, 11 months ago (2015-01-22 09:02:32 UTC) #6
kinaba
LGTM!!!!!!11111
5 years, 11 months ago (2015-01-22 09:42:35 UTC) #7
fukino
Friendly ping: @rogerta
5 years, 11 months ago (2015-01-23 19:07:24 UTC) #8
fukino
ping > @rogerta
5 years, 11 months ago (2015-01-26 13:05:45 UTC) #9
fukino
Hi @rogerta, I TBRed you for simple removal of unused files from google_apis/BUILD.gn and google_apis/google_apis.gyp. ...
5 years, 11 months ago (2015-01-27 01:00:47 UTC) #10
fukino
Hi @rogerta, I TBRed you for simple removal of unused files from google_apis/BUILD.gn and google_apis/google_apis.gyp. ...
5 years, 11 months ago (2015-01-27 01:00:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/861133002/40002
5 years, 11 months ago (2015-01-27 01:01:49 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:40002)
5 years, 11 months ago (2015-01-27 01:54:03 UTC) #14
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 01:55:06 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/99daa8e4da877ec034860c63f8564a6dc5382aed
Cr-Commit-Position: refs/heads/master@{#313202}

Powered by Google App Engine
This is Rietveld 408576698