From 8b811ee0797f0378a0ef49a5ca04302959e08c65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@qt.io>
Date: Tue, 16 Oct 2018 13:24:39 +0200
Subject: [PATCH] Fix build for Boot2Qt

A change in Chromium 69 pulled a mojom header into
the public content browser API without, assuming the
dependencies would always be fulfilled via building
the extension system.

Add the dependency explicitly to fix this.

Change-Id: I005aa0970c7ecdbdce90d8c1db78c38f2274d324
Fixes: QTBUG-70914
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
---
 src/core/qtwebengine_sources.gni | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/qtwebengine_sources.gni b/src/core/qtwebengine_sources.gni
index ea18dad97..b1361e727 100644
--- a/src/core/qtwebengine_sources.gni
+++ b/src/core/qtwebengine_sources.gni
@@ -44,6 +44,7 @@ source_set("qtwebengine_sources") {
     "//chrome/common:buildflags",
     "//components/nacl/common:buildflags",
     "//extensions/buildflags:buildflags",
+    "//third_party/blink/public/mojom:mojom_platform",
   ]
   sources = [
     "//chrome/common/custom_handlers/protocol_handler.cc",
-- 
GitLab