summaryrefslogtreecommitdiff
path: root/chromium/third_party/breakpad
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-29 10:46:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-02 12:02:10 +0000
commit99677208ff3b216fdfec551fbe548da5520cd6fb (patch)
tree476a4865c10320249360e859d8fdd3e01833b03a /chromium/third_party/breakpad
parentc30a6232df03e1efbd9f3b226777b07e087a1122 (diff)
downloadqtwebengine-chromium-99677208ff3b216fdfec551fbe548da5520cd6fb.tar.gz
BASELINE: Update Chromium to 86.0.4240.124
Change-Id: Ide0ff151e94cd665ae6521a446995d34a9d1d644 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/breakpad')
-rw-r--r--chromium/third_party/breakpad/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/third_party/breakpad/BUILD.gn b/chromium/third_party/breakpad/BUILD.gn
index 062cd649bdc..cd2a60b9e0c 100644
--- a/chromium/third_party/breakpad/BUILD.gn
+++ b/chromium/third_party/breakpad/BUILD.gn
@@ -328,7 +328,7 @@ if (is_mac) {
configs -= [ "//build/config/compiler:no_rtti" ]
configs += [ "//build/config/compiler:rtti" ]
- libs = [ "Foundation.framework" ]
+ frameworks = [ "Foundation.framework" ]
if (!is_debug) {
# dump_syms crashes when built at -O1, -O2, and -O3. It does
@@ -354,7 +354,7 @@ if (is_mac) {
include_dirs = [ "breakpad/src/common/mac" ]
- libs = [ "Foundation.framework" ]
+ frameworks = [ "Foundation.framework" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
@@ -421,7 +421,7 @@ if (is_mac) {
"breakpad/src/common/mac",
"breakpad/src",
]
- libs = [
+ frameworks = [
"CoreServices.framework",
"Foundation.framework",
]
@@ -471,7 +471,7 @@ if (is_mac) {
}
}
-if (is_linux || is_android) {
+if (is_linux || is_chromeos || is_android) {
if (current_toolchain == host_toolchain) {
executable("symupload") {
sources = [