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

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

Issue 318763003: PPAPI: Add C++ wrapper for MessageHandler stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update, make test use C++, add comments Created 6 years, 3 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 | « no previous file | ppapi/api/ppp_message_handler.idl » ('j') | ppapi/cpp/instance.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/utility', 6 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 7 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 8 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 9 '../../../../ppapi/utility/websocket',
10 ], 10 ],
(...skipping 18 matching lines...) Expand all
29 'graphics_2d.cc', 29 'graphics_2d.cc',
30 'graphics_3d.cc', 30 'graphics_3d.cc',
31 'graphics_3d_client.cc', 31 'graphics_3d_client.cc',
32 'host_resolver.cc', 32 'host_resolver.cc',
33 'image_data.cc', 33 'image_data.cc',
34 'input_event.cc', 34 'input_event.cc',
35 'instance.cc', 35 'instance.cc',
36 'instance_handle.cc', 36 'instance_handle.cc',
37 'media_stream_audio_track.cc', 37 'media_stream_audio_track.cc',
38 'media_stream_video_track.cc', 38 'media_stream_video_track.cc',
39 'message_handler.h',
39 'message_loop.cc', 40 'message_loop.cc',
40 'module.cc', 41 'module.cc',
41 'mouse_cursor.cc', 42 'mouse_cursor.cc',
42 'mouse_lock.cc', 43 'mouse_lock.cc',
43 'net_address.cc', 44 'net_address.cc',
44 'network_list.cc', 45 'network_list.cc',
45 'network_monitor.cc', 46 'network_monitor.cc',
46 'network_proxy.cc', 47 'network_proxy.cc',
47 'ppp_entrypoints.cc', 48 'ppp_entrypoints.cc',
48 'rect.cc', 49 'rect.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'lock.h', 199 'lock.h',
199 'simple_thread.h', 200 'simple_thread.h',
200 ], 201 ],
201 'DEST': 'include/ppapi/utility/threading', 202 'DEST': 'include/ppapi/utility/threading',
202 }, 203 },
203 ], 204 ],
204 'DEST': 'src', 205 'DEST': 'src',
205 'NAME': 'ppapi_cpp', 206 'NAME': 'ppapi_cpp',
206 } 207 }
207 208
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/ppp_message_handler.idl » ('j') | ppapi/cpp/instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698