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

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

Issue 1033693002: Fix building the IPC fuzzer in light of the new Protobuf<->IPC bridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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_tools/message_list.cc ('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_tools/message_tools.gyp
diff --git a/tools/ipc_fuzzer/message_tools/message_tools.gyp b/tools/ipc_fuzzer/message_tools/message_tools.gyp
index 3ed2ac4d7f15b7dfc139a4b3ed6ecf06a0278188..3d74bbeeb37e6310915e24c6dedec601bc39aa65 100644
--- a/tools/ipc_fuzzer/message_tools/message_tools.gyp
+++ b/tools/ipc_fuzzer/message_tools/message_tools.gyp
@@ -31,6 +31,7 @@
'FULL_SAFE_BROWSING',
],
'dependencies': [
+ '../../../chrome/chrome.gyp:safe_browsing_proto',
'../message_lib/message_lib.gyp:ipc_message_lib',
],
'sources': [
« no previous file with comments | « tools/ipc_fuzzer/message_tools/message_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698