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

Issue 894103002: Fix flaky mac build due to missing permission_status.mojom.h. (Closed)

Created:
5 years, 10 months ago by timvolodine
Modified:
5 years, 10 months ago
Reviewers:
jam, blundell
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix flaky mac build due to missing permission_status.mojom.h. This patch adds an extra dependency on content.gyp:content_browser to browser_app_shim in order to generate permission_status.mojom.h before compile. BUG=454447 Committed: https://crrev.com/563a7d861280e9922433c077c488ac6e54af44e4 Cr-Commit-Position: refs/heads/master@{#314333}

Patch Set 1 #

Total comments: 4

Patch Set 2 : add the mojom dependencies to content_browser instead #

Total comments: 1

Patch Set 3 : add dependency to browser_app_shim #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M chrome/browser/apps/app_shim/browser_app_shim.gypi View 1 2 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
timvolodine
5 years, 10 months ago (2015-02-02 18:38:06 UTC) #2
blundell
https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi File chrome/browser/apps/app_shim/browser_app_shim.gypi (right): https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi#newcode16 chrome/browser/apps/app_shim/browser_app_shim.gypi:16: '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings', note: from the compile failure, it looks like ...
5 years, 10 months ago (2015-02-02 19:20:33 UTC) #4
jam
lgtm https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi File chrome/browser/apps/app_shim/browser_app_shim.gypi (right): https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi#newcode16 chrome/browser/apps/app_shim/browser_app_shim.gypi:16: '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings', On 2015/02/02 19:20:33, blundell wrote: > note: ...
5 years, 10 months ago (2015-02-02 20:39:16 UTC) #5
blundell
https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi File chrome/browser/apps/app_shim/browser_app_shim.gypi (right): https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi#newcode16 chrome/browser/apps/app_shim/browser_app_shim.gypi:16: '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings', On 2015/02/02 20:39:16, jam wrote: > On 2015/02/02 ...
5 years, 10 months ago (2015-02-02 20:41:13 UTC) #6
jam
https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi File chrome/browser/apps/app_shim/browser_app_shim.gypi (right): https://codereview.chromium.org/894103002/diff/1/chrome/browser/apps/app_shim/browser_app_shim.gypi#newcode16 chrome/browser/apps/app_shim/browser_app_shim.gypi:16: '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings', On 2015/02/02 20:41:13, blundell wrote: > On 2015/02/02 ...
5 years, 10 months ago (2015-02-03 05:22:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/894103002/1
5 years, 10 months ago (2015-02-03 10:48:05 UTC) #9
blundell
please change the dependency to be on content_browser, which will have a greater chance of ...
5 years, 10 months ago (2015-02-03 10:50:22 UTC) #11
timvolodine
On 2015/02/03 10:50:22, blundell wrote: > please change the dependency to be on content_browser, which ...
5 years, 10 months ago (2015-02-03 11:06:20 UTC) #12
blundell
On 2015/02/03 11:06:20, timvolodine wrote: > On 2015/02/03 10:50:22, blundell wrote: > > please change ...
5 years, 10 months ago (2015-02-03 12:20:05 UTC) #13
timvolodine
On 2015/02/03 12:20:05, blundell wrote: > On 2015/02/03 11:06:20, timvolodine wrote: > > On 2015/02/03 ...
5 years, 10 months ago (2015-02-03 12:55:17 UTC) #14
blundell
https://codereview.chromium.org/894103002/diff/20001/content/content.gyp File content/content.gyp (right): https://codereview.chromium.org/894103002/diff/20001/content/content.gyp#newcode158 content/content.gyp:158: 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', Oops, sorry for the misunderstanding. content.gyp:browser already has ...
5 years, 10 months ago (2015-02-03 13:02:02 UTC) #15
timvolodine
On 2015/02/03 13:02:02, blundell wrote: > https://codereview.chromium.org/894103002/diff/20001/content/content.gyp > File content/content.gyp (right): > > https://codereview.chromium.org/894103002/diff/20001/content/content.gyp#newcode158 > ...
5 years, 10 months ago (2015-02-03 13:54:18 UTC) #16
blundell
lgtm, thanks
5 years, 10 months ago (2015-02-03 14:52:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/894103002/40001
5 years, 10 months ago (2015-02-03 14:59:48 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-03 15:03:16 UTC) #20
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 15:05:12 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/563a7d861280e9922433c077c488ac6e54af44e4
Cr-Commit-Position: refs/heads/master@{#314333}

Powered by Google App Engine
This is Rietveld 408576698