Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / libraries / ppapi_cpp / library.dsc
blob32400ff579833f9f7aed5be8703e83e1b7f9b278
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         'compositor.cc',
21         'compositor_layer.cc',
22         'core.cc',
23         'directory_entry.cc',
24         'file_io.cc',
25         'file_ref.cc',
26         'file_system.cc',
27         'fullscreen.cc',
28         'graphics_2d.cc',
29         'graphics_3d.cc',
30         'graphics_3d_client.cc',
31         'host_resolver.cc',
32         'image_data.cc',
33         'input_event.cc',
34         'instance.cc',
35         'instance_handle.cc',
36         'media_stream_audio_track.cc',
37         'media_stream_video_track.cc',
38         'message_loop.cc',
39         'module.cc',
40         'mouse_cursor.cc',
41         'mouse_lock.cc',
42         'net_address.cc',
43         'network_list.cc',
44         'network_monitor.cc',
45         'network_proxy.cc',
46         'ppp_entrypoints.cc',
47         'rect.cc',
48         'resource.cc',
49         'tcp_socket.cc',
50         'text_input_controller.cc',
51         'udp_socket.cc',
52         'url_loader.cc',
53         'url_request_info.cc',
54         'url_response_info.cc',
55         'var_array_buffer.cc',
56         'var_array.cc',
57         'var.cc',
58         'var_dictionary.cc',
59         'video_decoder.cc',
60         'video_encoder.cc',
61         'video_frame.cc',
62         'view.cc',
63         'websocket.cc',
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         'truetype_font_dev.cc',
73         'view_dev.cc',
75         # ppapi/utility/graphics
76         'paint_aggregator.cc',
77         'paint_manager.cc',
79         # ppapi/utility/websocket
80         'websocket_api.cc',
82         # ppapi/utility/threading
83         'lock.cc',
84         'simple_thread.cc',
85       ],
86     }
87   ],
88   'HEADERS': [
89     {
90       'FILES': [
91         'array_output.h',
92         'audio_buffer.h',
93         'audio_config.h',
94         'audio.h',
95         'completion_callback.h',
96         'compositor.h',
97         'compositor_layer.h',
98         'core.h',
99         'directory_entry.h',
100         'file_io.h',
101         'file_ref.h',
102         'file_system.h',
103         'fullscreen.h',
104         'graphics_2d.h',
105         'graphics_3d_client.h',
106         'graphics_3d.h',
107         'host_resolver.h',
108         'image_data.h',
109         'input_event.h',
110         'instance.h',
111         'instance_handle.h',
112         'logging.h',
113         'media_stream_audio_track.h',
114         'media_stream_video_track.h',
115         'message_handler.h',
116         'message_loop.h',
117         'module_embedder.h',
118         'module.h',
119         'module_impl.h',
120         'mouse_cursor.h',
121         'mouse_lock.h',
122         'net_address.h',
123         'network_list.h',
124         'network_monitor.h',
125         'network_proxy.h',
126         'output_traits.h',
127         'pass_ref.h',
128         'point.h',
129         'rect.h',
130         'resource.h',
131         'size.h',
132         'tcp_socket.h',
133         'text_input_controller.h',
134         'touch_point.h',
135         'udp_socket.h',
136         'url_loader.h',
137         'url_request_info.h',
138         'url_response_info.h',
139         'var_array_buffer.h',
140         'var_array.h',
141         'var_dictionary.h',
142         'var.h',
143         'video_decoder.h',
144         'video_encoder.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         'truetype_font_dev.h',
160         'video_capture_client_dev.h',
161         'video_decoder_client_dev.h',
162         'view_dev.h',
163       ],
164       'DEST': 'include/ppapi/cpp/dev',
165     },
166     {
167       'FILES': [
168         'completion_callback_factory.h',
169         'completion_callback_factory_thread_traits.h',
170       ],
171       'DEST': 'include/ppapi/utility',
172     },
173     {
174       'FILES': [
175         'paint_aggregator.h',
176         'paint_manager.h',
177       ],
178       'DEST': 'include/ppapi/utility/graphics',
179     },
180     {
181       'FILES': [
182         'paint_aggregator.h',
183         'paint_manager.h',
184       ],
185       'DEST': 'include/ppapi/utility/graphics',
186     },
187     {
188       'FILES': [
189         'websocket_api.h',
190       ],
191       'DEST': 'include/ppapi/utility/websocket',
192     },
193     {
194       'FILES': [
195         'lock.h',
196         'simple_thread.h',
197       ],
198       'DEST': 'include/ppapi/utility/threading',
199     },
200   ],
201   'DEST': 'src',
202   'NAME': 'ppapi_cpp',