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

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

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 | « tools/ipc_fuzzer/message_replay/BUILD.gn ('k') | no next file » | 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 030aca173c8a1fa2c89430b2f14e003ee0f65572..93e96266e732f598f76b8f47003a5298a60eeb8b 100644
--- a/tools/ipc_fuzzer/message_replay/message_replay.gyp
+++ b/tools/ipc_fuzzer/message_replay/message_replay.gyp
@@ -12,7 +12,8 @@
'type': 'executable',
'dependencies': [
'../message_lib/message_lib.gyp:ipc_message_lib',
- '../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo'
+ '../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
+ '../../../ipc/mojo/ipc_mojo.gyp:ipc_mojo_support'
],
'sources': [
'replay.cc',
« no previous file with comments | « tools/ipc_fuzzer/message_replay/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698