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

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

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: Try fix mac tests. 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
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..88b07aca3c2e6b92eaf041df6bc4173b20189e87 100644
--- a/tools/ipc_fuzzer/message_replay/message_replay.gyp
+++ b/tools/ipc_fuzzer/message_replay/message_replay.gyp
@@ -12,7 +12,7 @@
'type': 'executable',
'dependencies': [
'../message_lib/message_lib.gyp:ipc_message_lib',
- '../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
+ '../../../ipc/ipc.gyp:ipc',
'../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo_support'
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698