summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_client.gypi
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-01 19:37:52 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-01 19:37:52 +0000
commitb0b91c06bc2ed6afc0611f00d68f72b19dd06d26 (patch)
tree90c3e24a254e81fbc7634dcab65900b9bceeb1bf /remoting/remoting_client.gypi
parent6640985c37f3a375a08d781c4ff309e6deaaafbc (diff)
downloadchromium_src-b0b91c06bc2ed6afc0611f00d68f72b19dd06d26.zip
chromium_src-b0b91c06bc2ed6afc0611f00d68f72b19dd06d26.tar.gz
chromium_src-b0b91c06bc2ed6afc0611f00d68f72b19dd06d26.tar.bz2
Pepper: Remove trusted plugin loadable module.
This change links the trusted plugin into the renderer, making it easier for the trusted plugin to use libraries in Chromium. This removes the ppGoogleNaClPlugin loadable module file on various platforms. This is part of a larger effort to remove the "trusted plugin" used to bootstrap NaCl plugins. It introduces an "internal_module" interface for setting the value returned by pp::Module::Get(). This is so that both the trusted plugin and the remoting plugin can be linked into the renderer. However, I believe this is safe because the trusted plugin runs in-process and the remoting plugin runs out-of-process. BUG=394497 R=dmichael@chromium.org, mseaborn@chromium.org, phajdan.jr@chromium.org, thestig@chromium.org, wez@chromium.org Review URL: https://codereview.chromium.org/397243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_client.gypi')
-rw-r--r--remoting/remoting_client.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index abfc4dc..d7d66f1 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -14,6 +14,7 @@
'dependencies': [
'../net/net.gyp:net',
'../ppapi/ppapi.gyp:ppapi_cpp_objects',
+ '../ppapi/ppapi.gyp:ppapi_internal_module',
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
'../ui/events/events.gyp:dom4_keycode_converter',
'remoting_base',