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

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

Issue 798923003: Make chrome/renderer/content_settings_observer.cc depend on //components/contents_settings for IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fuzzer compilation Created 5 years, 8 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/all_messages.h ('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_lib/message_lib.gyp
diff --git a/tools/ipc_fuzzer/message_lib/message_lib.gyp b/tools/ipc_fuzzer/message_lib/message_lib.gyp
index 29e9133bd53165845c6beb15cc5698b998c2dfc9..8f014902c1981826d2a9c996f73b8b12b4930efb 100644
--- a/tools/ipc_fuzzer/message_lib/message_lib.gyp
+++ b/tools/ipc_fuzzer/message_lib/message_lib.gyp
@@ -9,6 +9,7 @@
'../../../base/base.gyp:base',
'../../../chrome/chrome.gyp:common',
'../../../chrome/chrome.gyp:safe_browsing_proto',
+ '../../../components/components.gyp:content_settings_content_common',
'../../../components/components.gyp:pdf_common',
'../../../components/nacl.gyp:nacl_common',
'../../../content/content.gyp:content_child',
« no previous file with comments | « tools/ipc_fuzzer/message_lib/all_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698