summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_BUILD.gn
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2019-06-13 22:29:19 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2019-06-13 22:29:19 +0000
commitfde2530e82500b2a4ba93aae490ec94065d5e4b4 (patch)
tree2eece2a30c0194745eaa06d3023a71737ba26c4b /www/chromium/files/patch-base_BUILD.gn
parentparse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines. (diff)
www/chromium: Update to 75.0.3770.80
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Diffstat (limited to 'www/chromium/files/patch-base_BUILD.gn')
-rw-r--r--www/chromium/files/patch-base_BUILD.gn10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn
index 44ecb3b6b17d..30a152076cec 100644
--- a/www/chromium/files/patch-base_BUILD.gn
+++ b/www/chromium/files/patch-base_BUILD.gn
@@ -1,6 +1,6 @@
---- base/BUILD.gn.orig 2019-04-30 22:22:27 UTC
+--- base/BUILD.gn.orig 2019-06-04 18:55:15 UTC
+++ base/BUILD.gn
-@@ -1188,7 +1188,7 @@ jumbo_component("base") {
+@@ -1234,7 +1234,7 @@ jumbo_component("base") {
# Needed for <atomic> if using newer C++ library than sysroot, except if
# building inside the cros_sdk environment - use host_toolchain as a
# more robust check for this.
@@ -9,7 +9,7 @@
host_toolchain != "//build/toolchain/cros:host") {
libs += [ "atomic" ]
}
-@@ -1214,7 +1214,7 @@ jumbo_component("base") {
+@@ -1260,7 +1260,7 @@ jumbo_component("base") {
"allocator/allocator_shim_override_glibc_weak_symbols.h",
]
deps += [ "//base/allocator:tcmalloc" ]
@@ -18,7 +18,7 @@
sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ]
} else if (is_android && use_allocator == "none") {
sources += [
-@@ -1764,6 +1764,33 @@ jumbo_component("base") {
+@@ -1813,6 +1813,33 @@ jumbo_component("base") {
}
}
@@ -52,7 +52,7 @@
# iOS
if (is_ios) {
set_sources_assignment_filter([])
-@@ -2840,6 +2867,12 @@ test("base_unittests") {
+@@ -2910,6 +2937,12 @@ test("base_unittests") {
]
set_sources_assignment_filter(sources_assignment_filter)
}