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

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

Issue 107083004: [PPAPI] API definition for video media stream artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix build warnings Created 6 years, 11 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
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 15 matching lines...) Expand all
26 'file_system.cc', 26 'file_system.cc',
27 'fullscreen.cc', 27 'fullscreen.cc',
28 'graphics_2d.cc', 28 'graphics_2d.cc',
29 'graphics_3d.cc', 29 'graphics_3d.cc',
30 'graphics_3d_client.cc', 30 'graphics_3d_client.cc',
31 'host_resolver.cc', 31 'host_resolver.cc',
32 'image_data.cc', 32 'image_data.cc',
33 'input_event.cc', 33 'input_event.cc',
34 'instance.cc', 34 'instance.cc',
35 'instance_handle.cc', 35 'instance_handle.cc',
36 'media_stream_video_track.cc',
36 'message_loop.cc', 37 'message_loop.cc',
37 'module.cc', 38 'module.cc',
38 'mouse_cursor.cc', 39 'mouse_cursor.cc',
39 'mouse_lock.cc', 40 'mouse_lock.cc',
40 'net_address.cc', 41 'net_address.cc',
41 'network_list.cc', 42 'network_list.cc',
42 'network_monitor.cc', 43 'network_monitor.cc',
43 'network_proxy.cc', 44 'network_proxy.cc',
44 'ppp_entrypoints.cc', 45 'ppp_entrypoints.cc',
45 'rect.cc', 46 'rect.cc',
46 'resource.cc', 47 'resource.cc',
47 'tcp_socket.cc', 48 'tcp_socket.cc',
48 'text_input_controller.cc', 49 'text_input_controller.cc',
49 'udp_socket.cc', 50 'udp_socket.cc',
50 'url_loader.cc', 51 'url_loader.cc',
51 'url_request_info.cc', 52 'url_request_info.cc',
52 'url_response_info.cc', 53 'url_response_info.cc',
53 'var_array_buffer.cc', 54 'var_array_buffer.cc',
54 'var_array.cc', 55 'var_array.cc',
55 'var.cc', 56 'var.cc',
56 'var_dictionary.cc', 57 'var_dictionary.cc',
58 'video_frame.cc',
57 'view.cc', 59 'view.cc',
58 'websocket.cc', 60 'websocket.cc',
59 61
60 # ppapi/cpp/dev 62 # ppapi/cpp/dev
61 'widget_client_dev.cc', 63 'widget_client_dev.cc',
62 'resource_array_dev.cc', 64 'resource_array_dev.cc',
63 'video_capture_client_dev.cc', 65 'video_capture_client_dev.cc',
64 'video_decoder_client_dev.cc', 66 'video_decoder_client_dev.cc',
65 'crypto_dev.cc', 67 'crypto_dev.cc',
66 'selection_dev.cc', 68 'selection_dev.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'fullscreen.h', 120 'fullscreen.h',
119 'graphics_2d.h', 121 'graphics_2d.h',
120 'graphics_3d_client.h', 122 'graphics_3d_client.h',
121 'graphics_3d.h', 123 'graphics_3d.h',
122 'host_resolver.h', 124 'host_resolver.h',
123 'image_data.h', 125 'image_data.h',
124 'input_event.h', 126 'input_event.h',
125 'instance.h', 127 'instance.h',
126 'instance_handle.h', 128 'instance_handle.h',
127 'logging.h', 129 'logging.h',
130 'media_stream_video_track.h',
128 'message_loop.h', 131 'message_loop.h',
129 'module_embedder.h', 132 'module_embedder.h',
130 'module.h', 133 'module.h',
131 'module_impl.h', 134 'module_impl.h',
132 'mouse_cursor.h', 135 'mouse_cursor.h',
133 'mouse_lock.h', 136 'mouse_lock.h',
134 'net_address.h', 137 'net_address.h',
135 'network_list.h', 138 'network_list.h',
136 'network_monitor.h', 139 'network_monitor.h',
137 'network_proxy.h', 140 'network_proxy.h',
138 'output_traits.h', 141 'output_traits.h',
139 'pass_ref.h', 142 'pass_ref.h',
140 'point.h', 143 'point.h',
141 'rect.h', 144 'rect.h',
142 'resource.h', 145 'resource.h',
143 'size.h', 146 'size.h',
144 'tcp_socket.h', 147 'tcp_socket.h',
145 'text_input_controller.h', 148 'text_input_controller.h',
146 'touch_point.h', 149 'touch_point.h',
147 'udp_socket.h', 150 'udp_socket.h',
148 'url_loader.h', 151 'url_loader.h',
149 'url_request_info.h', 152 'url_request_info.h',
150 'url_response_info.h', 153 'url_response_info.h',
151 'var_array_buffer.h', 154 'var_array_buffer.h',
152 'var_array.h', 155 'var_array.h',
153 'var_dictionary.h', 156 'var_dictionary.h',
154 'var.h', 157 'var.h',
158 'video_frame.h',
155 'view.h', 159 'view.h',
156 'websocket.h', 160 'websocket.h',
157 ], 161 ],
158 'DEST': 'include/ppapi/cpp', 162 'DEST': 'include/ppapi/cpp',
159 }, 163 },
160 { 164 {
161 'FILES': [ 165 'FILES': [
162 'audio_input_dev.h', 166 'audio_input_dev.h',
163 'buffer_dev.h', 167 'buffer_dev.h',
164 'crypto_dev.h', 168 'crypto_dev.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'lock.h', 242 'lock.h',
239 'simple_thread.h', 243 'simple_thread.h',
240 ], 244 ],
241 'DEST': 'include/ppapi/utility/threading', 245 'DEST': 'include/ppapi/utility/threading',
242 }, 246 },
243 ], 247 ],
244 'DEST': 'src', 248 'DEST': 'src',
245 'NAME': 'ppapi_cpp', 249 'NAME': 'ppapi_cpp',
246 } 250 }
247 251
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppb_media_stream_video_track.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698