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

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed)

Created:
5 years, 5 months ago by Łukasz Anforowicz
Modified:
5 years, 4 months ago
CC:
asanka, benjhayden+dwatch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, extensions-reviews_chromium.org, hashimoto+watch_chromium.org, kinuko+fileapi, maniscalco+watch_chromium.org, maxbogue+watch_chromium.org, nhiroki, oshima+watch_chromium.org, plaree+watch_chromium.org, pvalenzuela+watch_chromium.org, rginda+watch_chromium.org, stevenjb+watch_chromium.org, tfarina, tim+watch_chromium.org, tzik, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move a subset of chrome/browser/chromeos/drive into components/drive Moved: drive_pref_names.*, drive_test_util.*, file_change.*, file_error.*, local_file_reader.* Other changes: - Removed unnecessary include/dependency inside file_change.h - ChromeOS if-def guards in drive_test_util.h - Necessary DEPS tweaks Test steps: 1. Verify that things still build via GYP (and unit tests pass). $ GYP_DEFINES="use_goma=1 gomadir=... chromeos=1" gclient sync $ ninja -C out/Debug -j 150 chrome unit_tests \ interactive_ui_tests browser_tests drive $ out/Debug/unit_tests 2. git cl try TBR=satorux@chromium.org,benchan@chromium.org TEST=Please see "Test steps" above. BUG=257943, 498951 Committed: https://crrev.com/76b4a982964ffefeffa73af775f92d4c22d48791 Cr-Commit-Position: refs/heads/master@{#342492}

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Unified kLotsOfSpace test constant across target platforms. #

Patch Set 3 : Rebasing #

Patch Set 4 : Removed visibility restrictions of //components/drive:proto target. #

Patch Set 5 : Rebasing... #

Patch Set 6 : Added gyp/gn dependency to cover content/public/test/test_utils.h. #

Patch Set 7 : Rebasing... #

Patch Set 8 : Fixed incorrect reference to a GYP dependency. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -1134 lines) Patch
M chrome/browser/chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/directory_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/directory_loader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/download_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/drive/drive_pref_names.h View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_pref_names.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_test_util.h View 1 chunk +0 lines, -84 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_test_util.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fake_free_disk_space_getter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/drive/file_change.h View 1 chunk +0 lines, -118 lines 0 comments Download
D chrome/browser/chromeos/drive/file_change.cc View 1 chunk +0 lines, -154 lines 0 comments Download
D chrome/browser/chromeos/drive/file_change_unittest.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/chromeos/drive/file_errors.h View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/browser/chromeos/drive/file_errors.cc View 1 chunk +0 lines, -167 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_directory_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_directory_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_file_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_file_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/move_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/move_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/open_file_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/open_file_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/operation_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/operation_test_base.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/operation_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/remove_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/remove_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/search_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/set_property_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/set_property_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/set_property_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/touch_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/touch_operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/truncate_operation.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/truncate_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_core_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_core_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_metadata.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_task_executor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fileapi/fileapi_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/job_list.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/job_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/job_scheduler_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/drive/local_file_reader.h View 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/chromeos/drive/local_file_reader.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D chrome/browser/chromeos/drive/local_file_reader_unittest.cc View 1 chunk +0 lines, -107 lines 0 comments Download
M chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_storage.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/search_metadata_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_revert_performer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_revert_performer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_update_performer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_update_performer.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/remove_performer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/write_on_cache_file.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_manager_private_apitest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_drive.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_mount.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/fileapi_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/filesystem_api_util.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/fileapi/DEPS View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/fileapi/external_file_url_request_job.h 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/chromeos/preferences.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
A chrome/browser/download/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/download/download_dir_policy_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_dir_policy_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 5 chunks +4 lines, -4 lines 0 comments Download
M components/drive.gypi View 1 2 3 4 5 6 7 3 chunks +12 lines, -6 lines 0 comments Download
M components/drive/BUILD.gn View 1 2 3 4 5 4 chunks +12 lines, -1 line 0 comments Download
M components/drive/DEPS View 1 chunk +13 lines, -0 lines 0 comments Download
A + components/drive/drive_pref_names.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/drive/drive_pref_names.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/drive/drive_test_util.h View 1 4 chunks +9 lines, -3 lines 0 comments Download
A + components/drive/drive_test_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/drive/file_change.h View 3 chunks +3 lines, -4 lines 0 comments Download
A + components/drive/file_change.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/drive/file_change_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/drive/file_errors.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/drive/file_errors.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/drive/local_file_reader.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/drive/local_file_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/drive/local_file_reader_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 37 (14 generated)
Łukasz Anforowicz
Ryo and Tomasz - could you please take a look? https://codereview.chromium.org/1246753003/diff/60001/chrome/chrome_browser_chromeos.gypi File chrome/chrome_browser_chromeos.gypi (left): https://codereview.chromium.org/1246753003/diff/60001/chrome/chrome_browser_chromeos.gypi#oldcode114 ...
5 years, 5 months ago (2015-07-22 17:25:54 UTC) #5
hashimoto
lgtm with a couple of nits. https://codereview.chromium.org/1246753003/diff/60001/components/drive/BUILD.gn File components/drive/BUILD.gn (right): https://codereview.chromium.org/1246753003/diff/60001/components/drive/BUILD.gn#newcode55 components/drive/BUILD.gn:55: visibility = [ ...
5 years, 5 months ago (2015-07-23 06:01:15 UTC) #6
mtomasz
lgtm with DEPS comment https://codereview.chromium.org/1246753003/diff/60001/components/drive/DEPS File components/drive/DEPS (right): https://codereview.chromium.org/1246753003/diff/60001/components/drive/DEPS#newcode27 components/drive/DEPS:27: r"(drive_test_util\.h" Is this r" correct?
5 years, 5 months ago (2015-07-23 09:37:31 UTC) #7
Łukasz Anforowicz
Mattias, could you please take a look at 1) chrome/browser/download/download_dir_policy_handler and 2) chrome/browser/policy (+ at ...
5 years, 4 months ago (2015-07-27 17:53:27 UTC) #8
Łukasz Anforowicz
This time I am actually adding Mattias to the Reviewers field...
5 years, 4 months ago (2015-07-27 18:10:57 UTC) #10
Mattias Nissler (ping if slow)
policy changes LGTM
5 years, 4 months ago (2015-07-28 11:40:22 UTC) #11
Łukasz Anforowicz
Pawel, could you please take a look at the dependency from components/drive/DEPS into content/public/test/test_utils.h?
5 years, 4 months ago (2015-07-28 14:13:32 UTC) #13
hashimoto
https://codereview.chromium.org/1246753003/diff/60001/components/drive/BUILD.gn File components/drive/BUILD.gn (right): https://codereview.chromium.org/1246753003/diff/60001/components/drive/BUILD.gn#newcode55 components/drive/BUILD.gn:55: visibility = [ ":*" ] On 2015/07/27 17:53:27, Łukasz ...
5 years, 4 months ago (2015-07-29 02:07:08 UTC) #14
Paweł Hajdan Jr.
On 2015/07/28 at 14:13:32, lukasza wrote: > Pawel, could you please take a look at ...
5 years, 4 months ago (2015-07-30 12:18:03 UTC) #15
Łukasz Anforowicz
https://codereview.chromium.org/1246753003/diff/60001/components/drive/BUILD.gn File components/drive/BUILD.gn (right): https://codereview.chromium.org/1246753003/diff/60001/components/drive/BUILD.gn#newcode55 components/drive/BUILD.gn:55: visibility = [ ":*" ] On 2015/07/29 02:07:08, hashimoto ...
5 years, 4 months ago (2015-08-03 21:30:48 UTC) #16
Łukasz Anforowicz
On 2015/07/30 12:18:03, Paweł Hajdan Jr. wrote: > On 2015/07/28 at 14:13:32, lukasza wrote: > ...
5 years, 4 months ago (2015-08-03 21:32:30 UTC) #17
Paweł Hajdan Jr.
On 2015/08/03 at 21:32:30, lukasza wrote: > On 2015/07/30 12:18:03, Paweł Hajdan Jr. wrote: > ...
5 years, 4 months ago (2015-08-04 09:11:12 UTC) #18
Łukasz Anforowicz
On 2015/08/04 09:11:12, Paweł Hajdan Jr. wrote: > Sure. Sorry for a vague question. I'd ...
5 years, 4 months ago (2015-08-04 20:23:38 UTC) #19
Paweł Hajdan Jr.
LGTM, thanks for explaining.
5 years, 4 months ago (2015-08-05 19:10:47 UTC) #20
Łukasz Anforowicz
Thanks Pawel. Ben, Satoru - I am adding you to TBR, because I believe changes ...
5 years, 4 months ago (2015-08-05 21:44:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246753003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246753003/140001
5 years, 4 months ago (2015-08-05 23:46:52 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/85499)
5 years, 4 months ago (2015-08-05 23:59:46 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246753003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246753003/140001
5 years, 4 months ago (2015-08-06 00:05:35 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/100500)
5 years, 4 months ago (2015-08-06 00:21:20 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246753003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1246753003/200001
5 years, 4 months ago (2015-08-07 23:28:56 UTC) #34
commit-bot: I haz the power
Committed patchset #8 (id:200001)
5 years, 4 months ago (2015-08-08 00:36:49 UTC) #35
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/76b4a982964ffefeffa73af775f92d4c22d48791 Cr-Commit-Position: refs/heads/master@{#342492}
5 years, 4 months ago (2015-08-08 00:37:26 UTC) #36
mtomasz
5 years, 4 months ago (2015-08-08 01:15:47 UTC) #37
Message was sent while issue was closed.
On 2015/08/08 00:37:26, commit-bot: I haz the power wrote:
> Patchset 8 (id:??) landed as
> https://crrev.com/76b4a982964ffefeffa73af775f92d4c22d48791
> Cr-Commit-Position: refs/heads/master@{#342492}

Wohoo!

Powered by Google App Engine
This is Rietveld 408576698