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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2733343002: Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 1dd59886504d335e5d26b8880b0adafc8bc5862b..692b6c781c8a10b6a88f7b5331121097c20f76a6 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -217,6 +217,7 @@ static_library("renderer") {
]
deps += [
"//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing:csd_proto",
Nathan Parker 2017/03/08 17:31:43 Is this not needed on Android? (sb_mode == 2)
Jialiu Lin 2017/03/08 18:31:33 The places in chrome/renderer need csd.proto are a
"//third_party/smhasher:murmurhash3",
]
}

Powered by Google App Engine
This is Rietveld 408576698