Loading build/patches/Bromite-AdBlockUpdaterService.patch +8 −0 Original line number Diff line number Diff line Loading @@ -750,6 +750,14 @@ diff --git a/components/component_updater/BUILD.gn b/components/component_update "component_updater_service.cc", "component_updater_service.h", "component_updater_service_internal.h", @@ -36,6 +42,7 @@ static_library("component_updater") { "//components/crx_file", "//components/update_client", "//components/version_info", + "//services/network/public/mojom", "//third_party/boringssl:boringssl", "//ui/base", "//url", diff --git a/components/component_updater/adblock_updater_service.cc b/components/component_updater/adblock_updater_service.cc new file mode 100644 --- /dev/null Loading Loading
build/patches/Bromite-AdBlockUpdaterService.patch +8 −0 Original line number Diff line number Diff line Loading @@ -750,6 +750,14 @@ diff --git a/components/component_updater/BUILD.gn b/components/component_update "component_updater_service.cc", "component_updater_service.h", "component_updater_service_internal.h", @@ -36,6 +42,7 @@ static_library("component_updater") { "//components/crx_file", "//components/update_client", "//components/version_info", + "//services/network/public/mojom", "//third_party/boringssl:boringssl", "//ui/base", "//url", diff --git a/components/component_updater/adblock_updater_service.cc b/components/component_updater/adblock_updater_service.cc new file mode 100644 --- /dev/null Loading