Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / native_client_sdk / src / libraries / ppapi_cpp / library.dsc
blobb0d13ff580d9f82e6c2e6dbcde595db97044f5bf
2   'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'],
3   'SEARCH': [
4       '../../../../ppapi/cpp',
5       '../../../../ppapi/cpp/dev',
6       '../../../../ppapi/utility',
7       '../../../../ppapi/utility/graphics',
8       '../../../../ppapi/utility/threading',
9       '../../../../ppapi/utility/websocket',
10   ],
11   'TARGETS': [
12     {
13       'NAME' : 'ppapi_cpp',
14       'TYPE' : 'lib',
15       'SOURCES' : [
16         # ppapi/cpp
17         'array_output.cc',
18         'audio.cc',
19         'audio_buffer.cc',
20         'audio_config.cc',
21         'core.cc',
22         'directory_entry.cc',
23         'file_io.cc',
24         'file_ref.cc',
25         'file_system.cc',
26         'fullscreen.cc',
27         'graphics_2d.cc',
28         'graphics_3d.cc',
29         'graphics_3d_client.cc',
30         'host_resolver.cc',
31         'image_data.cc',
32         'input_event.cc',
33         'instance.cc',
34         'instance_handle.cc',
35         'media_stream_audio_track.cc',
36         'media_stream_video_track.cc',
37         'message_loop.cc',
38         'module.cc',
39         'mouse_cursor.cc',
40         'mouse_lock.cc',
41         'net_address.cc',
42         'network_list.cc',
43         'network_monitor.cc',
44         'network_proxy.cc',
45         'ppp_entrypoints.cc',
46         'rect.cc',
47         'resource.cc',
48         'tcp_socket.cc',
49         'text_input_controller.cc',
50         'udp_socket.cc',
51         'url_loader.cc',
52         'url_request_info.cc',
53         'url_response_info.cc',
54         'var_array_buffer.cc',
55         'var_array.cc',
56         'var.cc',
57         'var_dictionary.cc',
58         'video_frame.cc',
59         'view.cc',
60         'websocket.cc',
62         # ppapi/cpp/dev
63         'alarms_dev.cc',
64         'cursor_control_dev.cc',
65         'file_chooser_dev.cc',
66         'font_dev.cc',
67         'memory_dev.cc',
68         'printing_dev.cc',
69         'scriptable_object_deprecated.cc',
70         'selection_dev.cc',
71         'string_wrapper_dev.cc',
72         'truetype_font_dev.cc',
73         'view_dev.cc',
74         'zoom_dev.cc',
76         # ppapi/utility/graphics
77         'paint_aggregator.cc',
78         'paint_manager.cc',
80         # ppapi/utility/websocket
81         'websocket_api.cc',
83         # ppapi/utility/threading
84         'lock.cc',
85         'simple_thread.cc',
86       ],
87     }
88   ],
89   'HEADERS': [
90     {
91       'FILES': [
92         'array_output.h',
93         'audio_buffer.h',
94         'audio_config.h',
95         'audio.h',
96         'completion_callback.h',
97         'core.h',
98         'directory_entry.h',
99         'file_io.h',
100         'file_ref.h',
101         'file_system.h',
102         'fullscreen.h',
103         'graphics_2d.h',
104         'graphics_3d_client.h',
105         'graphics_3d.h',
106         'host_resolver.h',
107         'image_data.h',
108         'input_event.h',
109         'instance.h',
110         'instance_handle.h',
111         'logging.h',
112         'media_stream_audio_track.h',
113         'media_stream_video_track.h',
114         'message_loop.h',
115         'module_embedder.h',
116         'module.h',
117         'module_impl.h',
118         'mouse_cursor.h',
119         'mouse_lock.h',
120         'net_address.h',
121         'network_list.h',
122         'network_monitor.h',
123         'network_proxy.h',
124         'output_traits.h',
125         'pass_ref.h',
126         'point.h',
127         'rect.h',
128         'resource.h',
129         'size.h',
130         'tcp_socket.h',
131         'text_input_controller.h',
132         'touch_point.h',
133         'udp_socket.h',
134         'url_loader.h',
135         'url_request_info.h',
136         'url_response_info.h',
137         'var_array_buffer.h',
138         'var_array.h',
139         'var_dictionary.h',
140         'var.h',
141         'video_frame.h',
142         'view.h',
143         'websocket.h',
144       ],
145       'DEST': 'include/ppapi/cpp',
146     },
147     {
148       'FILES': [
149         'alarms_dev.h',
150         'array_dev.h',
151         'cursor_control_dev.h',
152         'file_chooser_dev.h',
153         'font_dev.h',
154         'may_own_ptr_dev.h',
155         'memory_dev.h',
156         'optional_dev.h',
157         'printing_dev.h',
158         'scriptable_object_deprecated.h',
159         'selection_dev.h',
160         'string_wrapper_dev.h',
161         'struct_wrapper_output_traits_dev.h',
162         'to_c_type_converter_dev.h',
163         'truetype_font_dev.h',
164         'video_capture_client_dev.h',
165         'video_decoder_client_dev.h',
166         'view_dev.h',
167         'widget_client_dev.h',
168         'zoom_dev.h',
169       ],
170       'DEST': 'include/ppapi/cpp/dev',
171     },
172     {
173       'FILES': [
174         'completion_callback_factory.h',
175         'completion_callback_factory_thread_traits.h',
176       ],
177       'DEST': 'include/ppapi/utility',
178     },
179     {
180       'FILES': [
181         'paint_aggregator.h',
182         'paint_manager.h',
183       ],
184       'DEST': 'include/ppapi/utility/graphics',
185     },
186     {
187       'FILES': [
188         'paint_aggregator.h',
189         'paint_manager.h',
190       ],
191       'DEST': 'include/ppapi/utility/graphics',
192     },
193     {
194       'FILES': [
195         'websocket_api.h',
196       ],
197       'DEST': 'include/ppapi/utility/websocket',
198     },
199     {
200       'FILES': [
201         'lock.h',
202         'simple_thread.h',
203       ],
204       'DEST': 'include/ppapi/utility/threading',
205     },
206   ],
207   'DEST': 'src',
208   'NAME': 'ppapi_cpp',