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

Issue 2726403003: WebUI: Split unpack_pak functionality to its own GN action. (Closed)

Created:
3 years, 9 months ago by dpapad
Modified:
3 years, 9 months ago
Reviewers:
Nico, Dan Beam
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebUI: Split unpack_pak functionality to its own GN action. This is a preparatory step for splitting MD Settings to a main and a lazy module. BUG=597347 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2726403003 Cr-Commit-Position: refs/heads/master@{#455966} Committed: https://chromium.googlesource.com/chromium/src/+/17018ae26c0cb9c21e76f9e6040d0583b78f6b93

Patch Set 1 #

Patch Set 2 : simplify #

Patch Set 3 : Cleanup #

Patch Set 4 : Rebase #

Total comments: 6

Patch Set 5 : Address comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -23 lines) Patch
M chrome/browser/resources/settings/BUILD.gn View 1 2 3 4 2 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/resources/unpack_pak.py View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/vulcanize.gni View 1 2 3 4 1 chunk +23 lines, -0 lines 1 comment Download
M chrome/browser/resources/vulcanize_gn.py View 1 3 chunks +6 lines, -20 lines 0 comments Download

Messages

Total messages: 25 (18 generated)
dpapad
3 years, 9 months ago (2017-03-10 00:09:14 UTC) #14
Dan Beam
lgtm https://codereview.chromium.org/2726403003/diff/60001/chrome/browser/resources/settings/BUILD.gn File chrome/browser/resources/settings/BUILD.gn (right): https://codereview.chromium.org/2726403003/diff/60001/chrome/browser/resources/settings/BUILD.gn#newcode7 chrome/browser/resources/settings/BUILD.gn:7: unpack_pak_folder = "settings_resources.unpak" nit: unpack_pak -> unpak everywhere? ...
3 years, 9 months ago (2017-03-10 00:10:33 UTC) #15
dpapad
https://codereview.chromium.org/2726403003/diff/60001/chrome/browser/resources/settings/BUILD.gn File chrome/browser/resources/settings/BUILD.gn (right): https://codereview.chromium.org/2726403003/diff/60001/chrome/browser/resources/settings/BUILD.gn#newcode7 chrome/browser/resources/settings/BUILD.gn:7: unpack_pak_folder = "settings_resources.unpak" On 2017/03/10 at 00:10:32, Dan Beam ...
3 years, 9 months ago (2017-03-10 01:42:31 UTC) #16
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/2726403003/80001
3 years, 9 months ago (2017-03-10 01:44:39 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/17018ae26c0cb9c21e76f9e6040d0583b78f6b93
3 years, 9 months ago (2017-03-10 02:55:23 UTC) #22
Nico
https://codereview.chromium.org/2726403003/diff/80001/chrome/browser/resources/vulcanize.gni File chrome/browser/resources/vulcanize.gni (right): https://codereview.chromium.org/2726403003/diff/80001/chrome/browser/resources/vulcanize.gni#newcode111 chrome/browser/resources/vulcanize.gni:111: "$target_gen_dir/${invoker.out_folder}", Listing directories as outputs isn't great, since mtimes ...
3 years, 9 months ago (2017-03-22 22:09:06 UTC) #24
dpapad
3 years, 9 months ago (2017-03-22 22:39:27 UTC) #25
Message was sent while issue was closed.
On 2017/03/22 at 22:09:06, thakis wrote:
>
https://codereview.chromium.org/2726403003/diff/80001/chrome/browser/resource...
> File chrome/browser/resources/vulcanize.gni (right):
> 
>
https://codereview.chromium.org/2726403003/diff/80001/chrome/browser/resource...
> chrome/browser/resources/vulcanize.gni:111:
"$target_gen_dir/${invoker.out_folder}",
> Listing directories as outputs isn't great, since mtimes on directories are a
bit unpredictable (In particular, if a file in a subdirectory is touched, it
won't update the parent directories time stamp). Can you use a stamp file as
output instead?

I'll look into it. Assuming that the stamp file you are referring to already
exists somewhere and I just need to change the declared output. If you can point
me to a similar example it would be helpful. Thanks.

Powered by Google App Engine
This is Rietveld 408576698