srpcgen: Use 'const char*' for string parameters
[chromium-blink-merge.git] / ppapi / ppapi_shared.gypi
blobadc64b432557d11dd51bdba8f9dfc1fe96f80247
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
3 # found in the LICENSE file.
6   'targets': [
7     {
8       'target_name': 'ppapi_shared',
9       'type': '<(component)',
10       'dependencies': [
11         'ppapi.gyp:ppapi_c',
12         '../base/base.gyp:base',
13         '../base/base.gyp:base_i18n',
14         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
15         '../build/temp_gyp/googleurl.gyp:googleurl',
16         '../gpu/gpu.gyp:gles2_implementation',
17         '../net/net.gyp:net',
18         '../skia/skia.gyp:skia',
19         '../third_party/icu/icu.gyp:icuuc',
20         '../ui/gfx/surface/surface.gyp:surface',
21       ],
22       'defines': [
23         'PPAPI_SHARED_IMPLEMENTATION',
24         'PPAPI_THUNK_IMPLEMENTATION',
25       ],
26       'include_dirs': [
27         '..',
28       ],
29       'export_dependent_settings': [
30         '../base/base.gyp:base',
31       ],
32       'sources': [
33         'shared_impl/callback_tracker.cc',
34         'shared_impl/callback_tracker.h',
35         'shared_impl/file_type_conversion.cc',
36         'shared_impl/file_type_conversion.h',
37         'shared_impl/function_group_base.cc',
38         'shared_impl/function_group_base.h',
39         'shared_impl/host_resource.h',
40         'shared_impl/id_assignment.cc',
41         'shared_impl/id_assignment.h',
42         'shared_impl/platform_file.cc',
43         'shared_impl/platform_file.h',
44         'shared_impl/ppapi_globals.cc',
45         'shared_impl/ppapi_globals.h',
46         'shared_impl/ppapi_preferences.cc',
47         'shared_impl/ppapi_preferences.h',
48         'shared_impl/ppb_audio_config_shared.cc',
49         'shared_impl/ppb_audio_config_shared.h',
50         'shared_impl/ppb_audio_input_shared.cc',
51         'shared_impl/ppb_audio_input_shared.h',
52         'shared_impl/ppb_audio_shared.cc',
53         'shared_impl/ppb_audio_shared.h',
54         'shared_impl/ppb_char_set_shared.cc',
55         'shared_impl/ppb_char_set_shared.h',
56         'shared_impl/ppb_crypto_shared.cc',
57         'shared_impl/ppb_file_io_shared.cc',
58         'shared_impl/ppb_file_io_shared.h',
59         'shared_impl/ppb_file_ref_shared.cc',
60         'shared_impl/ppb_file_ref_shared.h',
61         'shared_impl/ppb_font_shared.cc',
62         'shared_impl/ppb_font_shared.h',
63         'shared_impl/ppb_graphics_3d_shared.cc',
64         'shared_impl/ppb_graphics_3d_shared.h',
65         'shared_impl/ppb_image_data_shared.cc',
66         'shared_impl/ppb_image_data_shared.h',
67         'shared_impl/ppb_input_event_shared.cc',
68         'shared_impl/ppb_input_event_shared.h',
69         'shared_impl/ppb_instance_shared.cc',
70         'shared_impl/ppb_instance_shared.h',
71         'shared_impl/ppb_memory_shared.cc',
72         'shared_impl/ppb_opengles2_shared.cc',
73         'shared_impl/ppb_opengles2_shared.h',
74         'shared_impl/ppb_url_request_info_shared.cc',
75         'shared_impl/ppb_url_request_info_shared.h',
76         'shared_impl/ppb_url_util_shared.cc',
77         'shared_impl/ppb_url_util_shared.h',
78         'shared_impl/ppb_var_shared.cc',
79         'shared_impl/ppb_var_shared.h',
80         'shared_impl/ppb_video_decoder_shared.cc',
81         'shared_impl/ppb_video_decoder_shared.h',
82         'shared_impl/ppb_view_shared.cc',
83         'shared_impl/ppb_view_shared.h',
84         'shared_impl/ppp_instance_combined.cc',
85         'shared_impl/ppp_instance_combined.h',
86         'shared_impl/proxy_lock.cc',
87         'shared_impl/proxy_lock.h',
88         'shared_impl/resource.cc',
89         'shared_impl/resource.h',
90         'shared_impl/resource_tracker.cc',
91         'shared_impl/resource_tracker.h',
92         'shared_impl/scoped_pp_resource.cc',
93         'shared_impl/scoped_pp_resource.h',
94         'shared_impl/time_conversion.cc',
95         'shared_impl/time_conversion.h',
96         'shared_impl/tracked_callback.cc',
97         'shared_impl/tracked_callback.h',
98         'shared_impl/var.cc',
99         'shared_impl/var.h',
100         'shared_impl/var_tracker.cc',
101         'shared_impl/var_tracker.h',
102         'shared_impl/webkit_forwarding.cc',
103         'shared_impl/webkit_forwarding.h',
104         # TODO(viettrungluu): Split these out; it won't be used in NaCl.
105         'shared_impl/private/net_address_private_impl.cc',
106         'shared_impl/private/net_address_private_impl.h',
108         'shared_impl/private/tcp_socket_private_impl.cc',
109         'shared_impl/private/tcp_socket_private_impl.h',
110         'shared_impl/private/udp_socket_private_impl.cc',
111         'shared_impl/private/udp_socket_private_impl.h',
113         'thunk/common.h',
114         'thunk/common.cc',
115         'thunk/enter.cc',
116         'thunk/enter.h',
117         'thunk/ppb_audio_api.h',
118         'thunk/ppb_audio_config_api.h',
119         'thunk/ppb_audio_config_thunk.cc',
120         'thunk/ppb_audio_input_api.h',
121         'thunk/ppb_audio_input_thunk.cc',
122         'thunk/ppb_audio_input_trusted_thunk.cc',
123         'thunk/ppb_audio_thunk.cc',
124         'thunk/ppb_audio_trusted_thunk.cc',
125         'thunk/ppb_broker_api.h',
126         'thunk/ppb_broker_thunk.cc',
127         'thunk/ppb_buffer_api.h',
128         'thunk/ppb_buffer_thunk.cc',
129         'thunk/ppb_buffer_trusted_api.h',
130         'thunk/ppb_buffer_trusted_thunk.cc',
131         'thunk/ppb_char_set_thunk.cc',
132         'thunk/ppb_console_thunk.cc',
133         'thunk/ppb_cursor_control_api.h',
134         'thunk/ppb_cursor_control_thunk.cc',
135         'thunk/ppb_directory_reader_api.h',
136         'thunk/ppb_directory_reader_thunk.cc',
137         'thunk/ppb_input_event_api.h',
138         'thunk/ppb_input_event_thunk.cc',
139         'thunk/ppb_file_chooser_api.h',
140         'thunk/ppb_file_chooser_thunk.cc',
141         'thunk/ppb_file_io_api.h',
142         'thunk/ppb_file_io_thunk.cc',
143         'thunk/ppb_file_io_trusted_thunk.cc',
144         'thunk/ppb_file_ref_api.h',
145         'thunk/ppb_file_ref_thunk.cc',
146         'thunk/ppb_file_system_api.h',
147         'thunk/ppb_file_system_thunk.cc',
148         'thunk/ppb_find_thunk.cc',
149         'thunk/ppb_flash_clipboard_api.h',
150         'thunk/ppb_flash_clipboard_thunk.cc',
151         'thunk/ppb_flash_fullscreen_thunk.cc',
152         'thunk/ppb_flash_menu_api.h',
153         'thunk/ppb_flash_menu_thunk.cc',
154         'thunk/ppb_flash_net_connector_api.h',
155         'thunk/ppb_flash_net_connector_thunk.cc',
156         'thunk/ppb_font_api.h',
157         'thunk/ppb_font_thunk.cc',
158         'thunk/ppb_fullscreen_thunk.cc',
159         'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
160         'thunk/ppb_graphics_2d_api.h',
161         'thunk/ppb_graphics_2d_thunk.cc',
162         'thunk/ppb_graphics_3d_api.h',
163         'thunk/ppb_graphics_3d_thunk.cc',
164         'thunk/ppb_graphics_3d_trusted_thunk.cc',
165         'thunk/ppb_image_data_api.h',
166         'thunk/ppb_image_data_thunk.cc',
167         'thunk/ppb_image_data_trusted_thunk.cc',
168         'thunk/ppb_instance_api.h',
169         'thunk/ppb_instance_thunk.cc',
170         'thunk/ppb_layer_compositor_api.h',
171         'thunk/ppb_layer_compositor_thunk.cc',
172         'thunk/ppb_messaging_thunk.cc',
173         'thunk/ppb_mouse_lock_thunk.cc',
174         'thunk/ppb_pdf_api.h',
175         'thunk/ppb_scrollbar_api.h',
176         'thunk/ppb_scrollbar_thunk.cc',
177         'thunk/ppb_tcp_socket_private_api.h',
178         'thunk/ppb_tcp_socket_private_thunk.cc',
179         'thunk/ppb_text_input_api.h',
180         'thunk/ppb_text_input_thunk.cc',
181         'thunk/ppb_transport_api.h',
182         'thunk/ppb_transport_thunk.cc',
183         'thunk/ppb_udp_socket_private_api.h',
184         'thunk/ppb_udp_socket_private_thunk.cc',
185         'thunk/ppb_url_loader_api.h',
186         'thunk/ppb_url_loader_thunk.cc',
187         'thunk/ppb_url_request_info_api.h',
188         'thunk/ppb_url_request_info_thunk.cc',
189         'thunk/ppb_url_response_info_api.h',
190         'thunk/ppb_url_response_info_thunk.cc',
191         'thunk/ppb_url_util_thunk.cc',
192         'thunk/ppb_video_capture_api.h',
193         'thunk/ppb_video_capture_thunk.cc',
194         'thunk/ppb_video_decoder_api.h',
195         'thunk/ppb_video_decoder_thunk.cc',
196         'thunk/ppb_video_layer_api.h',
197         'thunk/ppb_video_layer_thunk.cc',
198         'thunk/ppb_view_api.h',
199         'thunk/ppb_view_thunk.cc',
200         'thunk/ppb_websocket_api.h',
201         'thunk/ppb_websocket_thunk.cc',
202         'thunk/ppb_widget_api.h',
203         'thunk/ppb_widget_thunk.cc',
204         'thunk/ppb_zoom_thunk.cc',
205         'thunk/thunk.h',
206       ],
207     },
208   ],