build: fix ":electron_lib_arc" / "chromium_src:chrome_lib_arc" dependencies (#40349)

This commit is contained in:
Milan Burda
2023-10-26 16:24:32 -04:00
committed by GitHub
parent ef2745ff29
commit 1e24b130bb
2 changed files with 2 additions and 0 deletions

View File

@@ -787,6 +787,7 @@ if (is_mac) {
"buildflags",
"shell/common/api:mojo",
"//base",
"//content/public/browser",
"//skia",
"//third_party/electron_node:node_lib",
"//third_party/webrtc_overrides:webrtc_component",

View File

@@ -385,6 +385,7 @@ if (is_mac) {
deps = [
"//base",
"//content/public/browser",
"//skia",
"//third_party/electron_node:node_lib",
"//third_party/webrtc_overrides:webrtc_component",