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

Unified Diff: chrome/browser/BUILD.gn

Issue 2302913003: Add SafeBrowsingNavigationObserver to listen to navigation events (Closed)
Patch Set: nit Created 4 years, 3 months 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 c1f3f23b714fd651643af6128832e90dcc862e3d..97e7559b7bde45d89fb178940da43517664e977f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1948,6 +1948,8 @@ split_static_library("browser") {
"safe_browsing/protocol_manager_helper.h",
"safe_browsing/safe_browsing_blocking_page.cc",
"safe_browsing/safe_browsing_blocking_page.h",
+ "safe_browsing/safe_browsing_navigation_observer.cc",
+ "safe_browsing/safe_browsing_navigation_observer.h",
"safe_browsing/safe_browsing_service.cc",
"safe_browsing/safe_browsing_service.h",
"safe_browsing/services_delegate.h",

Powered by Google App Engine
This is Rietveld 408576698