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

Unified Diff: tools/ipc_fuzzer/message_tools/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 | « tools/ipc_fuzzer/message_lib/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_tools/BUILD.gn
diff --git a/tools/ipc_fuzzer/message_tools/BUILD.gn b/tools/ipc_fuzzer/message_tools/BUILD.gn
index dad44ffd65a6c3e9b316484758bbf2ae3ef63fd4..64091c04cc686c97db374967b7b6a225a8990679 100644
--- a/tools/ipc_fuzzer/message_tools/BUILD.gn
+++ b/tools/ipc_fuzzer/message_tools/BUILD.gn
@@ -16,7 +16,7 @@ executable("ipc_message_util") {
executable("ipc_message_list") {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_tool_config" ]
deps = [
- "//chrome/common/safe_browsing:proto",
+ "//components/safe_browsing/common:proto",
"//tools/ipc_fuzzer/message_lib:ipc_message_lib",
]
sources = [
« no previous file with comments | « tools/ipc_fuzzer/message_lib/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698