Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 17261007: [NaCl SDK] .dsc files copy public headers, add ppapi_cpp dev sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/cpp', 5 '../../../../ppapi/cpp',
6 '../../../../ppapi/cpp/dev',
7 '../../../../ppapi/cpp/extensions',
8 '../../../../ppapi/cpp/extensions/dev',
6 '../../../../ppapi/utility', 9 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 10 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 11 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 12 '../../../../ppapi/utility/websocket',
10 ], 13 ],
11 'TARGETS': [ 14 'TARGETS': [
12 { 15 {
13 'NAME' : 'ppapi_cpp', 16 'NAME' : 'ppapi_cpp',
14 'TYPE' : 'lib', 17 'TYPE' : 'lib',
15 'SOURCES' : [ 18 'SOURCES' : [
16 'ppp_entrypoints.cc', 19 # ppapi/cpp
17 'array_output.cc', 20 'array_output.cc',
18 'audio.cc', 21 'audio.cc',
19 'audio_config.cc', 22 'audio_config.cc',
20 'core.cc', 23 'core.cc',
21 'directory_entry.cc', 24 'directory_entry.cc',
22 'file_io.cc', 25 'file_io.cc',
23 'file_ref.cc', 26 'file_ref.cc',
24 'file_system.cc', 27 'file_system.cc',
25 'fullscreen.cc', 28 'fullscreen.cc',
26 'graphics_2d.cc', 29 'graphics_2d.cc',
27 'graphics_3d.cc', 30 'graphics_3d.cc',
28 'graphics_3d_client.cc', 31 'graphics_3d_client.cc',
29 'image_data.cc', 32 'image_data.cc',
30 'input_event.cc', 33 'input_event.cc',
31 'instance.cc', 34 'instance.cc',
32 'instance_handle.cc', 35 'instance_handle.cc',
33 'lock.cc', 36 'message_loop.cc',
34 'message_loop.cc', 37 'module.cc',
35 'module.cc', 38 'mouse_cursor.cc',
36 'mouse_cursor.cc', 39 'mouse_lock.cc',
37 'mouse_lock.cc', 40 'ppp_entrypoints.cc',
38 'rect.cc', 41 'rect.cc',
39 'resource.cc', 42 'resource.cc',
40 'url_loader.cc', 43 'url_loader.cc',
41 'url_request_info.cc', 44 'url_request_info.cc',
42 'url_response_info.cc', 45 'url_response_info.cc',
43 'var.cc', 46 'var_array_buffer.cc',
44 'var_array_buffer.cc', 47 'var.cc',
45 'view.cc', 48 'view.cc',
46 'websocket.cc', 49 'websocket.cc',
47 50
48 # Utility sources. 51 # ppapi/cpp/dev
49 'paint_aggregator.cc', 52 'widget_client_dev.cc',
50 'paint_manager.cc', 53 'net_address_dev.cc',
51 'simple_thread.cc', 54 'resource_array_dev.cc',
52 'websocket_api.cc', 55 'var_dictionary_dev.cc',
56 'video_capture_client_dev.cc',
57 'video_decoder_client_dev.cc',
58 'crypto_dev.cc',
59 'udp_socket_dev.cc',
60 'selection_dev.cc',
61 'buffer_dev.cc',
62 'url_util_dev.cc',
63 'video_capture_dev.cc',
64 'var_array_dev.cc',
65 'zoom_dev.cc',
66 'ime_input_event_dev.cc',
67 'text_input_dev.cc',
68 'font_dev.cc',
69 'find_dev.cc',
70 'view_dev.cc',
71 'memory_dev.cc',
72 'truetype_font_dev.cc',
73 'file_chooser_dev.cc',
74 'video_decoder_dev.cc',
75 'cursor_control_dev.cc',
76 'device_ref_dev.cc',
77 'tcp_socket_dev.cc',
78 'printing_dev.cc',
79 'scriptable_object_deprecated.cc',
80 'audio_input_dev.cc',
81 'host_resolver_dev.cc',
82 'scrollbar_dev.cc',
83 'graphics_2d_dev.cc',
84 'widget_dev.cc',
85
86 # ppapi/cpp/extensions
87 'event_base.cc',
88
89 # ppapi/cpp/extensions/dev
90 'alarms_dev.cc',
91 'events_dev.cc',
92 'socket_dev.cc',
93
94 # ppapi/utility/graphics
95 'paint_aggregator.cc',
96 'paint_manager.cc',
97
98 # ppapi/utility/websocket
99 'websocket_api.cc',
100
101 # ppapi/utility/threading
102 'lock.cc',
103 'simple_thread.cc',
53 ], 104 ],
54 } 105 }
55 ], 106 ],
107 'HEADERS': [
108 {
109 'FILES': [
110 'array_output.h',
111 'audio_config.h',
112 'audio.h',
113 'completion_callback.h',
114 'core.h',
115 'directory_entry.h',
116 'file_io.h',
117 'file_ref.h',
118 'file_system.h',
119 'fullscreen.h',
120 'graphics_2d.h',
121 'graphics_3d_client.h',
122 'graphics_3d.h',
123 'image_data.h',
124 'input_event.h',
125 'instance.h',
126 'instance_handle.h',
127 'logging.h',
128 'message_loop.h',
129 'module_embedder.h',
130 'module.h',
131 'module_impl.h',
132 'mouse_cursor.h',
133 'mouse_lock.h',
134 'output_traits.h',
135 'pass_ref.h',
136 'point.h',
137 'rect.h',
138 'resource.h',
139 'size.h',
140 'touch_point.h',
141 'url_loader.h',
142 'url_request_info.h',
143 'url_response_info.h',
144 'var_array_buffer.h',
145 'var.h',
146 'view.h',
147 'websocket.h',
148 ],
149 'DEST': 'include/ppapi/cpp',
150 },
151 {
152 'FILES': [
153 'audio_input_dev.h',
154 'buffer_dev.h',
155 'crypto_dev.h',
156 'cursor_control_dev.h',
157 'device_ref_dev.h',
158 'file_chooser_dev.h',
159 'find_dev.h',
160 'font_dev.h',
161 'graphics_2d_dev.h',
162 'host_resolver_dev.h',
163 'ime_input_event_dev.h',
164 'memory_dev.h',
165 'net_address_dev.h',
166 'printing_dev.h',
167 'resource_array_dev.h',
168 'scriptable_object_deprecated.h',
169 'scrollbar_dev.h',
170 'selection_dev.h',
171 'tcp_socket_dev.h',
172 'text_input_dev.h',
173 'truetype_font_dev.h',
174 'udp_socket_dev.h',
175 'url_util_dev.h',
176 'var_array_dev.h',
177 'var_dictionary_dev.h',
178 'video_capture_client_dev.h',
179 'video_capture_dev.h',
180 'video_decoder_client_dev.h',
181 'video_decoder_dev.h',
182 'view_dev.h',
183 'widget_client_dev.h',
184 'widget_dev.h',
185 'zoom_dev.h',
186 ],
187 'DEST': 'include/ppapi/cpp/dev',
188 },
189 {
190 'FILES': [
191 'dict_field.h',
192 'event_base.h',
193 'ext_output_traits.h',
194 'from_var_converter.h',
195 'optional.h',
196 'to_var_converter.h',
197 ],
198 'DEST': 'include/ppapi/cpp/extensions',
199 },
200 {
201 'FILES': [
202 'alarms_dev.h',
203 'events_dev.h',
204 'socket_dev.h',
205 ],
206 'DEST': 'include/ppapi/cpp/extensions/dev',
207 },
208 {
209 'FILES': [
210 'completion_callback_factory.h',
211 'completion_callback_factory_thread_traits.h',
212 ],
213 'DEST': 'include/ppapi/utility',
214 },
215 {
216 'FILES': [
217 'paint_aggregator.h',
218 'paint_manager.h',
219 ],
220 'DEST': 'include/ppapi/utility/graphics',
221 },
222 {
223 'FILES': [
224 'paint_aggregator.h',
225 'paint_manager.h',
226 ],
227 'DEST': 'include/ppapi/utility/graphics',
228 },
229 {
230 'FILES': [
231 'websocket_api.h',
232 ],
233 'DEST': 'include/ppapi/utility/websocket',
234 },
235 {
236 'FILES': [
237 'lock.h',
238 'simple_thread.h',
239 ],
240 'DEST': 'include/ppapi/utility/threading',
241 },
242 ],
56 'DEST': 'src', 243 'DEST': 'src',
57 'NAME': 'ppapi_cpp', 244 'NAME': 'ppapi_cpp',
58 } 245 }
59 246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698