mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 09:37:37 +01:00
5782fdca16
Known issues: - Windows ARM64 builds are currently failing due to https://crbug.com/1242884#c31
13 lines
382 B
Diff
13 lines
382 B
Diff
diff --git third_party/maldoca/BUILD.gn third_party/maldoca/BUILD.gn
|
|
index 3fb5c5962c07b..20e5809263398 100644
|
|
--- third_party/maldoca/BUILD.gn
|
|
+++ third_party/maldoca/BUILD.gn
|
|
@@ -276,6 +276,7 @@ static_library("maldoca") {
|
|
"//third_party/boringssl",
|
|
"//third_party/libxml",
|
|
"//third_party/protobuf:protobuf_lite",
|
|
+ "//third_party/re2"
|
|
]
|
|
|
|
public_deps = [
|