diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 04:54:31 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-11 04:54:31 +0000 |
commit | 8d770e49e726ba87cb5b91b2cbf760c57e3f0f68 (patch) | |
tree | 0453c90403154a9f001b426a36b1b4d0f98c90ef /ppapi/ppapi_shared.gypi | |
parent | 2cb3e6c67ad02e3bf137f74493d28f74ca772527 (diff) | |
download | chromium_src-8d770e49e726ba87cb5b91b2cbf760c57e3f0f68.zip chromium_src-8d770e49e726ba87cb5b91b2cbf760c57e3f0f68.tar.gz chromium_src-8d770e49e726ba87cb5b91b2cbf760c57e3f0f68.tar.bz2 |
Convert the charset, memory, and crypto interfaces to use the thunk system.
This removes a bunch of plumbing for the proxy and impl sides, and uses the
new macro system for registering the interface. This saves a lot of code and
a bunch of boilerplate files could be deleted.
Review URL: http://codereview.chromium.org/8159003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index b7bc00c..cc43fd2 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -36,7 +36,6 @@ 'shared_impl/char_set_impl.cc', 'shared_impl/char_set_impl.h', 'shared_impl/crypto_impl.cc', - 'shared_impl/crypto_impl.h', 'shared_impl/file_ref_impl.cc', 'shared_impl/file_ref_impl.h', 'shared_impl/font_impl.cc', @@ -54,6 +53,7 @@ 'shared_impl/input_event_impl.h', 'shared_impl/instance_impl.cc', 'shared_impl/instance_impl.h', + 'shared_impl/memory_impl.cc', 'shared_impl/opengles2_impl.cc', 'shared_impl/opengles2_impl.h', 'shared_impl/ppapi_preferences.cc', @@ -98,7 +98,6 @@ 'thunk/ppb_buffer_thunk.cc', 'thunk/ppb_buffer_trusted_api.h', 'thunk/ppb_buffer_trusted_thunk.cc', - 'thunk/ppb_char_set_api.h', 'thunk/ppb_char_set_thunk.cc', 'thunk/ppb_console_thunk.cc', 'thunk/ppb_context_3d_api.h', |