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

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

Issue 171503004: Fix link of IPC fuzzer which broke when cast/ added. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 500s 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 | « tools/ipc_fuzzer/message_lib/message_lib.gyp ('k') | tools/ipc_fuzzer/replay/replay.gyp » ('j') | 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 e23c01322d139c7242a0f2f2e86b8d240cd0fab5..a8665ee7430604bd259bf3718f9614f4145420cd 100644
--- a/tools/ipc_fuzzer/mutate/mutate.gyp
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp
@@ -14,6 +14,7 @@
'../../../base/base.gyp:base',
'../../../chrome/chrome.gyp:common',
'../../../ipc/ipc.gyp:ipc',
+ '../../../media/cast/transport/cast_transport.gyp:cast_transport',
'../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
'../../../skia/skia.gyp:skia',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
@@ -36,6 +37,7 @@
'../../../base/base.gyp:base',
'../../../chrome/chrome.gyp:common',
'../../../ipc/ipc.gyp:ipc',
+ '../../../media/cast/transport/cast_transport.gyp:cast_transport',
'../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
'../../../skia/skia.gyp:skia',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_lib.gyp ('k') | tools/ipc_fuzzer/replay/replay.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698