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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2450993003: Componentize safe_browsing [1]: create component, move messages, constants and switches. (Closed)
Patch Set: rebase + more fixes 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/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 845006ae94cf30e9faada011609aca52caf0f3e9..16fb1272f13cf15bd3537312fa08d49cd3be9d38 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -208,6 +208,7 @@ static_library("renderer") {
]
deps += [
"//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing/common:common",
Nathan Parker 2016/10/28 17:55:07 If this code is needed on Android, then it should
timvolodine 2016/11/04 17:53:02 yes correct thanks, the thread_dom_details.cc actu
"//third_party/smhasher:murmurhash3",
]
}

Powered by Google App Engine
This is Rietveld 408576698