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

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

Issue 17419008: Move PPB_NetAddress out of dev. (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', 6 '../../../../ppapi/cpp/dev',
7 '../../../../ppapi/cpp/extensions', 7 '../../../../ppapi/cpp/extensions',
8 '../../../../ppapi/cpp/extensions/dev', 8 '../../../../ppapi/cpp/extensions/dev',
9 '../../../../ppapi/utility', 9 '../../../../ppapi/utility',
10 '../../../../ppapi/utility/graphics', 10 '../../../../ppapi/utility/graphics',
(...skipping 19 matching lines...) Expand all
30 'graphics_3d.cc', 30 'graphics_3d.cc',
31 'graphics_3d_client.cc', 31 'graphics_3d_client.cc',
32 'image_data.cc', 32 'image_data.cc',
33 'input_event.cc', 33 'input_event.cc',
34 'instance.cc', 34 'instance.cc',
35 'instance_handle.cc', 35 'instance_handle.cc',
36 'message_loop.cc', 36 'message_loop.cc',
37 'module.cc', 37 'module.cc',
38 'mouse_cursor.cc', 38 'mouse_cursor.cc',
39 'mouse_lock.cc', 39 'mouse_lock.cc',
40 'net_address.cc',
40 'ppp_entrypoints.cc', 41 'ppp_entrypoints.cc',
41 'rect.cc', 42 'rect.cc',
42 'resource.cc', 43 'resource.cc',
43 'url_loader.cc', 44 'url_loader.cc',
44 'url_request_info.cc', 45 'url_request_info.cc',
45 'url_response_info.cc', 46 'url_response_info.cc',
46 'var_array_buffer.cc', 47 'var_array_buffer.cc',
47 'var_array.cc', 48 'var_array.cc',
48 'var.cc', 49 'var.cc',
49 'var_dictionary.cc', 50 'var_dictionary.cc',
50 'view.cc', 51 'view.cc',
51 'websocket.cc', 52 'websocket.cc',
52 53
53 # ppapi/cpp/dev 54 # ppapi/cpp/dev
54 'widget_client_dev.cc', 55 'widget_client_dev.cc',
55 'net_address_dev.cc',
56 'resource_array_dev.cc', 56 'resource_array_dev.cc',
57 'video_capture_client_dev.cc', 57 'video_capture_client_dev.cc',
58 'video_decoder_client_dev.cc', 58 'video_decoder_client_dev.cc',
59 'crypto_dev.cc', 59 'crypto_dev.cc',
60 'udp_socket_dev.cc', 60 'udp_socket_dev.cc',
61 'selection_dev.cc', 61 'selection_dev.cc',
62 'buffer_dev.cc', 62 'buffer_dev.cc',
63 'url_util_dev.cc', 63 'url_util_dev.cc',
64 'video_capture_dev.cc', 64 'video_capture_dev.cc',
65 'zoom_dev.cc', 65 'zoom_dev.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'input_event.h', 124 'input_event.h',
125 'instance.h', 125 'instance.h',
126 'instance_handle.h', 126 'instance_handle.h',
127 'logging.h', 127 'logging.h',
128 'message_loop.h', 128 'message_loop.h',
129 'module_embedder.h', 129 'module_embedder.h',
130 'module.h', 130 'module.h',
131 'module_impl.h', 131 'module_impl.h',
132 'mouse_cursor.h', 132 'mouse_cursor.h',
133 'mouse_lock.h', 133 'mouse_lock.h',
134 'net_address.h',
134 'output_traits.h', 135 'output_traits.h',
135 'pass_ref.h', 136 'pass_ref.h',
136 'point.h', 137 'point.h',
137 'rect.h', 138 'rect.h',
138 'resource.h', 139 'resource.h',
139 'size.h', 140 'size.h',
140 'touch_point.h', 141 'touch_point.h',
141 'url_loader.h', 142 'url_loader.h',
142 'url_request_info.h', 143 'url_request_info.h',
143 'url_response_info.h', 144 'url_response_info.h',
(...skipping 13 matching lines...) Expand all
157 'crypto_dev.h', 158 'crypto_dev.h',
158 'cursor_control_dev.h', 159 'cursor_control_dev.h',
159 'device_ref_dev.h', 160 'device_ref_dev.h',
160 'file_chooser_dev.h', 161 'file_chooser_dev.h',
161 'find_dev.h', 162 'find_dev.h',
162 'font_dev.h', 163 'font_dev.h',
163 'graphics_2d_dev.h', 164 'graphics_2d_dev.h',
164 'host_resolver_dev.h', 165 'host_resolver_dev.h',
165 'ime_input_event_dev.h', 166 'ime_input_event_dev.h',
166 'memory_dev.h', 167 'memory_dev.h',
167 'net_address_dev.h',
168 'printing_dev.h', 168 'printing_dev.h',
169 'resource_array_dev.h', 169 'resource_array_dev.h',
170 'scriptable_object_deprecated.h', 170 'scriptable_object_deprecated.h',
171 'scrollbar_dev.h', 171 'scrollbar_dev.h',
172 'selection_dev.h', 172 'selection_dev.h',
173 'tcp_socket_dev.h', 173 'tcp_socket_dev.h',
174 'text_input_dev.h', 174 'text_input_dev.h',
175 'truetype_font_dev.h', 175 'truetype_font_dev.h',
176 'udp_socket_dev.h', 176 'udp_socket_dev.h',
177 'url_util_dev.h', 177 'url_util_dev.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'lock.h', 237 'lock.h',
238 'simple_thread.h', 238 'simple_thread.h',
239 ], 239 ],
240 'DEST': 'include/ppapi/utility/threading', 240 'DEST': 'include/ppapi/utility/threading',
241 }, 241 },
242 ], 242 ],
243 'DEST': 'src', 243 'DEST': 'src',
244 'NAME': 'ppapi_cpp', 244 'NAME': 'ppapi_cpp',
245 } 245 }
246 246
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_host_resolver_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698