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

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

Issue 17314012: Move PPB_TCPSocket 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_tcp_socket_dev.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 23 matching lines...) Expand all
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 'net_address.cc',
41 'ppp_entrypoints.cc', 41 'ppp_entrypoints.cc',
42 'rect.cc', 42 'rect.cc',
43 'resource.cc', 43 'resource.cc',
44 'tcp_socket.cc',
44 'url_loader.cc', 45 'url_loader.cc',
45 'url_request_info.cc', 46 'url_request_info.cc',
46 'url_response_info.cc', 47 'url_response_info.cc',
47 'var_array_buffer.cc', 48 'var_array_buffer.cc',
48 'var_array.cc', 49 'var_array.cc',
49 'var.cc', 50 'var.cc',
50 'var_dictionary.cc', 51 'var_dictionary.cc',
51 'view.cc', 52 'view.cc',
52 'websocket.cc', 53 'websocket.cc',
53 54
(...skipping 13 matching lines...) Expand all
67 'text_input_dev.cc', 68 'text_input_dev.cc',
68 'font_dev.cc', 69 'font_dev.cc',
69 'find_dev.cc', 70 'find_dev.cc',
70 'view_dev.cc', 71 'view_dev.cc',
71 'memory_dev.cc', 72 'memory_dev.cc',
72 'truetype_font_dev.cc', 73 'truetype_font_dev.cc',
73 'file_chooser_dev.cc', 74 'file_chooser_dev.cc',
74 'video_decoder_dev.cc', 75 'video_decoder_dev.cc',
75 'cursor_control_dev.cc', 76 'cursor_control_dev.cc',
76 'device_ref_dev.cc', 77 'device_ref_dev.cc',
77 'tcp_socket_dev.cc',
78 'printing_dev.cc', 78 'printing_dev.cc',
79 'scriptable_object_deprecated.cc', 79 'scriptable_object_deprecated.cc',
80 'audio_input_dev.cc', 80 'audio_input_dev.cc',
81 'host_resolver_dev.cc', 81 'host_resolver_dev.cc',
82 'scrollbar_dev.cc', 82 'scrollbar_dev.cc',
83 'graphics_2d_dev.cc', 83 'graphics_2d_dev.cc',
84 'widget_dev.cc', 84 'widget_dev.cc',
85 85
86 # ppapi/cpp/extensions 86 # ppapi/cpp/extensions
87 'event_base.cc', 87 'event_base.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'net_address.h',
135 'output_traits.h', 135 'output_traits.h',
136 'pass_ref.h', 136 'pass_ref.h',
137 'point.h', 137 'point.h',
138 'rect.h', 138 'rect.h',
139 'resource.h', 139 'resource.h',
140 'size.h', 140 'size.h',
141 'tcp_socket.h',
141 'touch_point.h', 142 'touch_point.h',
142 'url_loader.h', 143 'url_loader.h',
143 'url_request_info.h', 144 'url_request_info.h',
144 'url_response_info.h', 145 'url_response_info.h',
145 'var_array_buffer.h', 146 'var_array_buffer.h',
146 'var_array.h', 147 'var_array.h',
147 'var_dictionary.h', 148 'var_dictionary.h',
148 'var.h', 149 'var.h',
149 'view.h', 150 'view.h',
150 'websocket.h', 151 'websocket.h',
(...skipping 12 matching lines...) Expand all
163 'font_dev.h', 164 'font_dev.h',
164 'graphics_2d_dev.h', 165 'graphics_2d_dev.h',
165 'host_resolver_dev.h', 166 'host_resolver_dev.h',
166 'ime_input_event_dev.h', 167 'ime_input_event_dev.h',
167 'memory_dev.h', 168 'memory_dev.h',
168 'printing_dev.h', 169 'printing_dev.h',
169 'resource_array_dev.h', 170 'resource_array_dev.h',
170 'scriptable_object_deprecated.h', 171 'scriptable_object_deprecated.h',
171 'scrollbar_dev.h', 172 'scrollbar_dev.h',
172 'selection_dev.h', 173 'selection_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',
178 'video_capture_client_dev.h', 178 'video_capture_client_dev.h',
179 'video_capture_dev.h', 179 'video_capture_dev.h',
180 'video_decoder_client_dev.h', 180 'video_decoder_client_dev.h',
181 'video_decoder_dev.h', 181 'video_decoder_dev.h',
182 'view_dev.h', 182 'view_dev.h',
183 'widget_client_dev.h', 183 'widget_client_dev.h',
(...skipping 53 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_tcp_socket_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698