mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-03 03:17:55 +01:00
Known issues: - chrome: Some ceftests are failing due to bfcache same-site enabled by default (see issue #3301)
13 lines
397 B
Diff
13 lines
397 B
Diff
diff --git third_party/libxml/BUILD.gn third_party/libxml/BUILD.gn
|
|
index 9f6403fa49078..1422961ed0c75 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/*",
|