summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2018-10-16 13:24:39 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2018-10-18 10:23:30 +0000
commit8b811ee0797f0378a0ef49a5ca04302959e08c65 (patch)
tree189a3d78ce87415639c92b4b4c12fddd3d6b9a74
parent098680710ad3db2e9bd62928a9e2fb1c7cb8c4a9 (diff)
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>
-rw-r--r--src/core/qtwebengine_sources.gni1
1 files changed, 1 insertions, 0 deletions
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",