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

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

Issue 322643002: Fix IPC fuzzer compilation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_lib/message_lib.gyp ('k') | 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 b2122c86046219999a29a8484a96f224fb1392fe..1f63766d95fabcc99f800f04896e9e4c71b58efb 100644
--- a/tools/ipc_fuzzer/mutate/mutate.gyp
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp
@@ -19,6 +19,7 @@
'../../../skia/skia.gyp:skia',
'../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
+ '../../../third_party/WebKit/public/blink.gyp:blink',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
'../message_lib/message_lib.gyp:ipc_message_lib',
],
@@ -55,6 +56,7 @@
'../../../skia/skia.gyp:skia',
'../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
+ '../../../third_party/WebKit/public/blink.gyp:blink',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
'../message_lib/message_lib.gyp:ipc_message_lib',
],
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_lib.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698