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

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

Issue 2767193005: Fix public dependencies on //ipc (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
« no previous file with comments | « services/ui/surfaces/BUILD.gn ('k') | tools/ipc_fuzzer/message_replay/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/BUILD.gn
diff --git a/tools/ipc_fuzzer/fuzzer/BUILD.gn b/tools/ipc_fuzzer/fuzzer/BUILD.gn
index 35adabd0339cca89c0025a715bb4fbb3d15e6272..f27811022b7da10cd3503560d0b96219783d52dd 100644
--- a/tools/ipc_fuzzer/fuzzer/BUILD.gn
+++ b/tools/ipc_fuzzer/fuzzer/BUILD.gn
@@ -20,6 +20,9 @@ executable("ipc_fuzzer") {
deps = [
"//tools/ipc_fuzzer/message_lib:ipc_message_lib",
]
+ public_deps = [
+ "//ipc",
+ ]
if (is_asan && is_chromeos) {
# Compiling fuzzer.cc with ASan takes too long, see
# http://crbug.com/360158.
« no previous file with comments | « services/ui/surfaces/BUILD.gn ('k') | tools/ipc_fuzzer/message_replay/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698