forked from pool/nodejs-electron
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
|
--- src/content/utility/speech/BUILD.gn.orig
|
||
|
+++ src/content/utility/speech/BUILD.gn
|
||
|
@@ -10,7 +10,6 @@ source_set("speech_recognition_sandbox_h
|
||
|
|
||
|
deps = [
|
||
|
"//base",
|
||
|
- "//components/component_updater:component_updater",
|
||
|
"//components/soda:buildflags",
|
||
|
"//components/soda:constants",
|
||
|
"//sandbox/linux:sandbox_services",
|
||
|
--- src/chrome/common/BUILD.gn.old
|
||
|
+++ src/chrome/common/BUILD.gn
|
||
|
@@ -193,7 +193,6 @@ static_library("common_lib") {
|
||
|
"//chrome/installer/util:with_no_strings",
|
||
|
"//components/client_hints/common",
|
||
|
"//components/cloud_devices/common",
|
||
|
- "//components/component_updater",
|
||
|
"//components/content_settings/core/common",
|
||
|
"//components/crash/core/common",
|
||
|
"//components/device_signals/core/common:features",
|
||
|
--- src/content/utility/BUILD.gn.orig
|
||
|
+++ src/content/utility/BUILD.gn
|
||
|
@@ -144,10 +144,6 @@ source_set("utility") {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
- if (is_linux || is_chromeos) {
|
||
|
- deps += [ "//services/screen_ai:screen_ai_sandbox_hook" ]
|
||
|
- }
|
||
|
-
|
||
|
if (enable_accessibility_service) {
|
||
|
deps += [ "//services/accessibility:lib" ]
|
||
|
}
|