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

Issue 2022413002: Convert startup_metric_utils to use mojo. (Closed)

Created:
4 years, 6 months ago by Sam McNally
Modified:
4 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blundell+watchlist_chromium.org, chrome-apps-syd-reviews_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, droger+watchlist_chromium.org, jam, qsr+mojo_chromium.org, sdefresne+watchlist_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert startup_metric_utils to use mojo. BUG=577685 TBR=jochen@chromium.org Committed: https://crrev.com/089f995b33d52e072a1a00c0302116fb9d4e49fb Committed: https://crrev.com/33584452414612dd66a2fcc04cbd0a118d9fd64d Cr-Original-Commit-Position: refs/heads/master@{#398781} Cr-Commit-Position: refs/heads/master@{#398831}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : rebase #

Patch Set 4 : #

Patch Set 5 : rebase #

Patch Set 6 : #

Patch Set 7 : only create the target startup_metric_utils_win on windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -172 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_exe.gypi View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_installer_util.gypi View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M components/crash.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/nacl.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/startup_metric_utils.gypi View 1 2 3 4 5 6 2 chunks +41 lines, -20 lines 0 comments Download
M components/startup_metric_utils/browser/BUILD.gn View 2 chunks +5 lines, -5 lines 0 comments Download
M components/startup_metric_utils/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/startup_metric_utils/browser/startup_metric_host_impl.h View 1 chunk +35 lines, -0 lines 0 comments Download
A components/startup_metric_utils/browser/startup_metric_host_impl.cc View 1 chunk +26 lines, -0 lines 0 comments Download
D components/startup_metric_utils/browser/startup_metric_message_filter.h View 1 chunk +0 lines, -31 lines 0 comments Download
D components/startup_metric_utils/browser/startup_metric_message_filter.cc View 1 chunk +0 lines, -31 lines 0 comments Download
M components/startup_metric_utils/common/BUILD.gn View 2 chunks +11 lines, -3 lines 0 comments Download
M components/startup_metric_utils/common/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
A + components/startup_metric_utils/common/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A components/startup_metric_utils/common/startup_metric.mojom View 1 chunk +12 lines, -0 lines 0 comments Download
D components/startup_metric_utils/common/startup_metric_message_generator.h View 1 chunk +0 lines, -7 lines 0 comments Download
D components/startup_metric_utils/common/startup_metric_message_generator.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D components/startup_metric_utils/common/startup_metric_messages.h View 1 chunk +0 lines, -13 lines 0 comments Download
M ipc/ipc_message_start.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 39 (22 generated)
Sam McNally
4 years, 6 months ago (2016-06-07 03:24:57 UTC) #8
erikchen
Looks like the compile error is real? https://codereview.chromium.org/2022413002/diff/120001/chrome/chrome_common.gypi File chrome/chrome_common.gypi (right): https://codereview.chromium.org/2022413002/diff/120001/chrome/chrome_common.gypi#newcode516 chrome/chrome_common.gypi:516: '<(DEPTH)/components/components.gyp:startup_metric_utils_common', why ...
4 years, 6 months ago (2016-06-07 16:01:37 UTC) #9
Sam McNally
On 2016/06/07 16:01:37, erikchen wrote: > Looks like the compile error is real? > Done. ...
4 years, 6 months ago (2016-06-08 00:31:44 UTC) #10
erikchen
lgtm
4 years, 6 months ago (2016-06-08 04:06:18 UTC) #11
Sam McNally
+sky for chrome/ +dcheng for messages and mojom
4 years, 6 months ago (2016-06-08 04:14:16 UTC) #13
sky
LGTM https://codereview.chromium.org/2022413002/diff/140001/components/startup_metric_utils.gypi File components/startup_metric_utils.gypi (right): https://codereview.chromium.org/2022413002/diff/140001/components/startup_metric_utils.gypi#newcode50 components/startup_metric_utils.gypi:50: 'target_name': 'startup_metric_utils_common', I found reviewing the changes in ...
4 years, 6 months ago (2016-06-08 16:19:47 UTC) #14
dcheng
https://codereview.chromium.org/2022413002/diff/140001/components/startup_metric_utils/common/startup_metric.mojom File components/startup_metric_utils/common/startup_metric.mojom (right): https://codereview.chromium.org/2022413002/diff/140001/components/startup_metric_utils/common/startup_metric.mojom#newcode11 components/startup_metric_utils/common/startup_metric.mojom:11: mojo.common.mojom.TimeTicks renderer_main_entry_time); General question: how can we make it ...
4 years, 6 months ago (2016-06-08 17:46:24 UTC) #15
Sam McNally
https://codereview.chromium.org/2022413002/diff/140001/components/startup_metric_utils.gypi File components/startup_metric_utils.gypi (right): https://codereview.chromium.org/2022413002/diff/140001/components/startup_metric_utils.gypi#newcode50 components/startup_metric_utils.gypi:50: 'target_name': 'startup_metric_utils_common', On 2016/06/08 16:19:47, sky wrote: > I ...
4 years, 6 months ago (2016-06-09 00:20:54 UTC) #17
dcheng
mojom lgtm
4 years, 6 months ago (2016-06-09 00:25:40 UTC) #18
Sam McNally
TBR +jochen for components/crash.gypi and components/nacl.gyp.
4 years, 6 months ago (2016-06-09 03:58:59 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2022413002/240001
4 years, 6 months ago (2016-06-09 03:59:36 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:240001)
4 years, 6 months ago (2016-06-09 04:28:57 UTC) #28
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/089f995b33d52e072a1a00c0302116fb9d4e49fb Cr-Commit-Position: refs/heads/master@{#398781}
4 years, 6 months ago (2016-06-09 04:30:17 UTC) #30
battre
A revert of this CL (patchset #6 id:240001) has been created in https://codereview.chromium.org/2048033004/ by battre@chromium.org. ...
4 years, 6 months ago (2016-06-09 08:30:41 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2022413002/260001
4 years, 6 months ago (2016-06-09 09:39:01 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:260001)
4 years, 6 months ago (2016-06-09 10:16:13 UTC) #37
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 10:17:46 UTC) #39
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/33584452414612dd66a2fcc04cbd0a118d9fd64d
Cr-Commit-Position: refs/heads/master@{#398831}

Powered by Google App Engine
This is Rietveld 408576698