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

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed)

Created:
7 years, 7 months ago by kinuko
Modified:
7 years, 7 months ago
CC:
chromium-reviews, jam, vsevik, nkostylev+watch_chromium.org, benjhayden+dwatch_chromium.org, tfarina, yoshiki+watch_chromium.org, yurys, joi+watch-content_chromium.org, Aaron Boodman, rginda+watch_chromium.org, jochen+watch_chromium.org, darin-cc_chromium.org, pfeldman, oshima+watch_chromium.org, tzik+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, stevenjb+watch_chromium.org, kinuko+watch, davemoore+watch_chromium.org, jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi This one also: - Adds webkit/browser dependency to chrome/browser/DEPS (with TODO) - Adds webkit/browser/webkit_browser.gypi which only defines new source list for now (will make build target changes later) More bulk file moving is coming later BUG=239710 R=jamesr@chromium.org, michaeln@chromium.org, thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200828 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201034

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Patch Set 5 : gyp fix #

Patch Set 6 : more rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -514 lines) Patch
M chrome/browser/DEPS View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_apitest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_manager_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/file_system_mount_point_provider.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/file_system_mount_point_provider_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A + webkit/browser/fileapi/webkit_browser_fileapi.gypi View 1 1 chunk +7 lines, -0 lines 0 comments Download
A webkit/browser/webkit_browser.gypi View 1 1 chunk +16 lines, -0 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/async_file_test_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/copy_or_move_file_validator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/file_system_context_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/file_system_mount_point_provider.h View 1 1 chunk +0 lines, -177 lines 0 comments Download
D webkit/fileapi/file_system_mount_point_provider_unittest.cc View 1 1 chunk +0 lines, -307 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/local_file_system_cross_operation_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/local_file_system_operation.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/local_file_system_operation_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/local_file_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/mock_file_system_context.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/obfuscated_file_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/sandbox_mount_point_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/syncable/canned_syncable_file_system.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/test_mount_point_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
D webkit/fileapi/upload_file_system_file_element_reader_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M webkit/storage/webkit_storage.gypi View 1 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
kinuko
The first cut for bulk moving in webkit/. It's a bit rough but let me ...
7 years, 7 months ago (2013-05-14 15:19:17 UTC) #1
michaeln
so move files first, then fix gyps to construct new build targets... works for me ...
7 years, 7 months ago (2013-05-15 00:19:38 UTC) #2
kinuko
On 2013/05/15 00:19:38, michaeln wrote: > so move files first, then fix gyps to construct ...
7 years, 7 months ago (2013-05-15 04:45:26 UTC) #3
kinuko
Narrowed down the scope to move only one file to start with. michaeln/jamesr: can you ...
7 years, 7 months ago (2013-05-15 08:00:25 UTC) #4
michaeln
lgtm Fortunately, we don't need to decide just yet on the build target(s) question to ...
7 years, 7 months ago (2013-05-15 18:44:38 UTC) #5
jamesr
lgtm2. Personally, I don't really understand why there are so many .gypis in webkit/ - ...
7 years, 7 months ago (2013-05-15 19:14:08 UTC) #6
kinuko
On 2013/05/15 19:14:08, jamesr wrote: > lgtm2. > > Personally, I don't really understand why ...
7 years, 7 months ago (2013-05-16 05:29:06 UTC) #7
kinuko
jochen: can you review chrome/ changes? (Namely chrome/browser/DEPS. Other changes must be innocent)
7 years, 7 months ago (2013-05-16 06:08:18 UTC) #8
kinuko
(Looks like jochen's not there) Darin: can you stamp for chrome/browser/DEPS change? (Adding chrome/browser => ...
7 years, 7 months ago (2013-05-16 10:17:12 UTC) #9
kinuko
Picking another chrome/ OWNER, in an assumption that chrome/browser/DEPS change is casually approved by Darin ...
7 years, 7 months ago (2013-05-17 05:52:38 UTC) #10
Lei Zhang
lgtm
7 years, 7 months ago (2013-05-17 07:53:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/14895013/149001
7 years, 7 months ago (2013-05-17 16:08:40 UTC) #12
kinuko
Committed patchset #4 manually as r200828.
7 years, 7 months ago (2013-05-17 16:44:34 UTC) #13
kinuko
Got reverted, will be relanding with one-line change in webkit_fileapi.gypi: https://codereview.chromium.org/14895013/diff2/149001:162005/webkit/fileapi/webkit_fileapi.gypi
7 years, 7 months ago (2013-05-20 02:45:27 UTC) #14
kinuko
7 years, 7 months ago (2013-05-20 05:43:08 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 manually as r201034.

Powered by Google App Engine
This is Rietveld 408576698