Commit 563a7d86 authored by timvolodine's avatar timvolodine Committed by Commit bot

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

Review URL: https://codereview.chromium.org/894103002

Cr-Commit-Position: refs/heads/master@{#314333}
parent 995a7afd
...@@ -10,8 +10,9 @@ ...@@ -10,8 +10,9 @@
'target_name': 'browser_app_shim', 'target_name': 'browser_app_shim',
'type': 'static_library', 'type': 'static_library',
'dependencies': [ 'dependencies': [
# Since browser_app_shim and browser depend on each other, we omit the # Since browser_app_shim and chrome.gyp:browser depend on each other,
# dependency on browser here. # we omit the dependency on browser here.
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common', '../content/content.gyp:content_common',
], ],
'sources': [ 'sources': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment