summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-07 18:59:27 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-07 18:59:27 +0000
commit9a57839249d238f6ecf75f6ff91e80795b144fad (patch)
tree7e5c24f82967b80ebe5580a6a87dd8a6d24a861c /ppapi/ppapi_shared.gypi
parent14d5ea0999bc034e0e847170b0a1edfe444d24eb (diff)
downloadchromium_src-9a57839249d238f6ecf75f6ff91e80795b144fad.zip
chromium_src-9a57839249d238f6ecf75f6ff91e80795b144fad.tar.gz
chromium_src-9a57839249d238f6ecf75f6ff91e80795b144fad.tar.bz2
Rename the shared_impl resource files to give them more regular names.
[ Reland of 113290 http://codereview.chromium.org/8790004 ] I keep getting confused between things like AudioImpl and PPB_Audio_Impl. This uses _shared for the names, so now we have _impl, _proxy, and _shared which makes more sense. I also removed the ppb_opengles2_impl file since it was just a forward to the shared version. Review URL: http://codereview.chromium.org/8849003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r--ppapi/ppapi_shared.gypi63
1 files changed, 31 insertions, 32 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 5303b49..7b67ec1 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -30,41 +30,47 @@
'../base/base.gyp:base',
],
'sources': [
- 'shared_impl/audio_config_impl.cc',
- 'shared_impl/audio_config_impl.h',
- 'shared_impl/audio_impl.cc',
- 'shared_impl/audio_impl.h',
- 'shared_impl/audio_input_impl.cc',
- 'shared_impl/audio_input_impl.h',
- 'shared_impl/char_set_impl.cc',
- 'shared_impl/char_set_impl.h',
- 'shared_impl/crypto_impl.cc',
- 'shared_impl/file_ref_impl.cc',
- 'shared_impl/file_ref_impl.h',
- 'shared_impl/font_impl.cc',
- 'shared_impl/font_impl.h',
'shared_impl/function_group_base.cc',
'shared_impl/function_group_base.h',
- 'shared_impl/graphics_3d_impl.cc',
- 'shared_impl/graphics_3d_impl.h',
'shared_impl/host_resource.h',
'shared_impl/id_assignment.cc',
'shared_impl/id_assignment.h',
- 'shared_impl/image_data_impl.cc',
- 'shared_impl/image_data_impl.h',
- 'shared_impl/input_event_impl.cc',
- '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_globals.cc',
'shared_impl/platform_file.cc',
'shared_impl/platform_file.h',
+ 'shared_impl/ppapi_globals.cc',
'shared_impl/ppapi_globals.h',
'shared_impl/ppapi_preferences.cc',
'shared_impl/ppapi_preferences.h',
+ 'shared_impl/ppb_audio_config_shared.cc',
+ 'shared_impl/ppb_audio_config_shared.h',
+ 'shared_impl/ppb_audio_input_shared.cc',
+ 'shared_impl/ppb_audio_input_shared.h',
+ 'shared_impl/ppb_audio_shared.cc',
+ 'shared_impl/ppb_audio_shared.h',
+ 'shared_impl/ppb_char_set_shared.cc',
+ 'shared_impl/ppb_char_set_shared.h',
+ 'shared_impl/ppb_crypto_shared.cc',
+ 'shared_impl/ppb_file_ref_shared.cc',
+ 'shared_impl/ppb_file_ref_shared.h',
+ 'shared_impl/ppb_font_shared.cc',
+ 'shared_impl/ppb_font_shared.h',
+ 'shared_impl/ppb_graphics_3d_shared.cc',
+ 'shared_impl/ppb_graphics_3d_shared.h',
+ 'shared_impl/ppb_image_data_shared.cc',
+ 'shared_impl/ppb_image_data_shared.h',
+ 'shared_impl/ppb_input_event_shared.cc',
+ 'shared_impl/ppb_input_event_shared.h',
+ 'shared_impl/ppb_instance_shared.cc',
+ 'shared_impl/ppb_instance_shared.h',
+ 'shared_impl/ppb_memory_shared.cc',
+ 'shared_impl/ppb_opengles2_shared.cc',
+ 'shared_impl/ppb_opengles2_shared.h',
+ 'shared_impl/ppb_url_request_info_shared.cc',
+ 'shared_impl/ppb_url_request_info_shared.h',
+ 'shared_impl/ppb_url_util_shared.cc',
+ 'shared_impl/ppb_url_util_shared.h',
+ 'shared_impl/ppb_video_decoder_shared.cc',
+ 'shared_impl/ppb_video_decoder_shared.h',
'shared_impl/ppp_instance_combined.cc',
'shared_impl/ppp_instance_combined.h',
'shared_impl/proxy_lock.cc',
@@ -77,19 +83,12 @@
'shared_impl/scoped_pp_resource.h',
'shared_impl/time_conversion.cc',
'shared_impl/time_conversion.h',
- 'shared_impl/url_request_info_impl.cc',
- 'shared_impl/url_request_info_impl.h',
- 'shared_impl/url_util_impl.cc',
- 'shared_impl/url_util_impl.h',
'shared_impl/var.cc',
'shared_impl/var.h',
'shared_impl/var_tracker.cc',
'shared_impl/var_tracker.h',
- 'shared_impl/video_decoder_impl.cc',
- 'shared_impl/video_decoder_impl.h',
'shared_impl/webkit_forwarding.cc',
'shared_impl/webkit_forwarding.h',
-
# TODO(viettrungluu): Split these out; it won't be used in NaCl.
'shared_impl/private/net_address_private_impl.cc',
'shared_impl/private/net_address_private_impl.h',