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

Issue 2922273002: Introduce Zucchini in chromium (Closed)

Created:
3 years, 6 months ago by etiennep
Modified:
3 years, 5 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce Zucchini in chromium Zucchini is a patching tool inspired by Courgette, for delta compression of archives containing common exexecutable formats. This is the first step of integrating Zucchini in Chrome Installer. BUG=729154 Review-Url: https://codereview.chromium.org/2922273002 Cr-Commit-Position: refs/heads/master@{#480997} Committed: https://chromium.googlesource.com/chromium/src/+/aef136ba6ee33e2964d30232785bb97d96d50162

Patch Set 1 #

Patch Set 2 : Change owner etiennep to etiennep@chromium.org #

Patch Set 3 : Move zucchini into chrome/installer #

Patch Set 4 : Reorder OWNERS and remove erikchen@ #

Total comments: 4

Patch Set 5 : add process_version_rc_template #

Patch Set 6 : Rename zucchini_main #

Patch Set 7 : Add zucchini_exe_version dependency in zucchini #

Total comments: 16

Patch Set 8 : CR-grt #

Patch Set 9 : Move zucchini deps in top level BUILD #

Patch Set 10 : cl format #

Total comments: 3

Patch Set 11 : add Component in OWNERS file #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -0 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/installer/zucchini/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/installer/zucchini/OWNERS View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 1 comment Download
A chrome/installer/zucchini/zucchini_exe_version.rc.version View 1 2 3 4 5 6 7 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/installer/zucchini/zucchini_main.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (18 generated)
grt (UTC plus 2)
https://codereview.chromium.org/2922273002/diff/60001/chrome/installer/zucchini/BUILD.gn File chrome/installer/zucchini/BUILD.gn (right): https://codereview.chromium.org/2922273002/diff/60001/chrome/installer/zucchini/BUILD.gn#newcode9 chrome/installer/zucchini/BUILD.gn:9: "main.cc", nit: zucchini_main.cc https://codereview.chromium.org/2922273002/diff/60001/chrome/installer/zucchini/BUILD.gn#newcode15 chrome/installer/zucchini/BUILD.gn:15: } please add a ...
3 years, 6 months ago (2017-06-08 20:15:53 UTC) #6
etiennep
On 2017/06/08 20:15:53, grt (UTC plus 2) wrote: > https://codereview.chromium.org/2922273002/diff/60001/chrome/installer/zucchini/BUILD.gn > File chrome/installer/zucchini/BUILD.gn (right): > ...
3 years, 6 months ago (2017-06-08 22:11:47 UTC) #7
etiennep
I failed to publish my drafts... Here they are. https://codereview.chromium.org/2922273002/diff/60001/chrome/installer/zucchini/BUILD.gn File chrome/installer/zucchini/BUILD.gn (right): https://codereview.chromium.org/2922273002/diff/60001/chrome/installer/zucchini/BUILD.gn#newcode9 chrome/installer/zucchini/BUILD.gn:9: ...
3 years, 6 months ago (2017-06-08 22:14:00 UTC) #8
grt (UTC plus 2)
https://codereview.chromium.org/2922273002/diff/120001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2922273002/diff/120001/BUILD.gn#newcode429 BUILD.gn:429: "//chrome/installer/zucchini:zucchini", is the intent to have this built for ...
3 years, 6 months ago (2017-06-09 08:22:54 UTC) #9
etiennep
I applied some correction. I will put this CL on hold until we reach out ...
3 years, 6 months ago (2017-06-09 22:43:06 UTC) #10
grt (UTC plus 2)
SGTM. Ping me when you're ready for the next step.
3 years, 6 months ago (2017-06-12 06:56:49 UTC) #11
etiennep
PTAnL
3 years, 6 months ago (2017-06-16 21:04:00 UTC) #12
grt (UTC plus 2)
lgtm w/ a nit. please wait for overall discussion to settle before landing. thanks. https://codereview.chromium.org/2922273002/diff/180001/chrome/installer/zucchini/OWNERS ...
3 years, 6 months ago (2017-06-20 08:56:52 UTC) #17
etiennep
scottmg@ can you take a look at BUILD.gn? https://codereview.chromium.org/2922273002/diff/180001/chrome/installer/zucchini/OWNERS File chrome/installer/zucchini/OWNERS (right): https://codereview.chromium.org/2922273002/diff/180001/chrome/installer/zucchini/OWNERS#newcode3 chrome/installer/zucchini/OWNERS:3: wfh@chromium.org ...
3 years, 6 months ago (2017-06-20 20:54:05 UTC) #20
scottmg
BUILD.gn lgtm
3 years, 6 months ago (2017-06-20 20:59:24 UTC) #21
grt (UTC plus 2)
https://codereview.chromium.org/2922273002/diff/180001/chrome/installer/zucchini/OWNERS File chrome/installer/zucchini/OWNERS (right): https://codereview.chromium.org/2922273002/diff/180001/chrome/installer/zucchini/OWNERS#newcode3 chrome/installer/zucchini/OWNERS:3: wfh@chromium.org On 2017/06/20 20:54:04, etiennep wrote: > On 2017/06/20 ...
3 years, 6 months ago (2017-06-20 21:03:23 UTC) #22
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/2922273002/200001
3 years, 6 months ago (2017-06-20 22:28:29 UTC) #27
commit-bot: I haz the power
Committed patchset #11 (id:200001) as https://chromium.googlesource.com/chromium/src/+/aef136ba6ee33e2964d30232785bb97d96d50162
3 years, 6 months ago (2017-06-20 22:36:28 UTC) #30
Nico
Can we give this a non-clever name please?
3 years, 5 months ago (2017-06-28 14:11:13 UTC) #32
huangs
Certainly the name is not as clever as "Chrome". But what are you looking for?
3 years, 5 months ago (2017-06-28 14:22:23 UTC) #33
Nico
On 2017/06/28 14:22:23, huangs wrote: > Certainly the name is not as clever as "Chrome". ...
3 years, 5 months ago (2017-06-28 14:26:40 UTC) #34
huangs
I'd say this depends on the level of integration. For "installer", this makes sense since ...
3 years, 5 months ago (2017-06-28 14:43:31 UTC) #35
Nico
On 2017/06/28 14:43:31, huangs wrote: > I'd say this depends on the level of integration. ...
3 years, 5 months ago (2017-06-28 14:59:42 UTC) #36
grt (UTC plus 2)
3 years, 5 months ago (2017-07-03 06:39:42 UTC) #37
Message was sent while issue was closed.
https://codereview.chromium.org/2922273002/diff/200001/chrome/installer/zucch...
File chrome/installer/zucchini/OWNERS (right):

https://codereview.chromium.org/2922273002/diff/200001/chrome/installer/zucch...
chrome/installer/zucchini/OWNERS:2: etiennep@chromium.org
etiennep: are you a chromium committer? if no, please remove yourself from this
file as per the requirements in 
https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md#....
i forgot to ask when i lgtm'd this CL. my apologies for the mistake.

Powered by Google App Engine
This is Rietveld 408576698