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

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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index fcaac594b2a10d955ff50aeae6fe958027d3d487..86da38e992262f5432da854ec65282ff3d2c3f10 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1184,8 +1184,12 @@ split_static_library("browser") {
"safe_browsing/chrome_cleaner/srt_global_error_win.h",
"safe_browsing/mojo_safe_browsing_impl.cc",
"safe_browsing/mojo_safe_browsing_impl.h",
+ "safe_browsing/safe_browsing_browser_throttle.cc",
vakh (use Gerrit instead) 2017/06/15 21:52:58 Could you please create a target for these files i
yzshen1 2017/06/16 21:27:09 I feel that the current CL is already big and this
+ "safe_browsing/safe_browsing_browser_throttle.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') | chrome/browser/chrome_content_browser_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698