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

Unified Diff: tools/ipc_fuzzer/message_replay/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 | « tools/ipc_fuzzer/fuzzer/BUILD.gn ('k') | ui/gfx/ipc/color/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_replay/BUILD.gn
diff --git a/tools/ipc_fuzzer/message_replay/BUILD.gn b/tools/ipc_fuzzer/message_replay/BUILD.gn
index 591b700283fc8d56ab12dfad6ebd962331a15b03..13ab40e42cbaca7df1e445bb01ecdcd72c1f1f0a 100644
--- a/tools/ipc_fuzzer/message_replay/BUILD.gn
+++ b/tools/ipc_fuzzer/message_replay/BUILD.gn
@@ -5,10 +5,12 @@
executable("ipc_fuzzer_replay") {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_tool_config" ]
deps = [
- "//ipc",
"//mojo/edk/system",
"//tools/ipc_fuzzer/message_lib:ipc_message_lib",
]
+ public_deps = [
+ "//ipc",
+ ]
sources = [
"replay.cc",
"replay_process.cc",
« no previous file with comments | « tools/ipc_fuzzer/fuzzer/BUILD.gn ('k') | ui/gfx/ipc/color/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698