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

Unified Diff: tools/ipc_fuzzer/message_replay/message_replay.gyp

Issue 2074453003: Move ScopedIPCSupport to mojo/edk/embedder and the mojo::edk namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « tools/ipc_fuzzer/message_replay/BUILD.gn ('k') | tools/ipc_fuzzer/message_replay/replay_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_replay/message_replay.gyp
diff --git a/tools/ipc_fuzzer/message_replay/message_replay.gyp b/tools/ipc_fuzzer/message_replay/message_replay.gyp
index 93e96266e732f598f76b8f47003a5298a60eeb8b..6b4b9ffc131bbd622d60b24c9cfcffdea14b1f9c 100644
--- a/tools/ipc_fuzzer/message_replay/message_replay.gyp
+++ b/tools/ipc_fuzzer/message_replay/message_replay.gyp
@@ -13,7 +13,7 @@
'dependencies': [
'../message_lib/message_lib.gyp:ipc_message_lib',
'../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
- '../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo_support'
+ '../../../mojo/mojo_edk.gyp:mojo_system_impl',
],
'sources': [
'replay.cc',
« no previous file with comments | « tools/ipc_fuzzer/message_replay/BUILD.gn ('k') | tools/ipc_fuzzer/message_replay/replay_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698