summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/safe_browsing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/safe_browsing/BUILD.gn')
-rw-r--r--chromium/chrome/browser/safe_browsing/BUILD.gn16
1 files changed, 4 insertions, 12 deletions
diff --git a/chromium/chrome/browser/safe_browsing/BUILD.gn b/chromium/chrome/browser/safe_browsing/BUILD.gn
index 3599895eb5c..8d5bdf42806 100644
--- a/chromium/chrome/browser/safe_browsing/BUILD.gn
+++ b/chromium/chrome/browser/safe_browsing/BUILD.gn
@@ -137,6 +137,8 @@ jumbo_static_library("safe_browsing") {
"client_side_detection_service.h",
"client_side_model_loader.cc",
"client_side_model_loader.h",
+ "cloud_content_scanning/deep_scanning_dialog_delegate.cc",
+ "cloud_content_scanning/deep_scanning_dialog_delegate.h",
"download_protection/binary_fcm_service.cc",
"download_protection/binary_fcm_service.h",
"download_protection/binary_upload_service.cc",
@@ -157,6 +159,8 @@ jumbo_static_library("safe_browsing") {
"download_protection/download_protection_service.h",
"download_protection/download_protection_util.cc",
"download_protection/download_protection_util.h",
+ "download_protection/download_reporter.cc",
+ "download_protection/download_reporter.h",
"download_protection/download_url_sb_client.cc",
"download_protection/download_url_sb_client.h",
"download_protection/file_analyzer.cc",
@@ -252,18 +256,6 @@ jumbo_static_library("safe_browsing") {
"//components/safe_browsing:buildflags",
"//components/safe_browsing/android:safe_browsing_mobile",
]
- } else if (safe_browsing_mode == 3) {
- sources += [
- "android/file_type_policies.cc",
- "android/services_delegate_android.cc",
- "android/services_delegate_android.h",
- "telemetry/android/android_telemetry_service.cc",
- "telemetry/android/android_telemetry_service.h",
- ]
- deps += [
- "//chrome/android:jni_headers",
- "//components/safe_browsing/db:db",
- ]
}
}
}