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

Unified Diff: content/content_common.gypi

Issue 6682033: Move plugin messages to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « content/common/plugin_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
===================================================================
--- content/content_common.gypi (revision 78042)
+++ content/content_common.gypi (working copy)
@@ -10,6 +10,7 @@
'dependencies': [
'../ipc/ipc.gyp:ipc',
'../third_party/icu/icu.gyp:icuuc',
+ '../third_party/npapi/npapi.gyp:npapi',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'../webkit/support/webkit_support.gyp:appcache',
'../webkit/support/webkit_support.gyp:blob',
@@ -93,6 +94,7 @@
'common/notification_type.h',
'common/p2p_messages.h',
'common/p2p_sockets.h',
+ 'common/plugin_messages.h',
'common/property_bag.cc',
'common/property_bag.h',
'common/resource_dispatcher.cc',
« no previous file with comments | « content/common/plugin_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698