Browse Source

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

Milan Burda 1 year ago
parent
commit
1e24b130bb
2 changed files with 2 additions and 0 deletions
  1. 1 0
      BUILD.gn
  2. 1 0
      chromium_src/BUILD.gn

+ 1 - 0
BUILD.gn

@@ -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",

+ 1 - 0
chromium_src/BUILD.gn

@@ -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",