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

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

Issue 2049363002: Move ScopedIPCSupport into its own build rule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-handle-attachemnt-public-api
Patch Set: change rule name Created 4 years, 6 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 | « ipc/mojo/scoped_ipc_support.h ('k') | tools/ipc_fuzzer/message_replay/message_replay.gyp » ('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 b6b7d43f552a6d61c38016b68c284533c4dc947a..02726c5145d5ddb46e575d8a6c56b2e651081d31 100644
--- a/tools/ipc_fuzzer/message_replay/BUILD.gn
+++ b/tools/ipc_fuzzer/message_replay/BUILD.gn
@@ -6,6 +6,7 @@ executable("ipc_fuzzer_replay") {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_tool_config" ]
deps = [
"//ipc/mojo",
+ "//ipc/mojo:ipc_support",
"//mojo/edk/system",
"//tools/ipc_fuzzer/message_lib:ipc_message_lib",
]
« no previous file with comments | « ipc/mojo/scoped_ipc_support.h ('k') | tools/ipc_fuzzer/message_replay/message_replay.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698