Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / native_client_sdk / src / libraries / ppapi_cpp / library.dsc
blob2b0c6e5134e44127006bd54901116a0c3ef05cac
2   'SEARCH': [
3       '../../../../ppapi/cpp',
4       '../../../../ppapi/cpp/dev',
5       '../../../../ppapi/utility',
6       '../../../../ppapi/utility/graphics',
7       '../../../../ppapi/utility/threading',
8       '../../../../ppapi/utility/websocket',
9   ],
10   'TARGETS': [
11     {
12       'NAME' : 'ppapi_cpp',
13       'TYPE' : 'lib',
14       'SOURCES' : [
15         # ppapi/cpp
16         'array_output.cc',
17         'audio.cc',
18         'audio_buffer.cc',
19         'audio_config.cc',
20         'audio_encoder.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_encoder.cc',
62         'video_frame.cc',
63         'view.cc',
64         'websocket.cc',
66         # ppapi/cpp/dev
67         'cursor_control_dev.cc',
68         'file_chooser_dev.cc',
69         'font_dev.cc',
70         'memory_dev.cc',
71         'printing_dev.cc',
72         'scriptable_object_deprecated.cc',
73         'truetype_font_dev.cc',
74         'view_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_encoder.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_handler.h',
118         'message_loop.h',
119         'module_embedder.h',
120         'module.h',
121         'module_impl.h',
122         'mouse_cursor.h',
123         'mouse_lock.h',
124         'net_address.h',
125         'network_list.h',
126         'network_monitor.h',
127         'network_proxy.h',
128         'output_traits.h',
129         'pass_ref.h',
130         'point.h',
131         'rect.h',
132         'resource.h',
133         'size.h',
134         'tcp_socket.h',
135         'text_input_controller.h',
136         'touch_point.h',
137         'udp_socket.h',
138         'url_loader.h',
139         'url_request_info.h',
140         'url_response_info.h',
141         'var_array_buffer.h',
142         'var_array.h',
143         'var_dictionary.h',
144         'var.h',
145         'video_decoder.h',
146         'video_encoder.h',
147         'video_frame.h',
148         'view.h',
149         'websocket.h',
150       ],
151       'DEST': 'include/ppapi/cpp',
152     },
153     {
154       'FILES': [
155         'cursor_control_dev.h',
156         'file_chooser_dev.h',
157         'font_dev.h',
158         'memory_dev.h',
159         'printing_dev.h',
160         'scriptable_object_deprecated.h',
161         'truetype_font_dev.h',
162         'video_capture_client_dev.h',
163         'video_decoder_client_dev.h',
164         'view_dev.h',
165       ],
166       'DEST': 'include/ppapi/cpp/dev',
167     },
168     {
169       'FILES': [
170         'completion_callback_factory.h',
171         'completion_callback_factory_thread_traits.h',
172       ],
173       'DEST': 'include/ppapi/utility',
174     },
175     {
176       'FILES': [
177         'paint_aggregator.h',
178         'paint_manager.h',
179       ],
180       'DEST': 'include/ppapi/utility/graphics',
181     },
182     {
183       'FILES': [
184         'paint_aggregator.h',
185         'paint_manager.h',
186       ],
187       'DEST': 'include/ppapi/utility/graphics',
188     },
189     {
190       'FILES': [
191         'websocket_api.h',
192       ],
193       'DEST': 'include/ppapi/utility/websocket',
194     },
195     {
196       'FILES': [
197         'lock.h',
198         'simple_thread.h',
199       ],
200       'DEST': 'include/ppapi/utility/threading',
201     },
202   ],
203   'DEST': 'src',
204   'NAME': 'ppapi_cpp',