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

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (Closed)

Created:
4 years, 1 month ago by tsniatowski
Modified:
4 years, 1 month ago
Reviewers:
wjmaclean, wjmaclean, lazyboy, Devlin, Dirk Pranke
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a bunch of generated file build flakes in //extensions Several files in //extensions could randomly fail to build due to missing dependencies on header generator targets, mostly mojo and grit. Add the dependencies so builds are not flaky. BUG=655123 Committed: https://crrev.com/dc44a53ed3244a4a68cb1fd4ccfaacf1e97e5d23 Cr-Commit-Position: refs/heads/master@{#429543}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Review fixes, rearrange //extensions/common/api #

Total comments: 4

Patch Set 3 : get_path_info in schema.gni #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -151 lines) Patch
M chrome/browser/extensions/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/BUILD.gn View 1 2 3 chunks +21 lines, -0 lines 0 comments Download
M extensions/browser/api/bluetooth_low_energy/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/serial/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/web_request/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/app_window/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/app_view/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/extension_options/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/extension_view/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/mime_handler_view/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/web_view/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/api/BUILD.gn View 1 2 chunks +6 lines, -91 lines 0 comments Download
A + extensions/common/api/schema.gni View 1 2 3 chunks +14 lines, -56 lines 0 comments Download
M extensions/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 46 (19 generated)
tsniatowski
On 2016/10/26 11:03:47, tsniatowski wrote: > mailto:tsniatowski@opera.com changed reviewers: > + mailto:lazyboy@chromium.org, mailto:wjmaclean@chromium.org PTAL (build ...
4 years, 1 month ago (2016-10-26 11:06:10 UTC) #3
wjmaclean_google.com
lgtm
4 years, 1 month ago (2016-10-26 12:22:59 UTC) #5
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/2452943003/1
4 years, 1 month ago (2016-10-26 13:21:13 UTC) #7
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 1 month ago (2016-10-26 13:21:15 UTC) #9
tsniatowski
On 2016/10/26 13:21:15, commit-bot: I haz the power wrote: > No L-G-T-M from a valid ...
4 years, 1 month ago (2016-10-26 14:07:44 UTC) #10
wjmaclean
On 2016/10/26 14:07:44, tsniatowski wrote: > On 2016/10/26 13:21:15, commit-bot: I haz the power wrote: ...
4 years, 1 month ago (2016-10-26 14:23:41 UTC) #11
tsniatowski
On 2016/10/26 14:23:41, wjmaclean wrote: > On 2016/10/26 14:07:44, tsniatowski wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 14:29:56 UTC) #12
wjmaclean
On 2016/10/26 14:23:41, wjmaclean wrote: > On 2016/10/26 14:07:44, tsniatowski wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 14:30:34 UTC) #13
wjmaclean
On 2016/10/26 14:30:34, wjmaclean wrote: > On 2016/10/26 14:23:41, wjmaclean wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 14:31:24 UTC) #14
lazyboy
Over to Devlin for review. https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn File extensions/common/api/BUILD.gn (right): https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn#newcode115 extensions/common/api/BUILD.gn:115: "//extensions/browser/api", Not sure if ...
4 years, 1 month ago (2016-10-26 17:22:23 UTC) #16
Devlin
Sorry to pass the buck farther. Dirk, can you take a look at the comment ...
4 years, 1 month ago (2016-10-26 19:30:28 UTC) #18
Devlin
https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn File extensions/common/api/BUILD.gn (right): https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn#newcode115 extensions/common/api/BUILD.gn:115: "//extensions/browser/api", On 2016/10/26 19:30:28, Devlin wrote: > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 19:31:00 UTC) #19
tsniatowski
https://codereview.chromium.org/2452943003/diff/1/extensions/browser/app_window/BUILD.gn File extensions/browser/app_window/BUILD.gn (right): https://codereview.chromium.org/2452943003/diff/1/extensions/browser/app_window/BUILD.gn#newcode32 extensions/browser/app_window/BUILD.gn:32: "//extensions:extensions_resources", On 2016/10/26 19:30:28, Devlin wrote: > could this ...
4 years, 1 month ago (2016-10-26 20:43:42 UTC) #20
Dirk Pranke
Let me know if I didn't answer (or misunderstood) the question. https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn File extensions/common/api/BUILD.gn (right): ...
4 years, 1 month ago (2016-10-26 21:49:21 UTC) #21
Devlin
https://codereview.chromium.org/2452943003/diff/1/extensions/browser/app_window/BUILD.gn File extensions/browser/app_window/BUILD.gn (right): https://codereview.chromium.org/2452943003/diff/1/extensions/browser/app_window/BUILD.gn#newcode32 extensions/browser/app_window/BUILD.gn:32: "//extensions:extensions_resources", On 2016/10/26 20:43:41, tsniatowski wrote: > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 21:57:52 UTC) #22
tsniatowski
https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn File extensions/common/api/BUILD.gn (right): https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn#newcode115 extensions/common/api/BUILD.gn:115: "//extensions/browser/api", On 2016/10/26 21:57:52, Devlin wrote: > On 2016/10/26 ...
4 years, 1 month ago (2016-10-27 08:18:59 UTC) #23
tsniatowski
On 2016/10/27 08:18:59, tsniatowski wrote: > https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn > File extensions/common/api/BUILD.gn (right): > > https://codereview.chromium.org/2452943003/diff/1/extensions/common/api/BUILD.gn#newcode115 > ...
4 years, 1 month ago (2016-10-27 10:58:35 UTC) #24
Devlin
I think this lgtm. I feel better about having the clearer browser/common separation; thanks for ...
4 years, 1 month ago (2016-10-27 16:00:59 UTC) #25
Dirk Pranke
https://codereview.chromium.org/2452943003/diff/20001/extensions/browser/api/BUILD.gn File extensions/browser/api/BUILD.gn (right): https://codereview.chromium.org/2452943003/diff/20001/extensions/browser/api/BUILD.gn#newcode96 extensions/browser/api/BUILD.gn:96: rebase_path(extensions_api_schema_files, ".", "//extensions/common/api") On 2016/10/27 16:00:59, Devlin wrote: > ...
4 years, 1 month ago (2016-10-27 21:28:44 UTC) #26
tsniatowski
On 2016/10/27 21:28:44, Dirk Pranke wrote: > https://codereview.chromium.org/2452943003/diff/20001/extensions/browser/api/BUILD.gn > File extensions/browser/api/BUILD.gn (right): > > https://codereview.chromium.org/2452943003/diff/20001/extensions/browser/api/BUILD.gn#newcode96 ...
4 years, 1 month ago (2016-11-03 06:11:11 UTC) #31
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/2452943003/40001
4 years, 1 month ago (2016-11-03 06:11:40 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years, 1 month ago (2016-11-03 08:12:31 UTC) #36
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/2452943003/40001
4 years, 1 month ago (2016-11-03 08:20:50 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years, 1 month ago (2016-11-03 10:21:12 UTC) #40
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/2452943003/40001
4 years, 1 month ago (2016-11-03 10:29:35 UTC) #42
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-03 11:52:16 UTC) #44
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 11:54:45 UTC) #46
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/dc44a53ed3244a4a68cb1fd4ccfaacf1e97e5d23
Cr-Commit-Position: refs/heads/master@{#429543}

Powered by Google App Engine
This is Rietveld 408576698