Files
cef/patch/patches/libxml_visibility.patch
Marshall Greenblatt 916360e2e5 Update to Chromium version 102.0.4997.0 (#990845)
- Windows: SDK version 10.0.20348.0 is now required.
- MacOS: SDK version 12.3 (Xcode 13.3) is now required.
- Legacy swiftshader binaries (`swiftshader/*` on Win/Linux and
  `libswiftshader_*.dylib` on MacOS) have been removed (see issue #3176).
2022-04-26 16:32:20 -04:00

13 lines
397 B
Diff

diff --git third_party/libxml/BUILD.gn third_party/libxml/BUILD.gn
index 24688c1643c77..212edc9a66a8c 100644
--- third_party/libxml/BUILD.gn
+++ third_party/libxml/BUILD.gn
@@ -138,6 +138,7 @@ static_library("libxml") {
":libxml_utils",
":xml_reader",
":xml_writer",
+ "//cef:*",
"//chromecast/internal",
"//testing/libfuzzer/*",
"//third_party/blink/renderer/*",