Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2642)

Unified Diff: chrome/browser/safe_browsing/BUILD.gn

Issue 1414343007: Collect threat details for phishing and UwS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/safe_browsing/BUILD.gn
diff --git a/chrome/browser/safe_browsing/BUILD.gn b/chrome/browser/safe_browsing/BUILD.gn
index 7c0031864bf6da96312b7f1335c5f4b6ab1fa9c5..6956e972faaf562033a46b8f2806b185641f3f4e 100644
--- a/chrome/browser/safe_browsing/BUILD.gn
+++ b/chrome/browser/safe_browsing/BUILD.gn
@@ -17,10 +17,3 @@ proto_library("metadata_proto") {
"metadata.proto",
]
}
-
-# GYP version: chrome/chrome_browser.gypi:safe_browsing_report_proto
-proto_library("report_proto") {
- sources = [
- "report.proto",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698