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

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

Issue 148213016: [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/cpp/extensions', 6 '../../../../ppapi/cpp/extensions',
7 '../../../../ppapi/cpp/extensions/dev', 7 '../../../../ppapi/cpp/extensions/dev',
8 '../../../../ppapi/utility', 8 '../../../../ppapi/utility',
9 '../../../../ppapi/utility/graphics', 9 '../../../../ppapi/utility/graphics',
10 '../../../../ppapi/utility/threading', 10 '../../../../ppapi/utility/threading',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'tcp_socket.cc', 50 'tcp_socket.cc',
51 'text_input_controller.cc', 51 'text_input_controller.cc',
52 'udp_socket.cc', 52 'udp_socket.cc',
53 'url_loader.cc', 53 'url_loader.cc',
54 'url_request_info.cc', 54 'url_request_info.cc',
55 'url_response_info.cc', 55 'url_response_info.cc',
56 'var_array_buffer.cc', 56 'var_array_buffer.cc',
57 'var_array.cc', 57 'var_array.cc',
58 'var.cc', 58 'var.cc',
59 'var_dictionary.cc', 59 'var_dictionary.cc',
60 'var_resource.cc',
60 'video_frame.cc', 61 'video_frame.cc',
61 'view.cc', 62 'view.cc',
62 'websocket.cc', 63 'websocket.cc',
63 64
64 # ppapi/cpp/dev 65 # ppapi/cpp/dev
65 'alarms_dev.cc', 66 'alarms_dev.cc',
66 'widget_client_dev.cc', 67 'widget_client_dev.cc',
67 'video_capture_client_dev.cc', 68 'video_capture_client_dev.cc',
68 'video_decoder_client_dev.cc', 69 'video_decoder_client_dev.cc',
69 'crypto_dev.cc', 70 'crypto_dev.cc',
(...skipping 13 matching lines...) Expand all
83 'video_decoder_dev.cc', 84 'video_decoder_dev.cc',
84 'cursor_control_dev.cc', 85 'cursor_control_dev.cc',
85 'device_ref_dev.cc', 86 'device_ref_dev.cc',
86 'printing_dev.cc', 87 'printing_dev.cc',
87 'scriptable_object_deprecated.cc', 88 'scriptable_object_deprecated.cc',
88 'audio_input_dev.cc', 89 'audio_input_dev.cc',
89 'scrollbar_dev.cc', 90 'scrollbar_dev.cc',
90 'string_wrapper_dev.cc', 91 'string_wrapper_dev.cc',
91 'graphics_2d_dev.cc', 92 'graphics_2d_dev.cc',
92 'widget_dev.cc', 93 'widget_dev.cc',
93 'var_resource_dev.cc',
94 94
95 # ppapi/cpp/extensions/dev 95 # ppapi/cpp/extensions/dev
96 'socket_dev.cc', 96 'socket_dev.cc',
97 97
98 # ppapi/utility/graphics 98 # ppapi/utility/graphics
99 'paint_aggregator.cc', 99 'paint_aggregator.cc',
100 'paint_manager.cc', 100 'paint_manager.cc',
101 101
102 # ppapi/utility/websocket 102 # ppapi/utility/websocket
103 'websocket_api.cc', 103 'websocket_api.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'tcp_socket.h', 152 'tcp_socket.h',
153 'text_input_controller.h', 153 'text_input_controller.h',
154 'touch_point.h', 154 'touch_point.h',
155 'udp_socket.h', 155 'udp_socket.h',
156 'url_loader.h', 156 'url_loader.h',
157 'url_request_info.h', 157 'url_request_info.h',
158 'url_response_info.h', 158 'url_response_info.h',
159 'var_array_buffer.h', 159 'var_array_buffer.h',
160 'var_array.h', 160 'var_array.h',
161 'var_dictionary.h', 161 'var_dictionary.h',
162 'var_resource.h',
162 'var.h', 163 'var.h',
163 'video_frame.h', 164 'video_frame.h',
164 'view.h', 165 'view.h',
165 'websocket.h', 166 'websocket.h',
166 ], 167 ],
167 'DEST': 'include/ppapi/cpp', 168 'DEST': 'include/ppapi/cpp',
168 }, 169 },
169 { 170 {
170 'FILES': [ 171 'FILES': [
171 'alarms_dev.h', 172 'alarms_dev.h',
(...skipping 14 matching lines...) Expand all
186 'printing_dev.h', 187 'printing_dev.h',
187 'scriptable_object_deprecated.h', 188 'scriptable_object_deprecated.h',
188 'scrollbar_dev.h', 189 'scrollbar_dev.h',
189 'selection_dev.h', 190 'selection_dev.h',
190 'string_wrapper_dev.h', 191 'string_wrapper_dev.h',
191 'struct_wrapper_output_traits_dev.h', 192 'struct_wrapper_output_traits_dev.h',
192 'text_input_dev.h', 193 'text_input_dev.h',
193 'to_c_type_converter_dev.h', 194 'to_c_type_converter_dev.h',
194 'truetype_font_dev.h', 195 'truetype_font_dev.h',
195 'url_util_dev.h', 196 'url_util_dev.h',
196 'var_resource_dev.h',
197 'video_capture_client_dev.h', 197 'video_capture_client_dev.h',
198 'video_capture_dev.h', 198 'video_capture_dev.h',
199 'video_decoder_client_dev.h', 199 'video_decoder_client_dev.h',
200 'video_decoder_dev.h', 200 'video_decoder_dev.h',
201 'view_dev.h', 201 'view_dev.h',
202 'widget_client_dev.h', 202 'widget_client_dev.h',
203 'widget_dev.h', 203 'widget_dev.h',
204 'zoom_dev.h', 204 'zoom_dev.h',
205 ], 205 ],
206 'DEST': 'include/ppapi/cpp/dev', 206 'DEST': 'include/ppapi/cpp/dev',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'lock.h', 253 'lock.h',
254 'simple_thread.h', 254 'simple_thread.h',
255 ], 255 ],
256 'DEST': 'include/ppapi/utility/threading', 256 'DEST': 'include/ppapi/utility/threading',
257 }, 257 },
258 ], 258 ],
259 'DEST': 'src', 259 'DEST': 'src',
260 'NAME': 'ppapi_cpp', 260 'NAME': 'ppapi_cpp',
261 } 261 }
262 262
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698