fix: when building with enable_plugins=false (#20354)
* fix: when building with enable_plugins=false * build: exclude printing service to avoid patch * build: update plugins patch from upstream
This commit is contained in:
parent
2fad53e66b
commit
bb2ab01f99
5 changed files with 90 additions and 4 deletions
|
@ -43,8 +43,6 @@ static_library("chrome") {
|
|||
"//chrome/browser/predictors/proxy_lookup_client_impl.h",
|
||||
"//chrome/browser/predictors/resolve_host_client_impl.cc",
|
||||
"//chrome/browser/predictors/resolve_host_client_impl.h",
|
||||
"//chrome/browser/printing/printing_service.cc",
|
||||
"//chrome/browser/printing/printing_service.h",
|
||||
"//chrome/browser/ssl/security_state_tab_helper.cc",
|
||||
"//chrome/browser/ssl/security_state_tab_helper.h",
|
||||
"//chrome/browser/ui/autofill/popup_view_common.cc",
|
||||
|
@ -164,6 +162,8 @@ static_library("chrome") {
|
|||
"//chrome/browser/printing/printer_query.h",
|
||||
"//chrome/browser/printing/printing_message_filter.cc",
|
||||
"//chrome/browser/printing/printing_message_filter.h",
|
||||
"//chrome/browser/printing/printing_service.cc",
|
||||
"//chrome/browser/printing/printing_service.h",
|
||||
]
|
||||
|
||||
public_deps += [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue