mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 18:16:20 +01:00
47d69a842a
- mac: Xcode 14.0 with macOS SDK 13.0 is now required. - Remove CefRequestHandler::OnQuotaRequest because persistent quota is no longer supported (see https://crbug.com/1208141)
13 lines
397 B
Diff
13 lines
397 B
Diff
diff --git third_party/libxml/BUILD.gn third_party/libxml/BUILD.gn
|
|
index 48840f40a3d19..c6a172fded049 100644
|
|
--- third_party/libxml/BUILD.gn
|
|
+++ third_party/libxml/BUILD.gn
|
|
@@ -140,6 +140,7 @@ static_library("libxml") {
|
|
":libxml_utils",
|
|
":xml_reader",
|
|
":xml_writer",
|
|
+ "//cef:*",
|
|
"//chromecast/internal",
|
|
"//testing/libfuzzer/*",
|
|
"//third_party/blink/renderer/*",
|