diff options
Diffstat (limited to 'fix-ungoogled-third-party-re2.patch')
-rw-r--r-- | fix-ungoogled-third-party-re2.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fix-ungoogled-third-party-re2.patch b/fix-ungoogled-third-party-re2.patch new file mode 100644 index 0000000..1cf3202 --- /dev/null +++ b/fix-ungoogled-third-party-re2.patch @@ -0,0 +1,20 @@ +--- a/components/plus_addresses/BUILD.gn ++++ b/components/plus_addresses/BUILD.gn +@@ -95,6 +95,7 @@ source_set("plus_addresses") { + "//net", + "//services/data_decoder/public/cpp", + "//services/network/public/cpp", ++ "//third_party/re2", + "//ui/base", + ] + public_deps = [ +--- a/components/component_updater/installer_policies/BUILD.gn ++++ b/components/component_updater/installer_policies/BUILD.gn +@@ -45,6 +45,7 @@ static_library("installer_policies_no_co + "//components/update_client", + "//mojo/public/cpp/base:protobuf_support", + "//services/network/public/cpp", ++ "//third_party/re2", + ] + + # Disallow depending on content. |