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

Issue 2830223003: Compile file_transfer_controller in gyp v2 (Closed)

Created:
3 years, 8 months ago by oka
Modified:
3 years, 7 months ago
Reviewers:
fukino
CC:
chromium-reviews, yamaguchi+watch_chromium.org, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, jlklein+watch-closure_chromium.org, fukino+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Compile file_transfer_controller in gyp v2 - Removed dependency from file_transfor_controller to CommandHandler by registering the needed function from FileManager to FileTransferController as a constructor parameter. - Added drop_effect_and_label to compile target. BUG=636289 TEST=run_compiler CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2830223003 Cr-Commit-Position: refs/heads/master@{#467912} Committed: https://chromium.googlesource.com/chromium/src/+/8a09e380ca0d6d41a52d066da4b288dacc29f40e

Patch Set 1 #

Patch Set 2 : rebase. #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 6

Patch Set 7 : Addressed comment. #

Patch Set 8 : Register callback from FileManager to FileTransferController. #

Patch Set 9 : Format. #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -79 lines) Patch
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp View 1 2 3 4 5 6 3 chunks +31 lines, -17 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -10 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_transfer_controller.js View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +32 lines, -52 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_scripts.js View 1 chunk +1 line, -0 lines 0 comments Download
A ui/file_manager/file_manager/foreground/js/webui_command_extender.js View 1 chunk +20 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 52 (31 generated)
oka
rebase.
3 years, 8 months ago (2017-04-21 06:57:33 UTC) #9
oka
.
3 years, 8 months ago (2017-04-21 06:58:24 UTC) #10
oka
.
3 years, 8 months ago (2017-04-21 07:04:45 UTC) #15
oka
.
3 years, 8 months ago (2017-04-21 07:10:18 UTC) #17
oka
.
3 years, 8 months ago (2017-04-21 07:12:35 UTC) #18
oka
PTAL.
3 years, 8 months ago (2017-04-21 07:14:45 UTC) #24
fukino
https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp File ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp (right): https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp#newcode186 ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp:186: '../../background/js/compiled_resources2.gyp:file_operation_manager', TODO comment is dropped unintentionally? https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js File ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js ...
3 years, 8 months ago (2017-04-21 07:36:59 UTC) #25
oka
PTAL https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp File ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp (right): https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp#newcode186 ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp:186: '../../background/js/compiled_resources2.gyp:file_operation_manager', On 2017/04/21 07:36:58, fukino wrote: > TODO ...
3 years, 8 months ago (2017-04-27 05:00:53 UTC) #28
fukino
https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js File ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js (right): https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js#newcode401 ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js:401: VolumeManagerWrapper.prototype.shouldShowMenuItemForEntry = function(entry) { On 2017/04/27 05:00:53, oka wrote: ...
3 years, 8 months ago (2017-04-27 06:07:53 UTC) #29
oka
https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js File ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js (right): https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js#newcode401 ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js:401: VolumeManagerWrapper.prototype.shouldShowMenuItemForEntry = function(entry) { On 2017/04/27 06:07:53, fukino wrote: ...
3 years, 8 months ago (2017-04-27 06:35:18 UTC) #30
oka
On 2017/04/27 06:35:18, oka wrote: > https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js > File ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js > (right): > > https://codereview.chromium.org/2830223003/diff/100001/ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js#newcode401 ...
3 years, 7 months ago (2017-04-27 07:07:28 UTC) #31
oka
Register callback from FileManager to FileTransferController.
3 years, 7 months ago (2017-04-27 07:29:56 UTC) #32
oka
Format.
3 years, 7 months ago (2017-04-27 07:30:49 UTC) #33
oka
.
3 years, 7 months ago (2017-04-27 07:33:22 UTC) #34
oka
.
3 years, 7 months ago (2017-04-27 07:39:59 UTC) #36
oka
PTAL.
3 years, 7 months ago (2017-04-27 07:41:48 UTC) #39
fukino
lgtm. Thanks!
3 years, 7 months ago (2017-04-27 07:46:29 UTC) #40
oka
Fix typo.
3 years, 7 months ago (2017-04-27 07:51:58 UTC) #41
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/2830223003/220001
3 years, 7 months ago (2017-04-27 07:55:51 UTC) #47
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/2830223003/220001
3 years, 7 months ago (2017-04-28 05:49:07 UTC) #49
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 05:54:29 UTC) #52
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://chromium.googlesource.com/chromium/src/+/8a09e380ca0d6d41a52d066da4b2...

Powered by Google App Engine
This is Rietveld 408576698