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

Issue 2815743002: Move a couple of blob tests next to the files they cover. (Closed)

Created:
3 years, 8 months ago by pwnall
Modified:
3 years, 8 months ago
Reviewers:
kinuko, Lei Zhang, Devlin, jsbell
CC:
chromium-reviews, msramek+watch_chromium.org, tzik, oka+watch_chromium.org, dcheng, fukino+watch_chromium.org, markusheintz_, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, jam, net-reviews_chromium.org, darin-cc_chromium.org, jkarlin+watch_chromium.org, chromium-apps-reviews_chromium.org, yamaguchi+watch_chromium.org, wjmaclean, nhiroki, oshima+watch_chromium.org, jsbell+idb_chromium.org, michaeln, tfarina, tommycli, cmumford, kinuko+fileapi, davemoore+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move a couple of blob tests next to the files they cover. To keep dependencies clean, this CL creates a new target //storage/browser:test_support. As storage tests are moved next to the files they cover, the test doubles that they use will be moved to the new test_support target. BUG=653751 TBR=rdevlin.cronin Review-Url: https://codereview.chromium.org/2815743002 Cr-Commit-Position: refs/heads/master@{#464290} Committed: https://chromium.googlesource.com/chromium/src/+/343665e7bad5f7f1b01b8bfec116cff4194766d8

Patch Set 1 : Fix gn check. #

Patch Set 2 : Fix gn check, take 2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -3135 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/file_stream_reader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/fileapi/external_file_url_request_job_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/net/quota_policy_channel_id_store_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/platform_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/blob_storage/blob_dispatcher_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D content/browser/blob_storage/blob_reader_unittest.cc View 1 chunk +0 lines, -1249 lines 0 comments Download
D content/browser/blob_storage/blob_url_request_job_unittest.cc View 1 chunk +0 lines, -612 lines 0 comments Download
M content/browser/cache_storage/cache_storage_cache_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/cache_storage/cache_storage_manager_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/database_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/dom_storage/dom_storage_context_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/copy_or_move_file_validator_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/dragged_file_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_context_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_dir_url_request_job_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/file_system_file_stream_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_operation_impl_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/fileapi/file_system_operation_impl_write_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_operation_runner_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/file_system_quota_client_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_url_request_job_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/file_writer_delegate_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/local_file_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/obfuscated_file_util_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/plugin_private_file_system_backend_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/sandbox_file_system_backend_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/transient_file_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/net/quota_policy_cookie_store_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/quota/mock_quota_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/quota_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/quota_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/storage_monitor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/usage_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/storage_partition_impl_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
D content/public/test/async_file_test_helper.h View 1 chunk +0 lines, -113 lines 0 comments Download
D content/public/test/async_file_test_helper.cc View 1 chunk +0 lines, -272 lines 0 comments Download
D content/public/test/mock_special_storage_policy.h View 1 chunk +0 lines, -97 lines 0 comments Download
D content/public/test/mock_special_storage_policy.cc View 1 chunk +0 lines, -43 lines 0 comments Download
M content/public/test/sandbox_file_system_test_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D content/public/test/test_file_system_backend.h View 1 chunk +0 lines, -111 lines 0 comments Download
D content/public/test/test_file_system_backend.cc View 1 chunk +0 lines, -247 lines 0 comments Download
D content/public/test/test_file_system_context.h View 1 chunk +0 lines, -47 lines 0 comments Download
D content/public/test/test_file_system_context.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D content/public/test/test_file_system_options.h View 1 chunk +0 lines, -23 lines 0 comments Download
D content/public/test/test_file_system_options.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M content/test/BUILD.gn View 1 6 chunks +2 lines, -12 lines 0 comments Download
M extensions/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/file_handlers/mime_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M storage/browser/BUILD.gn View 3 chunks +27 lines, -0 lines 0 comments Download
A + storage/browser/blob/blob_reader_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/browser/blob/blob_url_request_job_unittest.cc View 11 chunks +19 lines, -23 lines 0 comments Download
A + storage/browser/test/async_file_test_helper.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/test/async_file_test_helper.cc View 7 chunks +12 lines, -16 lines 0 comments Download
A + storage/browser/test/mock_special_storage_policy.h View 4 chunks +12 lines, -30 lines 0 comments Download
A + storage/browser/test/mock_special_storage_policy.cc View 1 chunk +2 lines, -4 lines 0 comments Download
A + storage/browser/test/test_file_system_backend.h View 3 chunks +5 lines, -6 lines 0 comments Download
A + storage/browser/test/test_file_system_backend.cc View 2 chunks +3 lines, -5 lines 0 comments Download
A + storage/browser/test/test_file_system_context.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/test/test_file_system_context.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + storage/browser/test/test_file_system_options.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/test/test_file_system_options.cc View 4 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 36 (23 generated)
pwnall
kinuko: Can you please review the diffs? The count looks scary, but it's actually a ...
3 years, 8 months ago (2017-04-11 22:19:59 UTC) #11
kinuko
Looking good, one question- are you going to make namespace changes eventually?
3 years, 8 months ago (2017-04-12 03:00:23 UTC) #16
pwnall
On 2017/04/12 03:00:23, kinuko wrote: > Looking good, one question- are you going to make ...
3 years, 8 months ago (2017-04-12 03:05:19 UTC) #17
kinuko
On 2017/04/12 03:05:19, pwnall wrote: > On 2017/04/12 03:00:23, kinuko wrote: > > Looking good, ...
3 years, 8 months ago (2017-04-12 03:27:46 UTC) #18
jsbell
lgtm
3 years, 8 months ago (2017-04-13 00:46:15 UTC) #19
pwnall
brettw@chromium.org: Please review the changes in chrome/browser/ and extensions/.
3 years, 8 months ago (2017-04-13 00:52:01 UTC) #21
Lei Zhang
On 2017/04/13 00:52:01, pwnall wrote: > mailto:brettw@chromium.org: Please review the changes in chrome/browser/ and > ...
3 years, 8 months ago (2017-04-13 01:05:23 UTC) #22
Lei Zhang
On 2017/04/13 01:05:23, Lei Zhang wrote: > On 2017/04/13 00:52:01, pwnall wrote: > > mailto:brettw@chromium.org: ...
3 years, 8 months ago (2017-04-13 01:11:32 UTC) #23
pwnall
On 2017/04/13 01:11:32, Lei Zhang wrote: > On 2017/04/13 01:05:23, Lei Zhang wrote: > > ...
3 years, 8 months ago (2017-04-13 01:16:49 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2815743002/40001
3 years, 8 months ago (2017-04-13 01:17:41 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/361330)
3 years, 8 months ago (2017-04-13 02:56:10 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2815743002/40001
3 years, 8 months ago (2017-04-13 03:22:59 UTC) #32
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 04:10:40 UTC) #36
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/343665e7bad5f7f1b01b8bfec116...

Powered by Google App Engine
This is Rietveld 408576698