diff options
author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 23:39:40 +0000 |
---|---|---|
committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 23:39:40 +0000 |
commit | 7522077b67bd9aa3ef0630b83d1572bdd678e88c (patch) | |
tree | 0db3cdd245b971713770127c5f3d4106fa8097ec /chrome/nacl.gypi | |
parent | b302556444decceea748adb4fffa5c7a5e33bbd8 (diff) | |
download | chromium_src-7522077b67bd9aa3ef0630b83d1572bdd678e88c.zip chromium_src-7522077b67bd9aa3ef0630b83d1572bdd678e88c.tar.gz chromium_src-7522077b67bd9aa3ef0630b83d1572bdd678e88c.tar.bz2 |
Remove the NaCl SRPC proxy from Chrome.
Removes GYP targets for untrusted and trusted parts of the proxy (SRPC proxy
source files will be removed in a follow-on, to keep this patch manageable.)
Removes SRPC proxy startup code from NaCl trusted plugin.
Removes PPAPI PPP* interface adapters from the Plugin class.
Removes a bunch of GYP external dependency declarations that are no longer
needed.
TBR=brettw@chromium.org for OWNERS
BUG=169152
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11783112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 334b945..ffea74c 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -81,7 +81,6 @@ ['disable_nacl_untrusted==0', { 'dependencies': [ '../ppapi/native_client/native_client.gyp:nacl_irt', - '../ppapi/native_client/native_client.gyp:nacl_irt_srpc', '../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim', '../ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp:pnacl_support_extension', ], |