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

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: move messag_handler.h to HEADERS section of library.dsc 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') | 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', '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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'graphics_3d_client.h', 107 'graphics_3d_client.h',
108 'graphics_3d.h', 108 'graphics_3d.h',
109 'host_resolver.h', 109 'host_resolver.h',
110 'image_data.h', 110 'image_data.h',
111 'input_event.h', 111 'input_event.h',
112 'instance.h', 112 'instance.h',
113 'instance_handle.h', 113 'instance_handle.h',
114 'logging.h', 114 'logging.h',
115 'media_stream_audio_track.h', 115 'media_stream_audio_track.h',
116 'media_stream_video_track.h', 116 'media_stream_video_track.h',
117 'message_handler.h',
117 'message_loop.h', 118 'message_loop.h',
118 'module_embedder.h', 119 'module_embedder.h',
119 'module.h', 120 'module.h',
120 'module_impl.h', 121 'module_impl.h',
121 'mouse_cursor.h', 122 'mouse_cursor.h',
122 'mouse_lock.h', 123 'mouse_lock.h',
123 'net_address.h', 124 'net_address.h',
124 'network_list.h', 125 'network_list.h',
125 'network_monitor.h', 126 'network_monitor.h',
126 'network_proxy.h', 127 'network_proxy.h',
(...skipping 71 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698