summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-05-27 14:12:15 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-05-28 11:27:53 +0200
commit626830a781f037bf067dfbb52c63228d375a26f1 (patch)
treef87b8a2cd302312f03a4b22db356e170ef9b8f69
parent99c2125de9944f020e087d564ab0c9c9877ae6ad (diff)
Generate mojo bindings before compiling extension API registration
Speculative fix. Add custom qtwebengine mojo_bindings as a dependency for compiling chrome sources. Change-Id: I930a8c94b8ffe02188659169fd9f27c99f42fb0b 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 81a48cab4..97d51d68e 100644
--- a/src/core/qtwebengine_sources.gni
+++ b/src/core/qtwebengine_sources.gni
@@ -53,6 +53,7 @@ source_set("qtwebengine_sources") {
"//components/performance_manager",
"//components/plugins/renderer/",
"//extensions/buildflags:buildflags",
+ "//qtwebengine/common:mojo_bindings",
"//rlz/buildflags:buildflags",
"//third_party/blink/public/mojom:mojom_platform",
]