Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: ppapi/ppapi_shared.gypi

Issue 8824015: Revert 113290 - Rename the shared_impl resource files to give them more regular names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared.gypi
===================================================================
--- ppapi/ppapi_shared.gypi (revision 113300)
+++ ppapi/ppapi_shared.gypi (working copy)
@@ -30,47 +30,41 @@
'../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',
@@ -83,12 +77,19 @@
'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',
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698