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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8849003: Rename the shared_impl resource files to give them more regular names. (Closed) Base URL: svn://chrome-svn/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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_shared', 8 'target_name': 'ppapi_shared',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 12 matching lines...) Expand all
23 'PPAPI_SHARED_IMPLEMENTATION', 23 'PPAPI_SHARED_IMPLEMENTATION',
24 'PPAPI_THUNK_IMPLEMENTATION', 24 'PPAPI_THUNK_IMPLEMENTATION',
25 ], 25 ],
26 'include_dirs': [ 26 'include_dirs': [
27 '..', 27 '..',
28 ], 28 ],
29 'export_dependent_settings': [ 29 'export_dependent_settings': [
30 '../base/base.gyp:base', 30 '../base/base.gyp:base',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'shared_impl/audio_config_impl.cc',
34 'shared_impl/audio_config_impl.h',
35 'shared_impl/audio_impl.cc',
36 'shared_impl/audio_impl.h',
37 'shared_impl/audio_input_impl.cc',
38 'shared_impl/audio_input_impl.h',
39 'shared_impl/char_set_impl.cc',
40 'shared_impl/char_set_impl.h',
41 'shared_impl/crypto_impl.cc',
42 'shared_impl/file_ref_impl.cc',
43 'shared_impl/file_ref_impl.h',
44 'shared_impl/font_impl.cc',
45 'shared_impl/font_impl.h',
46 'shared_impl/function_group_base.cc', 33 'shared_impl/function_group_base.cc',
47 'shared_impl/function_group_base.h', 34 'shared_impl/function_group_base.h',
48 'shared_impl/graphics_3d_impl.cc',
49 'shared_impl/graphics_3d_impl.h',
50 'shared_impl/host_resource.h', 35 'shared_impl/host_resource.h',
51 'shared_impl/id_assignment.cc', 36 'shared_impl/id_assignment.cc',
52 'shared_impl/id_assignment.h', 37 'shared_impl/id_assignment.h',
53 'shared_impl/image_data_impl.cc',
54 'shared_impl/image_data_impl.h',
55 'shared_impl/input_event_impl.cc',
56 'shared_impl/input_event_impl.h',
57 'shared_impl/instance_impl.cc',
58 'shared_impl/instance_impl.h',
59 'shared_impl/memory_impl.cc',
60 'shared_impl/opengles2_impl.cc',
61 'shared_impl/opengles2_impl.h',
62 'shared_impl/ppapi_globals.cc',
63 'shared_impl/platform_file.cc', 38 'shared_impl/platform_file.cc',
64 'shared_impl/platform_file.h', 39 'shared_impl/platform_file.h',
40 'shared_impl/ppapi_globals.cc',
65 'shared_impl/ppapi_globals.h', 41 'shared_impl/ppapi_globals.h',
66 'shared_impl/ppapi_preferences.cc', 42 'shared_impl/ppapi_preferences.cc',
67 'shared_impl/ppapi_preferences.h', 43 'shared_impl/ppapi_preferences.h',
44 'shared_impl/ppb_audio_config_shared.cc',
45 'shared_impl/ppb_audio_config_shared.h',
46 'shared_impl/ppb_audio_input_shared.cc',
47 'shared_impl/ppb_audio_input_shared.h',
48 'shared_impl/ppb_audio_shared.cc',
49 'shared_impl/ppb_audio_shared.h',
50 'shared_impl/ppb_char_set_shared.cc',
51 'shared_impl/ppb_char_set_shared.h',
52 'shared_impl/ppb_crypto_shared.cc',
53 'shared_impl/ppb_file_ref_shared.cc',
54 'shared_impl/ppb_file_ref_shared.h',
55 'shared_impl/ppb_font_shared.cc',
56 'shared_impl/ppb_font_shared.h',
57 'shared_impl/ppb_graphics_3d_shared.cc',
58 'shared_impl/ppb_graphics_3d_shared.h',
59 'shared_impl/ppb_image_data_shared.cc',
60 'shared_impl/ppb_image_data_shared.h',
61 'shared_impl/ppb_input_event_shared.cc',
62 'shared_impl/ppb_input_event_shared.h',
63 'shared_impl/ppb_instance_shared.cc',
64 'shared_impl/ppb_instance_shared.h',
65 'shared_impl/ppb_memory_shared.cc',
66 'shared_impl/ppb_opengles2_shared.cc',
67 'shared_impl/ppb_opengles2_shared.h',
68 'shared_impl/ppb_url_request_info_shared.cc',
69 'shared_impl/ppb_url_request_info_shared.h',
70 'shared_impl/ppb_url_util_shared.cc',
71 'shared_impl/ppb_url_util_shared.h',
72 'shared_impl/ppb_video_decoder_shared.cc',
73 'shared_impl/ppb_video_decoder_shared.h',
68 'shared_impl/ppp_instance_combined.cc', 74 'shared_impl/ppp_instance_combined.cc',
69 'shared_impl/ppp_instance_combined.h', 75 'shared_impl/ppp_instance_combined.h',
70 'shared_impl/proxy_lock.cc', 76 'shared_impl/proxy_lock.cc',
71 'shared_impl/proxy_lock.h', 77 'shared_impl/proxy_lock.h',
72 'shared_impl/resource.cc', 78 'shared_impl/resource.cc',
73 'shared_impl/resource.h', 79 'shared_impl/resource.h',
74 'shared_impl/resource_tracker.cc', 80 'shared_impl/resource_tracker.cc',
75 'shared_impl/resource_tracker.h', 81 'shared_impl/resource_tracker.h',
76 'shared_impl/scoped_pp_resource.cc', 82 'shared_impl/scoped_pp_resource.cc',
77 'shared_impl/scoped_pp_resource.h', 83 'shared_impl/scoped_pp_resource.h',
78 'shared_impl/time_conversion.cc', 84 'shared_impl/time_conversion.cc',
79 'shared_impl/time_conversion.h', 85 'shared_impl/time_conversion.h',
80 'shared_impl/url_request_info_impl.cc',
81 'shared_impl/url_request_info_impl.h',
82 'shared_impl/url_util_impl.cc',
83 'shared_impl/url_util_impl.h',
84 'shared_impl/var.cc', 86 'shared_impl/var.cc',
85 'shared_impl/var.h', 87 'shared_impl/var.h',
86 'shared_impl/var_tracker.cc', 88 'shared_impl/var_tracker.cc',
87 'shared_impl/var_tracker.h', 89 'shared_impl/var_tracker.h',
88 'shared_impl/video_decoder_impl.cc',
89 'shared_impl/video_decoder_impl.h',
90 'shared_impl/webkit_forwarding.cc', 90 'shared_impl/webkit_forwarding.cc',
91 'shared_impl/webkit_forwarding.h', 91 'shared_impl/webkit_forwarding.h',
92
93 # TODO(viettrungluu): Split these out; it won't be used in NaCl. 92 # TODO(viettrungluu): Split these out; it won't be used in NaCl.
94 'shared_impl/private/net_address_private_impl.cc', 93 'shared_impl/private/net_address_private_impl.cc',
95 'shared_impl/private/net_address_private_impl.h', 94 'shared_impl/private/net_address_private_impl.h',
96 95
97 'shared_impl/private/tcp_socket_private_impl.cc', 96 'shared_impl/private/tcp_socket_private_impl.cc',
98 'shared_impl/private/tcp_socket_private_impl.h', 97 'shared_impl/private/tcp_socket_private_impl.h',
99 'shared_impl/private/udp_socket_private_impl.cc', 98 'shared_impl/private/udp_socket_private_impl.cc',
100 'shared_impl/private/udp_socket_private_impl.h', 99 'shared_impl/private/udp_socket_private_impl.h',
101 100
102 'thunk/common.h', 101 'thunk/common.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'thunk/ppb_websocket_api.h', 186 'thunk/ppb_websocket_api.h',
188 'thunk/ppb_websocket_thunk.cc', 187 'thunk/ppb_websocket_thunk.cc',
189 'thunk/ppb_widget_api.h', 188 'thunk/ppb_widget_api.h',
190 'thunk/ppb_widget_thunk.cc', 189 'thunk/ppb_widget_thunk.cc',
191 'thunk/ppb_zoom_thunk.cc', 190 'thunk/ppb_zoom_thunk.cc',
192 'thunk/thunk.h', 191 'thunk/thunk.h',
193 ], 192 ],
194 }, 193 },
195 ], 194 ],
196 } 195 }
OLDNEW
« 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