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

Issue 1805263002: Move CUP to new component client_update_protocol (Closed)

Created:
4 years, 9 months ago by mab
Modified:
4 years, 9 months ago
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move CUP to new component client_update_protocol This is in aid of reusing this code to obtain secure time. BUG=589700 Committed: https://crrev.com/bb61b52a6c356161d5c403db7809a21d79b0b5bc Cr-Commit-Position: refs/heads/master@{#381836}

Patch Set 1 #

Patch Set 2 : fix unittest build #

Patch Set 3 : fix deps #

Patch Set 4 : add client_update_protocol.gypi #

Patch Set 5 : yay finally figured out gyp #

Total comments: 12

Patch Set 6 : sorin review 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -651 lines) Patch
M components/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A components/client_update_protocol.gypi View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download
A + components/client_update_protocol/BUILD.gn View 1 2 chunks +7 lines, -8 lines 0 comments Download
A + components/client_update_protocol/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/client_update_protocol/OWNERS View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
A + components/client_update_protocol/ecdsa.h View 1 2 3 4 5 3 chunks +28 lines, -30 lines 0 comments Download
A + components/client_update_protocol/ecdsa.cc View 1 2 3 4 5 5 chunks +12 lines, -18 lines 0 comments Download
A + components/client_update_protocol/ecdsa_unittest.cc View 1 2 3 4 5 4 chunks +6 lines, -6 lines 0 comments Download
M components/components.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 3 chunks +4 lines, -1 line 0 comments Download
M components/update_client.gypi View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M components/update_client/BUILD.gn View 3 chunks +1 line, -3 lines 0 comments Download
M components/update_client/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
D components/update_client/client_update_protocol_ecdsa.h View 1 chunk +0 lines, -88 lines 0 comments Download
D components/update_client/client_update_protocol_ecdsa.cc View 1 chunk +0 lines, -193 lines 0 comments Download
D components/update_client/client_update_protocol_ecdsa_unittest.cc View 1 chunk +0 lines, -298 lines 0 comments Download
M components/update_client/request_sender.h View 2 chunks +5 lines, -2 lines 0 comments Download
M components/update_client/request_sender.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
mab
https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/BUILD.gn File components/client_update_protocol/BUILD.gn (left): https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/BUILD.gn#oldcode5 components/client_update_protocol/BUILD.gn:5: source_set("crx_file") { git chose this ancestor for me. I ...
4 years, 9 months ago (2016-03-16 22:04:49 UTC) #3
Sorin Jianu
lgtm Thank you! https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/OWNERS File components/client_update_protocol/OWNERS (right): https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/OWNERS#newcode2 components/client_update_protocol/OWNERS:2: cpu@chromium.org cpu@ might be happy to ...
4 years, 9 months ago (2016-03-16 22:22:47 UTC) #5
mab
+jochen for components change https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/OWNERS File components/client_update_protocol/OWNERS (right): https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/OWNERS#newcode2 components/client_update_protocol/OWNERS:2: cpu@chromium.org Done; should I remove ...
4 years, 9 months ago (2016-03-16 22:50:35 UTC) #7
Sorin Jianu
lgtm Thank you! https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/OWNERS File components/client_update_protocol/OWNERS (right): https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/OWNERS#newcode2 components/client_update_protocol/OWNERS:2: cpu@chromium.org On 2016/03/16 22:50:35, mab wrote: ...
4 years, 9 months ago (2016-03-16 23:05:55 UTC) #8
waffles
lgtm https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/BUILD.gn File components/client_update_protocol/BUILD.gn (left): https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/BUILD.gn#oldcode5 components/client_update_protocol/BUILD.gn:5: source_set("crx_file") { On 2016/03/16 22:04:49, mab wrote: > ...
4 years, 9 months ago (2016-03-16 23:16:55 UTC) #9
Sorin Jianu
lgtm https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/BUILD.gn File components/client_update_protocol/BUILD.gn (left): https://codereview.chromium.org/1805263002/diff/80001/components/client_update_protocol/BUILD.gn#oldcode5 components/client_update_protocol/BUILD.gn:5: source_set("crx_file") { On 2016/03/16 23:16:55, waffles wrote: > ...
4 years, 9 months ago (2016-03-16 23:19:51 UTC) #10
mab
-jochen +caitkp for /components/, who has a less loaded review queue and is in this ...
4 years, 9 months ago (2016-03-17 17:27:34 UTC) #12
Cait (Slow)
components/ changes lgtm
4 years, 9 months ago (2016-03-17 17:47:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805263002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805263002/100001
4 years, 9 months ago (2016-03-17 20:34:47 UTC) #15
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/158219)
4 years, 9 months ago (2016-03-17 20:44:50 UTC) #17
mab
Whoops. +davidben for /crypto/
4 years, 9 months ago (2016-03-17 20:49:47 UTC) #19
davidben
DEPS lgtm
4 years, 9 months ago (2016-03-17 20:54:03 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805263002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805263002/100001
4 years, 9 months ago (2016-03-17 21:13:42 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-17 23:37:33 UTC) #24
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 23:39:03 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/bb61b52a6c356161d5c403db7809a21d79b0b5bc
Cr-Commit-Position: refs/heads/master@{#381836}

Powered by Google App Engine
This is Rietveld 408576698