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

Unified Diff: chrome/common/BUILD.gn

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix ipc_protobuf issue in test 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 52620d94039dfbf816329f7454382c03cd8475a2..cd05ea5b41963f6bbfdf6d5d8541d600bf086a69 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -197,7 +197,7 @@ static_library("common") {
"//components/policy:generated",
"//components/policy/core/common",
"//components/prefs",
- "//components/safe_browsing:csd_proto",
+ "//components/safe_browsing/common:proto",
"//components/signin/core/common",
"//components/strings",
"//components/translate/content/common",

Powered by Google App Engine
This is Rietveld 408576698