aports/unstable/ungoogled-chromium/ungoogled-chromium-patches/0002-dont-use-zip-analyzer....

26 lines
598 B
Diff

--- chrome/services/file_util/BUILD.gn
+++ chrome/services/file_util/BUILD.gn
@@ -13,9 +13,6 @@
deps = [
"//base",
- "//chrome/common/safe_browsing",
- "//chrome/common/safe_browsing:archive_analyzer_results",
- "//chrome/common/safe_browsing:rar_analyzer",
"//components/safe_browsing:buildflags",
"//mojo/public/cpp/bindings",
]
@@ -37,12 +34,5 @@
if (is_mac) {
deps += [ "//chrome/utility/safe_browsing/mac" ]
- }
-
- if (safe_browsing_mode == 1) {
- sources += [
- "safe_archive_analyzer.cc",
- "safe_archive_analyzer.h",
- ]
}
}