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

Unified Diff: chrome/browser/BUILD.gn

Issue 2540563002: Move SafeBrowsingUIManager::UnsafeResource to security_interstitials namespace (Closed)
Patch Set: no need to exclude ios Created 4 years 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index cb48ee8cffd6f7fd2394fc156e9f2f23ff36d27d..188183f88378ee09020b67d69068cdbc88799101 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2006,6 +2006,7 @@ split_static_library("browser") {
"//chrome/browser/safe_browsing:chunk_proto",
"//chrome/common/safe_browsing:proto",
"//components/safe_browsing_db:metadata_proto",
+ "//components/security_interstitials/content",
]
if (safe_browsing_mode == 1) {
# "Safe Browsing Full" files in addition to the "basic" ones to use for

Powered by Google App Engine
This is Rietveld 408576698