[Mac] Enable CrZombie for subprocesses in release builds.
[chromium-blink-merge.git] / ppapi / ppapi_shared.gypi
bloba07228423f0b896c35eec6494a7a67f3bf139423
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         '../skia/skia.gyp:skia',
18         '../third_party/icu/icu.gyp:icuuc',
19         '../ui/gfx/surface/surface.gyp:surface',
20       ],
21       'defines': [
22         'PPAPI_SHARED_IMPLEMENTATION',
23         'PPAPI_THUNK_IMPLEMENTATION',
24       ],
25       'include_dirs': [
26         '..',
27       ],
28       'export_dependent_settings': [
29         '../base/base.gyp:base',
30       ],
31       'sources': [
32         'shared_impl/audio_config_impl.cc',
33         'shared_impl/audio_config_impl.h',
34         'shared_impl/audio_impl.cc',
35         'shared_impl/audio_impl.h',
36         'shared_impl/char_set_impl.cc',
37         'shared_impl/char_set_impl.h',
38         'shared_impl/crypto_impl.cc',
39         'shared_impl/crypto_impl.h',
40         'shared_impl/file_ref_impl.cc',
41         'shared_impl/file_ref_impl.h',
42         'shared_impl/font_impl.cc',
43         'shared_impl/font_impl.h',
44         'shared_impl/function_group_base.cc',
45         'shared_impl/function_group_base.h',
46         'shared_impl/graphics_3d_impl.cc',
47         'shared_impl/graphics_3d_impl.h',
48         'shared_impl/host_resource.h',
49         'shared_impl/id_assignment.cc',
50         'shared_impl/id_assignment.h',
51         'shared_impl/image_data_impl.cc',
52         'shared_impl/image_data_impl.h',
53         'shared_impl/input_event_impl.cc',
54         'shared_impl/input_event_impl.h',
55         'shared_impl/instance_impl.cc',
56         'shared_impl/instance_impl.h',
57         'shared_impl/opengles2_impl.cc',
58         'shared_impl/opengles2_impl.h',
59         'shared_impl/ppapi_preferences.cc',
60         'shared_impl/ppapi_preferences.h',
61         'shared_impl/ppp_instance_combined.cc',
62         'shared_impl/ppp_instance_combined.h',
63         'shared_impl/resource.cc',
64         'shared_impl/resource.h',
65         'shared_impl/resource_tracker.cc',
66         'shared_impl/resource_tracker.h',
67         'shared_impl/scoped_pp_resource.cc',
68         'shared_impl/scoped_pp_resource.h',
69         'shared_impl/time_conversion.cc',
70         'shared_impl/time_conversion.h',
71         'shared_impl/tracker_base.cc',
72         'shared_impl/tracker_base.h',
73         'shared_impl/url_request_info_impl.cc',
74         'shared_impl/url_request_info_impl.h',
75         'shared_impl/url_util_impl.cc',
76         'shared_impl/url_util_impl.h',
77         'shared_impl/var.cc',
78         'shared_impl/var.h',
79         'shared_impl/var_tracker.cc',
80         'shared_impl/var_tracker.h',
81         'shared_impl/video_decoder_impl.cc',
82         'shared_impl/video_decoder_impl.h',
83         'shared_impl/webkit_forwarding.cc',
84         'shared_impl/webkit_forwarding.h',
86         'thunk/common.h',
87         'thunk/common.cc',
88         'thunk/enter.cc',
89         'thunk/enter.h',
90         'thunk/ppb_audio_api.h',
91         'thunk/ppb_audio_config_api.h',
92         'thunk/ppb_audio_config_thunk.cc',
93         'thunk/ppb_audio_thunk.cc',
94         'thunk/ppb_audio_trusted_thunk.cc',
95         'thunk/ppb_broker_api.h',
96         'thunk/ppb_broker_thunk.cc',
97         'thunk/ppb_buffer_api.h',
98         'thunk/ppb_buffer_thunk.cc',
99         'thunk/ppb_buffer_trusted_api.h',
100         'thunk/ppb_buffer_trusted_thunk.cc',
101         'thunk/ppb_char_set_api.h',
102         'thunk/ppb_char_set_thunk.cc',
103         'thunk/ppb_console_thunk.cc',
104         'thunk/ppb_context_3d_api.h',
105         'thunk/ppb_context_3d_thunk.cc',
106         'thunk/ppb_context_3d_trusted_thunk.cc',
107         'thunk/ppb_cursor_control_api.h',
108         'thunk/ppb_cursor_control_thunk.cc',
109         'thunk/ppb_directory_reader_api.h',
110         'thunk/ppb_directory_reader_thunk.cc',
111         'thunk/ppb_input_event_api.h',
112         'thunk/ppb_input_event_thunk.cc',
113         'thunk/ppb_file_chooser_api.h',
114         'thunk/ppb_file_chooser_thunk.cc',
115         'thunk/ppb_file_io_api.h',
116         'thunk/ppb_file_io_thunk.cc',
117         'thunk/ppb_file_io_trusted_thunk.cc',
118         'thunk/ppb_file_ref_api.h',
119         'thunk/ppb_file_ref_thunk.cc',
120         'thunk/ppb_file_system_api.h',
121         'thunk/ppb_file_system_thunk.cc',
122         'thunk/ppb_find_thunk.cc',
123         'thunk/ppb_flash_fullscreen_thunk.cc',
124         'thunk/ppb_flash_menu_api.h',
125         'thunk/ppb_flash_menu_thunk.cc',
126         'thunk/ppb_flash_net_connector_api.h',
127         'thunk/ppb_flash_net_connector_thunk.cc',
128         'thunk/ppb_flash_tcp_socket_api.h',
129         'thunk/ppb_flash_tcp_socket_thunk.cc',
130         'thunk/ppb_flash_udp_socket_api.h',
131         'thunk/ppb_flash_udp_socket_thunk.cc',
132         'thunk/ppb_font_api.h',
133         'thunk/ppb_font_thunk.cc',
134         'thunk/ppb_fullscreen_thunk.cc',
135         'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
136         'thunk/ppb_graphics_2d_api.h',
137         'thunk/ppb_graphics_2d_thunk.cc',
138         'thunk/ppb_graphics_3d_api.h',
139         'thunk/ppb_graphics_3d_thunk.cc',
140         'thunk/ppb_graphics_3d_trusted_thunk.cc',
141         'thunk/ppb_image_data_api.h',
142         'thunk/ppb_image_data_thunk.cc',
143         'thunk/ppb_image_data_trusted_thunk.cc',
144         'thunk/ppb_instance_api.h',
145         'thunk/ppb_instance_thunk.cc',
146         'thunk/ppb_layer_compositor_api.h',
147         'thunk/ppb_layer_compositor_thunk.cc',
148         'thunk/ppb_messaging_thunk.cc',
149         'thunk/ppb_mouse_lock_thunk.cc',
150         'thunk/ppb_pdf_api.h',
151         'thunk/ppb_query_policy_thunk.cc',
152         'thunk/ppb_scrollbar_api.h',
153         'thunk/ppb_scrollbar_thunk.cc',
154         'thunk/ppb_surface_3d_api.h',
155         'thunk/ppb_surface_3d_thunk.cc',
156         'thunk/ppb_text_input_api.h',
157         'thunk/ppb_text_input_thunk.cc',
158         'thunk/ppb_transport_api.h',
159         'thunk/ppb_transport_thunk.cc',
160         'thunk/ppb_url_loader_api.h',
161         'thunk/ppb_url_loader_thunk.cc',
162         'thunk/ppb_url_request_info_api.h',
163         'thunk/ppb_url_request_info_thunk.cc',
164         'thunk/ppb_url_response_info_api.h',
165         'thunk/ppb_url_response_info_thunk.cc',
166         'thunk/ppb_video_capture_api.h',
167         'thunk/ppb_video_capture_thunk.cc',
168         'thunk/ppb_video_decoder_api.h',
169         'thunk/ppb_video_decoder_thunk.cc',
170         'thunk/ppb_video_layer_api.h',
171         'thunk/ppb_video_layer_thunk.cc',
172         'thunk/ppb_widget_api.h',
173         'thunk/ppb_widget_thunk.cc',
174         'thunk/ppb_zoom_thunk.cc',
175         'thunk/thunk.h',
176       ],
177     },
178   ],