summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_browser_BUILD.gn')
-rw-r--r--www/chromium/files/patch-content_browser_BUILD.gn14
1 files changed, 5 insertions, 9 deletions
diff --git a/www/chromium/files/patch-content_browser_BUILD.gn b/www/chromium/files/patch-content_browser_BUILD.gn
index 6bbe8159cddc..e46f0adca63f 100644
--- a/www/chromium/files/patch-content_browser_BUILD.gn
+++ b/www/chromium/files/patch-content_browser_BUILD.gn
@@ -1,20 +1,16 @@
---- content/browser/BUILD.gn.orig 2021-12-31 00:57:31 UTC
+--- content/browser/BUILD.gn.orig 2022-02-07 13:39:41 UTC
+++ content/browser/BUILD.gn
-@@ -2318,6 +2318,17 @@ source_set("browser") {
- deps += [ "//third_party/speech-dispatcher" ]
+@@ -2317,6 +2317,13 @@ source_set("browser") {
+ ]
}
+ if (is_bsd) {
+ sources -= [
-+ "compute_pressure/cpu_probe_linux.cc",
-+ "compute_pressure/cpu_probe_linux.h",
-+ "sandbox_host_linux.cc",
-+ "sandbox_host_linux.h",
+ "sandbox_ipc_linux.cc",
+ "sandbox_ipc_linux.h",
+ ]
+ }
+
- # ChromeOS also defines linux but their memory-monitors conflict.
- if (is_chromeos_ash) {
+ if (is_chromeos) {
sources += [
+ "handwriting/handwriting_recognition_service_impl_cros.cc",