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

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)

Created:
3 years, 7 months ago by oka
Modified:
3 years, 7 months ago
Reviewers:
fukino
CC:
chromium-reviews, tfarina, 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

Stop foreground depending on background in gyp v2 BUG=636289 TEST=run_compiler CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2883263002 Cr-Commit-Position: refs/heads/master@{#472458} Committed: https://chromium.googlesource.com/chromium/src/+/27a05b28ecc1e505a282463337a36d09011b947d

Patch Set 1 #

Patch Set 2 : fix. #

Patch Set 3 : . #

Patch Set 4 : sort #

Patch Set 5 : Remove private #

Total comments: 16

Patch Set 6 : Addressed comments. #

Patch Set 7 : Removed unused TaskQueue and values in media_import_handler. #

Total comments: 4

Patch Set 8 : Addressed comments. Extracted ImportRunner interface as a file #

Patch Set 9 : Forgot to add import_runner.js #

Patch Set 10 : Format. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -196 lines) Patch
A ui/file_manager/externs/background/compiled_resources2.gyp View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
A ui/file_manager/externs/background/drive_sync_handler.js View 1 chunk +30 lines, -0 lines 0 comments Download
A ui/file_manager/externs/background/file_operation_manager.js View 1 2 3 4 1 chunk +91 lines, -0 lines 0 comments Download
A ui/file_manager/externs/background/import_runner.js View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -0 lines 0 comments Download
A ui/file_manager/externs/background/media_import_handler.js View 1 2 3 4 5 6 7 1 chunk +31 lines, -0 lines 0 comments Download
A ui/file_manager/externs/background/media_scanner.js View 1 2 3 4 5 1 chunk +142 lines, -0 lines 0 comments Download
A ui/file_manager/externs/background/progress_center.js View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A + ui/file_manager/externs/background/volume_manager_factory.js View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D ui/file_manager/externs/background_window_common.js View 1 2 3 4 5 1 chunk +0 lines, -18 lines 0 comments Download
M ui/file_manager/externs/compiled_resources2.gyp View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/background/js/compiled_resources2.gyp View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/background/js/drive_sync_handler.js View 1 chunk +0 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/media_import_handler.js View 1 2 3 4 5 6 7 1 chunk +0 lines, -18 lines 0 comments Download
M ui/file_manager/file_manager/background/js/media_scanner.js View 1 2 3 4 5 2 chunks +0 lines, -137 lines 0 comments Download
M ui/file_manager/file_manager/background/js/progress_center.js View 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp View 1 2 3 4 5 6 7 9 chunks +25 lines, -15 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (7 generated)
oka
fix.
3 years, 7 months ago (2017-05-16 14:42:10 UTC) #2
oka
.
3 years, 7 months ago (2017-05-16 15:19:23 UTC) #3
oka
sort
3 years, 7 months ago (2017-05-16 15:22:56 UTC) #4
oka
Remove private
3 years, 7 months ago (2017-05-16 15:30:45 UTC) #5
oka
PTAL.
3 years, 7 months ago (2017-05-16 15:32:13 UTC) #7
fukino
Thank you for working on this! https://codereview.chromium.org/2883263002/diff/80001/ui/file_manager/externs/background/media_scanner.js File ui/file_manager/externs/background/media_scanner.js (right): https://codereview.chromium.org/2883263002/diff/80001/ui/file_manager/externs/background/media_scanner.js#newcode12 ui/file_manager/externs/background/media_scanner.js:12: importer.MediaScanner = function() ...
3 years, 7 months ago (2017-05-17 04:58:56 UTC) #9
oka
Addressed comments.
3 years, 7 months ago (2017-05-17 08:44:15 UTC) #10
oka
PTAL. https://codereview.chromium.org/2883263002/diff/80001/ui/file_manager/externs/background/media_scanner.js File ui/file_manager/externs/background/media_scanner.js (right): https://codereview.chromium.org/2883263002/diff/80001/ui/file_manager/externs/background/media_scanner.js#newcode12 ui/file_manager/externs/background/media_scanner.js:12: importer.MediaScanner = function() {}; On 2017/05/17 04:58:56, fukino ...
3 years, 7 months ago (2017-05-17 08:45:42 UTC) #11
oka
Removed unused TaskQueue and values in media_import_handler.
3 years, 7 months ago (2017-05-17 09:50:43 UTC) #12
oka
PTAL.
3 years, 7 months ago (2017-05-17 09:50:57 UTC) #13
fukino
lgtm with nits. https://codereview.chromium.org/2883263002/diff/120001/ui/file_manager/externs/background/media_import_handler.js File ui/file_manager/externs/background/media_import_handler.js (right): https://codereview.chromium.org/2883263002/diff/120001/ui/file_manager/externs/background/media_import_handler.js#newcode13 ui/file_manager/externs/background/media_import_handler.js:13: importer.ImportRunner = function() {}; Could you ...
3 years, 7 months ago (2017-05-17 10:49:19 UTC) #14
oka
Addressed comments. Extracted ImportRunner interface as a file
3 years, 7 months ago (2017-05-17 14:16:15 UTC) #15
oka
Forgot to add import_runner.js
3 years, 7 months ago (2017-05-17 14:38:36 UTC) #16
oka
https://codereview.chromium.org/2883263002/diff/120001/ui/file_manager/externs/background/media_import_handler.js File ui/file_manager/externs/background/media_import_handler.js (right): https://codereview.chromium.org/2883263002/diff/120001/ui/file_manager/externs/background/media_import_handler.js#newcode13 ui/file_manager/externs/background/media_import_handler.js:13: importer.ImportRunner = function() {}; On 2017/05/17 10:49:19, fukino wrote: ...
3 years, 7 months ago (2017-05-17 14:39:29 UTC) #17
oka
Format.
3 years, 7 months ago (2017-05-17 14:39:52 UTC) #18
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/2883263002/180001
3 years, 7 months ago (2017-05-17 14:40:29 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-17 15:18:45 UTC) #24
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/27a05b28ecc1e505a282463337a3...

Powered by Google App Engine
This is Rietveld 408576698