Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:Update
chromium.17887
chromium-norar.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-norar.patch of Package chromium.17887
Index: chromium-112.0.5615.20/chrome/common/safe_browsing/BUILD.gn =================================================================== --- chromium-112.0.5615.20.orig/chrome/common/safe_browsing/BUILD.gn +++ chromium-112.0.5615.20/chrome/common/safe_browsing/BUILD.gn @@ -58,25 +58,6 @@ if (safe_browsing_mode == 1) { public_deps = [ "//components/safe_browsing/core/common/proto:csd_proto" ] } - source_set("rar_analyzer") { - sources = [ - "rar_analyzer.cc", - "rar_analyzer.h", - ] - - deps = [ - ":archive_analyzer_results", - ":download_type_util", - "//base", - "//base:i18n", - "//components/safe_browsing/content/common:file_type_policies", - "//components/safe_browsing/core/common", - "//third_party/unrar:unrar", - ] - - public_deps = [ "//components/safe_browsing/core/common/proto:csd_proto" ] - } - if (is_linux || is_win) { source_set("document_analyzer") { sources = [ @@ -172,7 +153,6 @@ source_set("safe_browsing") { ":archive_analyzer_results", ":binary_feature_extractor", ":download_type_util", - ":rar_analyzer", "//components/safe_browsing/core/common", "//third_party/lzma_sdk/google:seven_zip_reader", ] Index: chromium-112.0.5615.20/chrome/common/safe_browsing/DEPS =================================================================== --- chromium-112.0.5615.20.orig/chrome/common/safe_browsing/DEPS +++ chromium-112.0.5615.20/chrome/common/safe_browsing/DEPS @@ -3,7 +3,6 @@ include_rules = [ "+components/safe_browsing/core/common", "+third_party/maldoca", "+third_party/protobuf", - "+third_party/unrar", "+third_party/zlib", "+third_party/lzma_sdk/google", ] Index: chromium-112.0.5615.20/chrome/services/file_util/BUILD.gn =================================================================== --- chromium-112.0.5615.20.orig/chrome/services/file_util/BUILD.gn +++ chromium-112.0.5615.20/chrome/services/file_util/BUILD.gn @@ -60,7 +60,6 @@ source_set("file_util") { deps += [ "//chrome/common/safe_browsing", "//chrome/common/safe_browsing:archive_analyzer_results", - "//chrome/common/safe_browsing:rar_analyzer", ] if (is_linux || is_win) { Index: chromium-112.0.5615.20/chrome/services/file_util/safe_archive_analyzer.cc =================================================================== --- chromium-112.0.5615.20.orig/chrome/services/file_util/safe_archive_analyzer.cc +++ chromium-112.0.5615.20/chrome/services/file_util/safe_archive_analyzer.cc @@ -45,12 +45,16 @@ void SafeArchiveAnalyzer::AnalyzeDmgFile void SafeArchiveAnalyzer::AnalyzeRarFile(base::File rar_file, base::File temporary_file, AnalyzeRarFileCallback callback) { +#if 0 DCHECK(rar_file.IsValid()); safe_browsing::ArchiveAnalyzerResults results; safe_browsing::rar_analyzer::AnalyzeRarFile( std::move(rar_file), std::move(temporary_file), &results); std::move(callback).Run(results); +#else + NOTREACHED(); +#endif } void SafeArchiveAnalyzer::AnalyzeSevenZipFile(
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor