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

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

Issue 365153003: Pepper: add PPB_VideoEncoder interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update API to prevent the user from dealing with buffer management Created 6 years, 5 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/BUILD.gn » ('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': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['bionic', '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/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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'video_decoder.cc', 60 'video_decoder.cc',
61 'video_encoder.cc',
62 'video_encoder_client.cc',
61 'video_frame.cc', 63 'video_frame.cc',
62 'view.cc', 64 'view.cc',
63 'websocket.cc', 65 'websocket.cc',
64 66
65 # ppapi/cpp/dev 67 # ppapi/cpp/dev
66 'cursor_control_dev.cc', 68 'cursor_control_dev.cc',
67 'file_chooser_dev.cc', 69 'file_chooser_dev.cc',
68 'font_dev.cc', 70 'font_dev.cc',
69 'memory_dev.cc', 71 'memory_dev.cc',
70 'printing_dev.cc', 72 'printing_dev.cc',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'touch_point.h', 137 'touch_point.h',
136 'udp_socket.h', 138 'udp_socket.h',
137 'url_loader.h', 139 'url_loader.h',
138 'url_request_info.h', 140 'url_request_info.h',
139 'url_response_info.h', 141 'url_response_info.h',
140 'var_array_buffer.h', 142 'var_array_buffer.h',
141 'var_array.h', 143 'var_array.h',
142 'var_dictionary.h', 144 'var_dictionary.h',
143 'var.h', 145 'var.h',
144 'video_decoder.h', 146 'video_decoder.h',
147 'video_encoder.h',
148 'video_encoder_client.h',
145 'video_frame.h', 149 'video_frame.h',
146 'view.h', 150 'view.h',
147 'websocket.h', 151 'websocket.h',
148 ], 152 ],
149 'DEST': 'include/ppapi/cpp', 153 'DEST': 'include/ppapi/cpp',
150 }, 154 },
151 { 155 {
152 'FILES': [ 156 'FILES': [
153 'cursor_control_dev.h', 157 'cursor_control_dev.h',
154 'file_chooser_dev.h', 158 'file_chooser_dev.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'FILES': [ 201 'FILES': [
198 'lock.h', 202 'lock.h',
199 'simple_thread.h', 203 'simple_thread.h',
200 ], 204 ],
201 'DEST': 'include/ppapi/utility/threading', 205 'DEST': 'include/ppapi/utility/threading',
202 }, 206 },
203 ], 207 ],
204 'DEST': 'src', 208 'DEST': 'src',
205 'NAME': 'ppapi_cpp', 209 'NAME': 'ppapi_cpp',
206 } 210 }
207
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698