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

Unified Diff: chrome/browser/BUILD.gn

Issue 2924723002: Network service: SafeBrowsing check for frame-resources from browser. (Closed)
Patch Set: . Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.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 b1747d4eddf442f3ffa70e28c04fc7e9f7d5eda0..a37a51204439cb4e6b14eff49cc195bac8f3d3f1 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1162,6 +1162,8 @@ split_static_library("browser") {
"resource_delegate_mac.mm",
"resources_util.cc",
"resources_util.h",
+ "safe_browsing/browser_url_loader_throttle.cc",
+ "safe_browsing/browser_url_loader_throttle.h",
"safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc",
"safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h",
"safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.cc",
@@ -1182,6 +1184,8 @@ split_static_library("browser") {
"safe_browsing/mojo_safe_browsing_impl.h",
"safe_browsing/safe_browsing_tab_observer.cc",
"safe_browsing/safe_browsing_tab_observer.h",
+ "safe_browsing/safe_browsing_url_checker_impl.cc",
+ "safe_browsing/safe_browsing_url_checker_impl.h",
"safe_search_api/safe_search_url_checker.cc",
"safe_search_api/safe_search_url_checker.h",
"search/iframe_source.cc",
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698