summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-01-21 10:11:54 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-01-21 15:06:29 +0000
commit30c22c6ed9833c7e6e14a345752c6f13cfbaec51 (patch)
tree22e27b03f6f6e84f39922894ddd09d0fab1cccab
parente6ca8a20ba67770afcaacf2b21b2253abd4d382c (diff)
downloadqtwebengine-chromium-30c22c6ed9833c7e6e14a345752c6f13cfbaec51.tar.gz
Speculative fix for build error
Avoid jumbo-build of module_win.cc as it uses GUID and gets confused by base::GUID Task-number: QTBUG-100058 Change-Id: I0559584d9751f94b91c478681126b46908928207 (cherry picked from commit f321266511558471575a5f71b83fe34783fd6840) Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-rw-r--r--chromium/base/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/base/BUILD.gn b/chromium/base/BUILD.gn
index 62403c09284..4d2555c74d5 100644
--- a/chromium/base/BUILD.gn
+++ b/chromium/base/BUILD.gn
@@ -1132,6 +1132,7 @@ jumbo_component("base") {
]
jumbo_excluded_sources += [
"logging_win.cc",
+ "profiler/module_cache_win.cc",
]
}