From 951a455348d8b4e2213951a962e1f9b547dee994 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 10 Dec 2018 15:27:44 -0600 Subject: [PATCH] qtwebengine: run gn verbosely Change-Id: I559751a7c7b64641dc50f78dc5bb54cdd103c701 --- src/core/gn_run.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtwebengine/src/core/gn_run.pro b/qtwebengine/src/core/gn_run.pro index 9860c454..1966cf95 100644 --- a/qtwebengine/src/core/gn_run.pro +++ b/qtwebengine/src/core/gn_run.pro @@ -39,7 +39,7 @@ build_pass|!debug_and_release { gn_src_root = $$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir())) gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir())) gn_python = "--script-executable=$$pythonPathForSystem()" - gn_run = $$gn_binary gen $$gn_build_root $$gn_python --args=$$gn_args --root=$$gn_src_root + gn_run = $$gn_binary gen $$gn_build_root $$gn_python --args=$$gn_args --root=$$gn_src_root -v message("Running: $$gn_run ") !system($$gn_run) { -- 2.19.1