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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2756933003: Componentize safe_browsing: move renderer/ reporting part for WebView. (Closed)
Patch Set: fix comments Created 3 years, 9 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 | « chrome/browser/safe_browsing/threat_details.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 3ef7e5ae952e5a50c1bbc6027c5b309681796cf5..f11e402446e066c50a6c4640ea2be82c60ee37e3 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -188,11 +188,10 @@ static_library("renderer") {
}
if (safe_browsing_mode != 0) {
- sources += [
- "safe_browsing/threat_dom_details.cc",
- "safe_browsing/threat_dom_details.h",
+ deps += [
+ "//components/safe_browsing/common:common",
+ "//components/safe_browsing/renderer",
]
- deps += [ "//components/safe_browsing/common:common" ]
if (safe_browsing_mode == 1) {
sources += [
"safe_browsing/feature_extractor_clock.cc",
« no previous file with comments | « chrome/browser/safe_browsing/threat_details.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698