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-28 15:13:10 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 15:13:10 +0000
commit8cc9dd62ea7a7d60ce5486fbd62baf9266fa0f15 (patch)
tree2c8b16963720b487ff79da260c4789891df4bd99 /chrome/chrome_common.gypi
parent241a4f1e1c2164ae31b37cec47ffde2e0c71aed8 (diff)
downloadchromium_src-8cc9dd62ea7a7d60ce5486fbd62baf9266fa0f15.zip
chromium_src-8cc9dd62ea7a7d60ce5486fbd62baf9266fa0f15.tar.gz
chromium_src-8cc9dd62ea7a7d60ce5486fbd62baf9266fa0f15.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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50667 Review URL: http://codereview.chromium.org/2843018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50976 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 9e5e562..31572eb 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',