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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2450993003: Componentize safe_browsing [1]: create component, move messages, constants and switches. (Closed)
Patch Set: fix compile Created 4 years 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/common/safe_browsing/safebrowsing_messages.h ('k') | chrome/renderer/safe_browsing/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 bf7505aa2ba1143f72b3fc32aaf8dbb463599038..fe445077cafad3585198226ab572c38609910af1 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -189,6 +189,7 @@ static_library("renderer") {
"safe_browsing/threat_dom_details.cc",
"safe_browsing/threat_dom_details.h",
]
+ deps += [ "//components/safe_browsing/common:common" ]
if (safe_browsing_mode == 1) {
sources += [
"safe_browsing/feature_extractor_clock.cc",
« no previous file with comments | « chrome/common/safe_browsing/safebrowsing_messages.h ('k') | chrome/renderer/safe_browsing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698