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

Unified Diff: tools/ipc_fuzzer/message_lib/BUILD.gn

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references 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 | « components/safe_browsing/csd.proto ('k') | tools/ipc_fuzzer/message_tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_lib/BUILD.gn
diff --git a/tools/ipc_fuzzer/message_lib/BUILD.gn b/tools/ipc_fuzzer/message_lib/BUILD.gn
index 6ee64801046f3f3d927ecdf54d928b16b008fdc5..223a50188e88403b2d7210ef45ff8a3c43669363 100644
--- a/tools/ipc_fuzzer/message_lib/BUILD.gn
+++ b/tools/ipc_fuzzer/message_lib/BUILD.gn
@@ -9,9 +9,9 @@ static_library("ipc_message_lib") {
public_deps = [
"//base",
"//chrome/common",
- "//chrome/common/safe_browsing:proto",
"//components/network_hints/common",
"//components/pdf/common",
+ "//components/safe_browsing/common:proto",
"//components/spellcheck/common",
"//components/tracing",
"//content/child",
« no previous file with comments | « components/safe_browsing/csd.proto ('k') | tools/ipc_fuzzer/message_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698