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

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

Issue 103093004: Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'cursor_control_dev.cc', 80 'cursor_control_dev.cc',
81 'device_ref_dev.cc', 81 'device_ref_dev.cc',
82 'printing_dev.cc', 82 'printing_dev.cc',
83 'scriptable_object_deprecated.cc', 83 'scriptable_object_deprecated.cc',
84 'audio_input_dev.cc', 84 'audio_input_dev.cc',
85 'scrollbar_dev.cc', 85 'scrollbar_dev.cc',
86 'graphics_2d_dev.cc', 86 'graphics_2d_dev.cc',
87 'widget_dev.cc', 87 'widget_dev.cc',
88 'var_resource_dev.cc', 88 'var_resource_dev.cc',
89 89
90 # ppapi/cpp/extensions
91 'event_base.cc',
92
93 # ppapi/cpp/extensions/dev 90 # ppapi/cpp/extensions/dev
94 'alarms_dev.cc',
95 'events_dev.cc',
96 'socket_dev.cc', 91 'socket_dev.cc',
97 92
98 # ppapi/utility/graphics 93 # ppapi/utility/graphics
99 'paint_aggregator.cc', 94 'paint_aggregator.cc',
100 'paint_manager.cc', 95 'paint_manager.cc',
101 96
102 # ppapi/utility/websocket 97 # ppapi/utility/websocket
103 'websocket_api.cc', 98 'websocket_api.cc',
104 99
105 # ppapi/utility/threading 100 # ppapi/utility/threading
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'view_dev.h', 186 'view_dev.h',
192 'widget_client_dev.h', 187 'widget_client_dev.h',
193 'widget_dev.h', 188 'widget_dev.h',
194 'zoom_dev.h', 189 'zoom_dev.h',
195 ], 190 ],
196 'DEST': 'include/ppapi/cpp/dev', 191 'DEST': 'include/ppapi/cpp/dev',
197 }, 192 },
198 { 193 {
199 'FILES': [ 194 'FILES': [
200 'dict_field.h', 195 'dict_field.h',
201 'event_base.h',
202 'ext_output_traits.h', 196 'ext_output_traits.h',
203 'from_var_converter.h', 197 'from_var_converter.h',
204 'optional.h', 198 'optional.h',
205 'to_var_converter.h', 199 'to_var_converter.h',
206 ], 200 ],
207 'DEST': 'include/ppapi/cpp/extensions', 201 'DEST': 'include/ppapi/cpp/extensions',
208 }, 202 },
209 { 203 {
210 'FILES': [ 204 'FILES': [
211 'alarms_dev.h',
212 'events_dev.h',
213 'socket_dev.h', 205 'socket_dev.h',
214 ], 206 ],
215 'DEST': 'include/ppapi/cpp/extensions/dev', 207 'DEST': 'include/ppapi/cpp/extensions/dev',
216 }, 208 },
217 { 209 {
218 'FILES': [ 210 'FILES': [
219 'completion_callback_factory.h', 211 'completion_callback_factory.h',
220 'completion_callback_factory_thread_traits.h', 212 'completion_callback_factory_thread_traits.h',
221 ], 213 ],
222 'DEST': 'include/ppapi/utility', 214 'DEST': 'include/ppapi/utility',
(...skipping 23 matching lines...) Expand all
246 'lock.h', 238 'lock.h',
247 'simple_thread.h', 239 'simple_thread.h',
248 ], 240 ],
249 'DEST': 'include/ppapi/utility/threading', 241 'DEST': 'include/ppapi/utility/threading',
250 }, 242 },
251 ], 243 ],
252 'DEST': 'src', 244 'DEST': 'src',
253 'NAME': 'ppapi_cpp', 245 'NAME': 'ppapi_cpp',
254 } 246 }
255 247
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/extensions/dev/ppb_ext_alarms_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698