summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-23 23:32:55 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-23 23:32:55 +0000
commit19215f85f0e477936a13c77450d0b12e40d7839c (patch)
tree95e4791d7a1e9bb1bd9736b2f3ec4cd0d1e5608a /chrome/chrome_common.gypi
parent4dd33d2a1bf4bff8c1c637bf38dda3f6d7882af5 (diff)
downloadchromium_src-19215f85f0e477936a13c77450d0b12e40d7839c.zip
chromium_src-19215f85f0e477936a13c77450d0b12e40d7839c.tar.gz
chromium_src-19215f85f0e477936a13c77450d0b12e40d7839c.tar.bz2
Add in support for internal pepper plugins into the PepperPluginRegistry and pepper::PluginModule.
Used Chromoting's plugin as the first attempt at using this interface. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2843018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index f4a8e6e..e178607 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -311,6 +311,11 @@
'common/sandbox_policy.cc',
],
}],
+ ['remoting==1', {
+ 'dependencies': [
+ '../remoting/remoting.gyp:chromoting_plugin',
+ ],
+ }],
],
'export_dependent_settings': [
'../app/app.gyp:app_base',