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

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

Issue 185593009: Fix broken IPC fuzzer link once again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/mutate/mutate.gyp
diff --git a/tools/ipc_fuzzer/mutate/mutate.gyp b/tools/ipc_fuzzer/mutate/mutate.gyp
index dd4a5fd1d94b8a2141fd5e372a0850593894cdfa..2dbe6e692f962d704d4d077e3c19d6de18f9388c 100644
--- a/tools/ipc_fuzzer/mutate/mutate.gyp
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp
@@ -17,6 +17,7 @@
'../../../media/cast/transport/cast_transport.gyp:cast_transport',
'../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
'../../../skia/skia.gyp:skia',
+ '../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
'../message_lib/message_lib.gyp:ipc_message_lib',
@@ -43,6 +44,7 @@
'../../../media/cast/transport/cast_transport.gyp:cast_transport',
'../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
'../../../skia/skia.gyp:skia',
+ '../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
'../message_lib/message_lib.gyp:ipc_message_lib',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698