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

Unified Diff: chrome/test/BUILD.gn

Issue 2302913003: Add SafeBrowsingNavigationObserver to listen to navigation events (Closed)
Patch Set: fix compilation Created 4 years, 2 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 5ea813726d8aa1bf375b912e8a388075206060b6..07ad1ec9db1fc94a91719fed9e4a822b892ca98e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2362,6 +2362,7 @@ test("browser_tests") {
sources += [
"../browser/safe_browsing/permission_reporter_browsertest.cc",
"../browser/safe_browsing/safe_browsing_blocking_page_test.cc",
+ "../browser/safe_browsing/safe_browsing_navigation_observer_browsertest.cc",
"../browser/safe_browsing/safe_browsing_service_browsertest.cc",
"../renderer/safe_browsing/phishing_classifier_browsertest.cc",
"../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc",
@@ -4194,6 +4195,7 @@ test("unit_tests") {
"../browser/safe_browsing/protocol_manager_unittest.cc",
"../browser/safe_browsing/protocol_parser_unittest.cc",
"../browser/safe_browsing/safe_browsing_database_unittest.cc",
+ "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc",
"../browser/safe_browsing/safe_browsing_store_file_unittest.cc",
"../browser/safe_browsing/safe_browsing_store_unittest.cc",
"../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698