diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-01 00:17:22 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-01 00:17:22 +0000 |
commit | 914f5269eed1c8651d53f93d4181738f1344a108 (patch) | |
tree | 6ae9ea60cbccafaec2899eaf1ea7a4f958220302 /ppapi/ppapi_shared.gypi | |
parent | 0fafc8de47e8aa377e3fb96fc914fbe7399fe9c6 (diff) | |
download | chromium_src-914f5269eed1c8651d53f93d4181738f1344a108.zip chromium_src-914f5269eed1c8651d53f93d4181738f1344a108.tar.gz chromium_src-914f5269eed1c8651d53f93d4181738f1344a108.tar.bz2 |
Remove unused trusted interfaces.
Several trusted interfaces were originally used internally by the IPC proxy and
the NaCl srpc proxy.
The IPC proxy switched to using C++ *_API classes directly, and the srpc proxy
is no more, so there's no user of these anymore.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/16253003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 5f6ad46..f22d8e1 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -133,14 +133,12 @@ 'thunk/ppb_audio_input_api.h', 'thunk/ppb_audio_input_dev_thunk.cc', 'thunk/ppb_audio_thunk.cc', - 'thunk/ppb_audio_trusted_thunk.cc', 'thunk/ppb_broker_api.h', 'thunk/ppb_broker_thunk.cc', 'thunk/ppb_browser_font_trusted_api.h', 'thunk/ppb_browser_font_trusted_thunk.cc', 'thunk/ppb_buffer_api.h', 'thunk/ppb_buffer_thunk.cc', - 'thunk/ppb_buffer_trusted_thunk.cc', 'thunk/ppb_char_set_thunk.cc', 'thunk/ppb_console_thunk.cc', 'thunk/ppb_content_decryptor_private_thunk.cc', @@ -190,12 +188,10 @@ 'thunk/ppb_graphics_2d_thunk.cc', 'thunk/ppb_graphics_3d_api.h', 'thunk/ppb_graphics_3d_thunk.cc', - 'thunk/ppb_graphics_3d_trusted_thunk.cc', 'thunk/ppb_host_resolver_private_api.h', 'thunk/ppb_host_resolver_private_thunk.cc', 'thunk/ppb_image_data_api.h', 'thunk/ppb_image_data_thunk.cc', - 'thunk/ppb_image_data_trusted_thunk.cc', 'thunk/ppb_input_event_api.h', 'thunk/ppb_input_event_thunk.cc', 'thunk/ppb_instance_api.h', @@ -276,11 +272,9 @@ 'shared_impl/private/ppb_browser_font_trusted_shared.cc', 'shared_impl/private/ppb_char_set_shared.cc', 'thunk/ppb_audio_input_dev_thunk.cc', - 'thunk/ppb_audio_trusted_thunk.cc', 'thunk/ppb_broker_thunk.cc', 'thunk/ppb_browser_font_trusted_thunk.cc', 'thunk/ppb_buffer_thunk.cc', - 'thunk/ppb_buffer_trusted_thunk.cc', 'thunk/ppb_content_decryptor_private_thunk.cc', 'thunk/ppb_char_set_thunk.cc', 'thunk/ppb_file_io_trusted_thunk.cc', @@ -296,8 +290,6 @@ 'thunk/ppb_flash_thunk.cc', 'thunk/ppb_flash_message_loop_thunk.cc', 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', - 'thunk/ppb_graphics_3d_trusted_thunk.cc', - 'thunk/ppb_image_data_trusted_thunk.cc', 'thunk/ppb_pdf_thunk.cc', 'thunk/ppb_scrollbar_thunk.cc', 'thunk/ppb_talk_private_thunk.cc', |