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

Unified Diff: chrome/browser/BUILD.gn

Issue 2302913003: Add SafeBrowsingNavigationObserver to listen to navigation events (Closed)
Patch Set: resolve final nit Created 4 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_navigation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index fbcb0a7ad50ae5ac7520d9b897d5063b5b239d50..a17456e14a8b8a5d9455f18ef7055f47c0a85ff8 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1956,6 +1956,10 @@ 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_navigation_observer_manager.cc",
+ "safe_browsing/safe_browsing_navigation_observer_manager.h",
"safe_browsing/safe_browsing_service.cc",
"safe_browsing/safe_browsing_service.h",
"safe_browsing/services_delegate.h",
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_navigation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698