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