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

Issue 10913184: Move basic operation components for Drive API to chrome/browser/google_apis directory (Closed)

Created:
8 years, 3 months ago by nhiroki
Modified:
8 years, 3 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, derat+watch_chromium.org, achuith+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, kinuko, Daniel Erat, Jói
Visibility:
Public.

Description

Move basic operation components for Drive API to chrome/browser/google_apis directory This patch is separated from http://codereview.chromium.org/10920091/ Files to be moved are as follows: - gdata_errorcode.h - operation_registry.{cc,h} - operation_registry_unittest.cc - operation_base.{cc,h} - task_util.{cc,h} BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156112

Patch Set 1 #

Patch Set 2 : Move task_util #

Total comments: 4

Patch Set 3 : Change include guard #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase (absorb issue 10918166) #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -1717 lines) Patch
M chrome/browser/chromeos/extensions/external_filesystem_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/auth_service.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/auth_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_api_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_download_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_file_system.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_file_system.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_file_system_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_file_system_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_function_remove.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_protocol_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_resource_metadata.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_service_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_system_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_upload_file_info.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_uploader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_contacts_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_errorcode.h View 1 chunk +0 lines, -56 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/gdata/operation_registry.h View 1 chunk +0 lines, -181 lines 0 comments Download
D chrome/browser/chromeos/gdata/operation_registry.cc View 1 chunk +0 lines, -348 lines 0 comments Download
D chrome/browser/chromeos/gdata/operation_registry_unittest.cc View 1 2 3 4 1 chunk +0 lines, -258 lines 0 comments Download
M chrome/browser/chromeos/gdata/operation_runner.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/operation_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/gdata/operations_base.h View 1 chunk +0 lines, -234 lines 0 comments Download
D chrome/browser/chromeos/gdata/operations_base.cc View 1 chunk +0 lines, -426 lines 0 comments Download
D chrome/browser/chromeos/gdata/task_util.h View 1 1 chunk +0 lines, -121 lines 0 comments Download
D chrome/browser/chromeos/gdata/task_util.cc View 1 1 chunk +0 lines, -29 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 2 chunks +1 line, -1 line 0 comments Download
A chrome/browser/google_apis/DEPS View 1 chunk +17 lines, -0 lines 0 comments Download
A + chrome/browser/google_apis/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/google_apis/gdata_errorcode.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/google_apis/operation_registry.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/google_apis/operation_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/google_apis/operation_registry_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/google_apis/operations_base.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + chrome/browser/google_apis/operations_base.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/google_apis/task_util.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/google_apis/task_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/screenshot_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
nhiroki
Hi, satoru-san and kochi-san Could you review this? Thanks!
8 years, 3 months ago (2012-09-11 00:24:05 UTC) #1
nhiroki
Sorry, I forgot to move task_util.{cc, h}. I just uploaded new patchset.
8 years, 3 months ago (2012-09-11 00:38:15 UTC) #2
kochi
http://codereview.chromium.org/10913184/diff/7001/chrome/browser/google_apis/DEPS File chrome/browser/google_apis/DEPS (right): http://codereview.chromium.org/10913184/diff/7001/chrome/browser/google_apis/DEPS#newcode14 chrome/browser/google_apis/DEPS:14: # Temporarily needed, see http://crbug.com/146989 Could you describe what ...
8 years, 3 months ago (2012-09-11 02:29:25 UTC) #3
nhiroki
http://codereview.chromium.org/10913184/diff/7001/chrome/browser/google_apis/DEPS File chrome/browser/google_apis/DEPS (right): http://codereview.chromium.org/10913184/diff/7001/chrome/browser/google_apis/DEPS#newcode14 chrome/browser/google_apis/DEPS:14: # Temporarily needed, see http://crbug.com/146989 On 2012/09/11 02:29:25, Takayoshi ...
8 years, 3 months ago (2012-09-11 04:00:30 UTC) #4
nhiroki
I found why build errors occur on Windows buildbot (see the result of the Patch ...
8 years, 3 months ago (2012-09-11 08:05:52 UTC) #5
satorux1
LGTM. Thanks!
8 years, 3 months ago (2012-09-11 15:52:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nhiroki@chromium.org/10913184/5028
8 years, 3 months ago (2012-09-11 16:56:16 UTC) #7
commit-bot: I haz the power
Presubmit check for 10913184-5028 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-11 16:56:49 UTC) #8
nhiroki
Adding TBR= estade@ for ui/webui, ben@ for gyp Thanks!
8 years, 3 months ago (2012-09-11 17:13:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nhiroki@chromium.org/10913184/5028
8 years, 3 months ago (2012-09-11 17:14:31 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 20:26:22 UTC) #11
Change committed as 156112

Powered by Google App Engine
This is Rietveld 408576698